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

  /development/ndk/platforms/android-24/include/GLES2/
gl2ext.h     [all...]
  /frameworks/native/opengl/include/GLES2/
gl2ext.h     [all...]
  /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;
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 407 private String getMatrixMode(int matrixMode) {
408 switch (matrixMode) {
416 return getHex(matrixMode);
    [all...]
  /external/skia/include/gpu/gl/
GrGLFunctions.h 186 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLMatrixLoadfProc)(GrGLenum matrixMode, const GrGLfloat* m);
    [all...]

Completed in 657 milliseconds