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

  /frameworks/base/opengl/libagl/
matrix.cpp 74 c->transforms.matrixMode = GL_MODELVIEW;
497 switch (matrixMode) {
927 c->transforms.matrixMode = mode;
  /frameworks/base/include/private/opengles/
gl_context.h 509 GLenum matrixMode;
  /frameworks/base/opengl/java/android/opengl/
GLLogWrapper.java 407 private String getMatrixMode(int matrixMode) {
408 switch (matrixMode) {
416 return getHex(matrixMode);
    [all...]

Completed in 26 milliseconds