Searched refs:GL_MODELVIEW (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java57 gl.glMatrixMode(GL10.GL_MODELVIEW);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp113 glMatrixMode(GL_MODELVIEW);
195 glMatrixMode(GL_MODELVIEW);
204 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java76 gl.glMatrixMode(GL10.GL_MODELVIEW);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp161 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp100 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java89 gl.glMatrixMode(GL10.GL_MODELVIEW);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java241 gl.glMatrixMode(GL11.GL_MODELVIEW);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp194 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if128 public static final int GL_MODELVIEW = 0x1700;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp302 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c440 glMatrixMode(GL_MODELVIEW);
453 glMatrixMode(GL_MODELVIEW);
531 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp74 c->transforms.matrixMode = GL_MODELVIEW;
498 case GL_MODELVIEW: dirty |= MODELVIEW | MVP | MVUI | MVIT; break;
914 case GL_MODELVIEW:
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java128 public static final int GL_MODELVIEW = 0x1700; field in class:GLES10
H A DGLLogWrapper.java409 case GL_MODELVIEW:
410 return "GL_MODELVIEW";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java126 int GL_MODELVIEW = 0x1700; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h351 #define GL_MODELVIEW 0x1700 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h308 #define GL_MODELVIEW 0x1700 macro

Completed in 6105 milliseconds