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

12

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java57 gl.glMatrixMode(GL10.GL_MODELVIEW);
95 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp81 glMatrixMode(GL_PROJECTION);
113 glMatrixMode(GL_MODELVIEW);
193 glMatrixMode(GL_TEXTURE);
195 glMatrixMode(GL_MODELVIEW);
202 glMatrixMode(GL_TEXTURE);
204 glMatrixMode(GL_MODELVIEW);
/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/opengl/tests/linetex/
H A Dlinetex.cpp96 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp71 glMatrixMode(GL_PROJECTION);
161 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.cpp190 glMatrixMode(GL_PROJECTION);
194 glMatrixMode(GL_MODELVIEW);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp111 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp299 glMatrixMode(GL_PROJECTION);
302 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/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.java877 // C function void glMatrixMode ( GLenum mode )
879 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);
H A DGLLogWrapper.java2051 public void glMatrixMode(int mode) { method in class:GLLogWrapper
2052 begin("glMatrixMode");
2056 mgl.glMatrixMode(mode);
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java689 void glMatrixMode( method in interface:GL10
/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/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/native/opengl/libagl/
H A Dmatrix.cpp909 void glMatrixMode(GLenum mode) function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2212 /* void glMatrixMode ( GLenum mode ) */
2216 glMatrixMode(
3147 {"glMatrixMode", "(I)V", (void *) android_glMatrixMode__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1081 const GLMessage_Function GLMessage::glMatrixMode; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1429 static const Function glMatrixMode = GLMessage_Function_glMatrixMode; member in class:android::gltrace::GLMessage

Completed in 386 milliseconds

12