HomeSort by relevance Sort by last modified time
    Searched refs:matrixMode (Results 1 - 5 of 5) sorted by null

  /frameworks/native/opengl/libagl/
matrix.cpp 74 c->transforms.matrixMode = GL_MODELVIEW;
497 switch (matrixMode) {
927 c->transforms.matrixMode = mode;
context.h 510 GLenum matrixMode;
  /external/chromium_org/third_party/skia/include/gpu/gl/
GrGLFunctions.h 217 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum matrixMode, const GrGLfloat* m);
  /external/skia/include/gpu/gl/
GrGLFunctions.h 217 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum matrixMode, const GrGLfloat* m);
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 407 private String getMatrixMode(int matrixMode) {
408 switch (matrixMode) {
416 return getHex(matrixMode);
    [all...]

Completed in 453 milliseconds