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

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

DO NOT MERGE cherrypick from master

docs: restructure graphics docs and add hw-acceleration docs change-Id: I0f6288d1aa5430794ac672324c3e0fc7b714455d

Change-Id: Ic8406a836bde5395c1bdb9aa5c50027c7c59195f
parent 8c7951af
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 Diff line number Diff line
page.title=3D with OpenGL
page.title=OpenGL
parent.title=Graphics
parent.link=index.html
@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
NDK, see the <a href="{@docRoot}sdk/ndk/index.html">Android NDK</a>.

<p>
  There are two foundational classes in the Android framework that let you create and manipulate
<p>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
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.