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

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DCubeRenderer.java95 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java101 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/native/opengl/tests/linetex/
H A Dlinetex.cpp96 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp111 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp71 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp96 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java76 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/native/opengl/tests/testViewport/src/com/android/test/
H A DTestView.java238 gl.glMatrixMode(GL11.GL_PROJECTION);
/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp190 glMatrixMode(GL_PROJECTION);
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp81 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10Header.java-if173 public static final int GL_PROJECTION = 0x1701;
/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp299 glMatrixMode(GL_PROJECTION);
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c443 glMatrixMode(GL_PROJECTION);
527 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java173 public static final int GL_PROJECTION = 0x1701; field in class:GLES10
H A DGLLogWrapper.java411 case GL_PROJECTION:
412 return "GL_PROJECTION";
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java171 int GL_PROJECTION = 0x1701; field in interface:GL10
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;
917 case GL_PROJECTION:
/frameworks/native/opengl/include/GLES/
H A Dgl.h352 #define GL_PROJECTION 0x1701 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h309 #define GL_PROJECTION 0x1701 macro

Completed in 845 milliseconds