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

Commit 83b740ab authored by Robert Ly's avatar Robert Ly Committed by Android (Google) Code Review
Browse files

Merge "DO NOT MERGE cherrypick from master docs: restructure graphics docs and...

Merge "DO NOT MERGE cherrypick from master docs: restructure graphics docs and add hw-acceleration docs change-Id: I0f6288d1aa5430794ac672324c3e0fc7b714455d" into ics-mr0
parents 0f7e4e8e d2a4e69f
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.