Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ce8af06d authored by Robert Ly's avatar Robert Ly
Browse files

docs: restructure graphics docs and add hw-acceleration docs

Change-Id: I0f6288d1aa5430794ac672324c3e0fc7b714455d
parent d87448f7
Loading
Loading
Loading
Loading
+450 −260

File changed.

Preview size limit exceeded, changes collapsed.

+522 −0

File added.

Preview size limit exceeded, changes collapsed.

+35 −194

File changed.

Preview size limit exceeded, changes collapsed.

+40 −41
Original line number Original line Diff line number Diff line
page.title=3D with OpenGL
page.title=OpenGL
parent.title=Graphics
parent.title=Graphics
parent.link=index.html
parent.link=index.html
@jd:body
@jd:body
@@ -78,8 +78,7 @@ OpenGL ES 2.0 API specification.</p>
Kit (NDK). This topic focuses on the Android framework interfaces. For more information about the
Kit (NDK). This topic focuses on the Android framework interfaces. For more information about the
NDK, see the <a href="{@docRoot}sdk/ndk/index.html">Android NDK</a>.
NDK, see the <a href="{@docRoot}sdk/ndk/index.html">Android NDK</a>.


<p>
<p>There are two foundational classes in the Android framework that let you create and manipulate
  There are two foundational classes in the Android framework that let you create and manipulate
graphics with the OpenGL ES API: {@link android.opengl.GLSurfaceView} and {@link
graphics with the OpenGL ES API: {@link android.opengl.GLSurfaceView} and {@link
android.opengl.GLSurfaceView.Renderer}. If your goal is to use OpenGL in your Android application,
android.opengl.GLSurfaceView.Renderer}. If your goal is to use OpenGL in your Android application,
understanding how to implement these classes in an activity should be your first objective.
understanding how to implement these classes in an activity should be your first objective.