HomeSort by relevance Sort by last modified time
    Searched refs:GL_MODELVIEW (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
TriangleRenderer.java 131 gl.glMatrixMode(GL10.GL_MODELVIEW);
CubeMapActivity.java 68 gl.glMatrixMode(GL10.GL_MODELVIEW);
MatrixPaletteRenderer.java 325 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 105 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /external/eigen/demos/opengl/
camera.cpp 242 gpu.loadMatrix(viewMatrix().matrix(),GL_MODELVIEW);
  /external/swiftshader/tests/OGLSimpleCube/
OGLSimpleCube.cpp 91 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/tests/filter/
filter.cpp 164 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 105 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 89 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /frameworks/native/opengl/tests/testViewport/src/com/android/test/
TestView.java 241 gl.glMatrixMode(GL11.GL_MODELVIEW);
  /frameworks/native/opengl/tests/tritex/
tritex.cpp 190 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
GLES10Header.java-if 128 public static final int GL_MODELVIEW = 0x1700;
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 207 gl.glMatrixMode(gl.GL_MODELVIEW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 158 gl.glMatrixMode(GL10.GL_MODELVIEW);
MatrixTrackingGL.java 75 mMatrixMode = GL10.GL_MODELVIEW;
424 case GL10.GL_MODELVIEW:
1047 case GL_MODELVIEW:
  /prebuilts/misc/windows/sdl2/test/
testshader.c 352 glMatrixMode(GL_MODELVIEW);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 611 glMatrixMode(GL_MODELVIEW);
625 glMatrixMode(GL_MODELVIEW);
748 glMatrixMode(GL_MODELVIEW);
    [all...]
  /frameworks/native/opengl/tests/angeles/
demo.c 440 glMatrixMode(GL_MODELVIEW);
453 glMatrixMode(GL_MODELVIEW);
531 glMatrixMode(GL_MODELVIEW);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 141 gl.glMatrixMode(GL11.GL_MODELVIEW);
715 mGL.glMatrixMode(GL11.GL_MODELVIEW);
721 mGL.glMatrixMode(GL11.GL_MODELVIEW);
    [all...]
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 300 glMatrixMode(GL_MODELVIEW);
  /packages/apps/Nfc/src/com/android/nfc/beam/
FireflyRenderer.java 189 mGL.glMatrixMode(GL10.GL_MODELVIEW);
  /hardware/intel/common/libva/va/glx/
va_glx_impl.c 693 glMatrixMode(GL_MODELVIEW);
709 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/libagl/
matrix.cpp 73 c->transforms.matrixMode = GL_MODELVIEW;
497 case GL_MODELVIEW: dirty |= MODELVIEW | MVP | MVUI | MVIT; break;
903 case GL_MODELVIEW:
  /device/generic/goldfish/camera/
EmulatedFakeRotatingCameraDevice.cpp 258 glMatrixMode(GL_MODELVIEW);
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
object_tracker.cc 395 glMatrixMode(GL_MODELVIEW);

Completed in 2559 milliseconds

12 3 4 5