diff options
author | Scott Main <smain@google.com> | 2011-10-18 16:57:32 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2011-10-18 16:57:32 -0700 |
commit | 19aad293c0dba4ed9a47939c487fecdd5318ef08 (patch) | |
tree | f4be1ef5f16842e32b83c3b64e117d5497ee1cfa /docs/html/guide/topics/graphics/opengl.jd | |
parent | a25a99759774206ec8712af95bba9aec47034e0e (diff) | |
download | frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.zip frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.tar.gz frameworks_base-19aad293c0dba4ed9a47939c487fecdd5318ef08.tar.bz2 |
docs: fix misc broken links
Change-Id: Ie0406bce6c4f1fa03b16bba76ed82ac75bfbb5f7
Diffstat (limited to 'docs/html/guide/topics/graphics/opengl.jd')
-rw-r--r-- | docs/html/guide/topics/graphics/opengl.jd | 22 |
1 files changed, 9 insertions, 13 deletions
diff --git a/docs/html/guide/topics/graphics/opengl.jd b/docs/html/guide/topics/graphics/opengl.jd index 231f4ef..6a2a20f 100644 --- a/docs/html/guide/topics/graphics/opengl.jd +++ b/docs/html/guide/topics/graphics/opengl.jd @@ -40,14 +40,11 @@ parent.link=index.html </ol> <h2>Related samples</h2> <ol> - <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/ -GLSurfaceViewActivity.html">GLSurfaceViewActivity</a></li> - <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/ -GLES20Activity.html">GLES20Activity</a></li> - <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/ -TouchRotateActivity.html">TouchRotateActivity</a></li> - <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/ -CompressedTextureActivity.html">Compressed Textures</a></li> + <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLSurfaceViewActivity.html">GLSurfaceViewActivity</a></li> + <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/GLES20Activity.html">GLES20Activity</a></li> + <li><a href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.html">TouchRotateActivity</a></li> + <li><a +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.html">Compressed Textures</a></li> </ol> <h2>See also</h2> <ol> @@ -94,8 +91,8 @@ understanding how to implement these classes in an activity should be your first implement the touch listeners, as shown in OpenGL Tutorials for <a href="{@docRoot}resources/tutorials/opengl/opengl-es10.html#touch">ES 1.0</a>, <a href="{@docRoot}resources/tutorials/opengl/opengl-es20.html#touch">ES 2.0</a> and the <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity -.html">TouchRotateActivity</a> sample.</dd> +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/TouchRotateActivity.html" +>TouchRotateActivity</a> sample.</dd> <dt><strong>{@link android.opengl.GLSurfaceView.Renderer}</strong></dt> <dd>This interface defines the methods required for drawing graphics in an OpenGL {@link @@ -410,9 +407,8 @@ framework provides support for the ETC1 compression format as a standard feature android.opengl.ETC1Util} utility class and the {@code etc1tool} compression tool (located in the Android SDK at {@code <sdk>/tools/}). For an example of an Android application that uses texture compression, see the <a -href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/ -CompressedTextureActivity.html">CompressedTextureActivity</a> code sample. -</p> +href="{@docRoot}resources/samples/ApiDemos/src/com/example/android/apis/graphics/CompressedTextureActivity.html" +>CompressedTextureActivity</a> code sample.</p> <p>To check if the ETC1 format is supported on a device, call the {@link android.opengl.ETC1Util#isETC1Supported() ETC1Util.isETC1Supported()} method.</p> |