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

  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
RenderContext.java 106 public int matrixMode = -1;
282 matrixMode = -1;
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
LwjglGL1Renderer.java 438 if (context.matrixMode != GL_MODELVIEW) {
440 context.matrixMode = GL_MODELVIEW;
448 if (context.matrixMode != GL_PROJECTION) {
450 context.matrixMode = GL_PROJECTION;
514 if (context.matrixMode != GL_MODELVIEW) {
516 context.matrixMode = GL_MODELVIEW;
    [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;
  /external/skia/include/gpu/gl/
GrGLFunctions.h 227 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 291 milliseconds