/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 95 gl.glMatrixMode(GL10.GL_PROJECTION); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 98 glMatrixMode(GL_PROJECTION); in main()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 101 gl.glMatrixMode(GL10.GL_PROJECTION); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 113 glMatrixMode(GL_PROJECTION); in main()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 71 glMatrixMode(GL_PROJECTION); in main()
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 76 gl.glMatrixMode(GL10.GL_PROJECTION); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 96 glMatrixMode(GL_PROJECTION); in init_scene()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 238 gl.glMatrixMode(GL11.GL_PROJECTION); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 190 glMatrixMode(GL_PROJECTION); in init_scene()
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLES11RenderEngine.cpp | 75 glMatrixMode(GL_PROJECTION); in setViewportAndProjection()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 443 glMatrixMode(GL_PROJECTION); in drawFadeQuad() 527 glMatrixMode(GL_PROJECTION); in prepareFrame()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 299 glMatrixMode(GL_PROJECTION); in init_scene()
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 171 int GL_PROJECTION = 0x1701; field
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GL10Header.java-if | 170 int GL_PROJECTION = 0x1701;
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 173 public static final int GL_PROJECTION = 0x1701; field in GLES10
|
D | GLLogWrapper.java | 411 case GL_PROJECTION: in getMatrixMode()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 309 #define GL_PROJECTION 0x1701 macro
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break; in invalidate() 917 case GL_PROJECTION: in glMatrixMode()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | GLES10Header.java-if | 173 public static final int GL_PROJECTION = 0x1701;
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 352 #define GL_PROJECTION 0x1701 macro
|
/frameworks/native/opengl/libs/ |
D | enums.in | 203 GL_ENUM(0x1701,GL_PROJECTION)
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | opengl.jd | 300 gl.glMatrixMode(GL10.GL_PROJECTION); // set matrix to projection mode
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 19154 field public static final int GL_PROJECTION = 5889; // 0x1701 52076 field public static final int GL_PROJECTION = 5889; // 0x1701
|
/frameworks/base/api/ |
D | current.txt | 25664 field public static final int GL_PROJECTION = 5889; // 0x1701 62948 field public static final int GL_PROJECTION = 5889; // 0x1701
|
D | test-current.txt | 25733 field public static final int GL_PROJECTION = 5889; // 0x1701 63028 field public static final int GL_PROJECTION = 5889; // 0x1701
|