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

12 3 4 5 6

  /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);
  /frameworks/native/opengl/tests/filter/
filter.cpp 162 glMatrixMode(GL_MODELVIEW);
  /frameworks/native/opengl/tests/gl_jni/jni/
gl_code.cpp 100 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 194 glMatrixMode(GL_MODELVIEW);
  /external/opencv3/samples/cpp/
detect_mser.cpp 125 glMatrixMode(GL_MODELVIEW);
265 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:
  /frameworks/native/opengl/tests/gl_basic/
gl_basic.cpp 302 glMatrixMode(GL_MODELVIEW);
  /prebuilts/misc/windows/sdl2/test/
testshader.c 352 glMatrixMode(GL_MODELVIEW);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 440 glMatrixMode(GL_MODELVIEW);
453 glMatrixMode(GL_MODELVIEW);
531 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 143 gl.glMatrixMode(GL11.GL_MODELVIEW);
717 mGL.glMatrixMode(GL11.GL_MODELVIEW);
723 mGL.glMatrixMode(GL11.GL_MODELVIEW);
    [all...]
  /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 74 c->transforms.matrixMode = GL_MODELVIEW;
498 case GL_MODELVIEW: dirty |= MODELVIEW | MVP | MVUI | MVIT; break;
914 case GL_MODELVIEW:
  /external/mesa3d/src/mesa/main/
nvprogram.c 764 case GL_MODELVIEW:

Completed in 697 milliseconds

12 3 4 5 6