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

/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java101 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/base/opengl/tests/linetex/
H A Dlinetex.cpp97 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/tests/fillrate/
H A Dfillrate.cpp110 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/tests/filter/
H A Dfilter.cpp69 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp96 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java76 gl.glMatrixMode(GL10.GL_PROJECTION);
/frameworks/base/opengl/tests/tritex/
H A Dtritex.cpp189 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/tests/gl_basic/
H A Dgl_basic.cpp298 glMatrixMode(GL_PROJECTION);
/frameworks/base/libs/rs/
H A DrsProgramVertex.cpp103 glMatrixMode(GL_PROJECTION);
/frameworks/base/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/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp261 glMatrixMode(GL_PROJECTION);
2103 glMatrixMode(GL_PROJECTION);
2149 glMatrixMode(GL_PROJECTION);
/frameworks/base/opengl/libagl/
H A Dmatrix.cpp499 case GL_PROJECTION: dirty |= PROJECTION | MVP; break;
917 case GL_PROJECTION:
/frameworks/base/opengl/include/GLES/
H A Dgl.h352 #define GL_PROJECTION 0x1701 macro
/frameworks/base/opengl/tests/angeles/include/GLES/
H A Dgl.h309 #define GL_PROJECTION 0x1701 macro

Completed in 119 milliseconds