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

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java76 gl.glMatrixMode(GL10.GL_MODELVIEW);
/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.cpp156 glMatrixMode(GL_MODELVIEW);
H A DLayer.cpp370 glMatrixMode(GL_MODELVIEW);
377 glMatrixMode(GL_MODELVIEW);
H A DDisplayDevice.cpp279 glMatrixMode(GL_MODELVIEW);
H A DSurfaceFlinger.cpp1482 glMatrixMode(GL_MODELVIEW);
2581 glMatrixMode(GL_MODELVIEW);
2668 glMatrixMode(GL_MODELVIEW);
2714 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp159 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.cpp193 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp301 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/services/java/com/android/server/power/
H A DElectronBeam.java442 GLES10.glMatrixMode(GLES10.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 1116 milliseconds