Searched refs:glMatrixMode (Results 1 - 25 of 30) sorted by relevance

12

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java76 gl.glMatrixMode(GL10.GL_MODELVIEW);
101 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/native/services/surfaceflinger/
H A DLayerScreenshot.cpp154 glMatrixMode(GL_TEXTURE);
156 glMatrixMode(GL_MODELVIEW);
H A DLayer.cpp368 glMatrixMode(GL_TEXTURE);
370 glMatrixMode(GL_MODELVIEW);
375 glMatrixMode(GL_TEXTURE);
377 glMatrixMode(GL_MODELVIEW);
H A DDisplayDevice.cpp275 glMatrixMode(GL_PROJECTION);
279 glMatrixMode(GL_MODELVIEW);
H A DSurfaceFlinger.cpp1482 glMatrixMode(GL_MODELVIEW);
2581 glMatrixMode(GL_MODELVIEW);
2664 glMatrixMode(GL_PROJECTION);
2668 glMatrixMode(GL_MODELVIEW);
2712 glMatrixMode(GL_PROJECTION);
2714 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp97 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp69 glMatrixMode(GL_PROJECTION);
159 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp96 glMatrixMode(GL_PROJECTION);
100 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java76 gl.glMatrixMode(GL10.GL_PROJECTION);
89 gl.glMatrixMode(GL10.GL_MODELVIEW);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java238 gl.glMatrixMode(GL11.GL_PROJECTION);
241 gl.glMatrixMode(GL11.GL_MODELVIEW);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp189 glMatrixMode(GL_PROJECTION);
193 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp110 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp298 glMatrixMode(GL_PROJECTION);
301 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c440 glMatrixMode(GL_MODELVIEW);
443 glMatrixMode(GL_PROJECTION);
453 glMatrixMode(GL_MODELVIEW);
527 glMatrixMode(GL_PROJECTION);
531 glMatrixMode(GL_MODELVIEW);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java439 GLES10.glMatrixMode(GLES10.GL_PROJECTION);
442 GLES10.glMatrixMode(GLES10.GL_MODELVIEW);
444 GLES10.glMatrixMode(GLES10.GL_TEXTURE);
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto275 glMatrixMode = 249;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec65 void glMatrixMode ( GLenum mode )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java893 // C function void glMatrixMode ( GLenum mode )
895 public static native void glMatrixMode( method in class:GLES10
H A DGLErrorWrapper.java546 public void glMatrixMode(int mode) { method in class:GLErrorWrapper
548 mgl.glMatrixMode(mode);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java689 void glMatrixMode( method in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h702 GL_API void GL_APIENTRY glMatrixMode (GLenum mode);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h537 GLAPI void APIENTRY glMatrixMode (GLenum mode);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java702 // C function void glMatrixMode ( GLenum mode )
704 public native void glMatrixMode( method in class:GLImpl
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp909 void glMatrixMode(GLenum mode) function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp786 const GLMessage_Function GLMessage::glMatrixMode; member in class:android::gltrace::GLMessage

Completed in 1964 milliseconds

12