HomeSort by relevance Sort by last modified time
    Searched refs:GL_MODELVIEW (Results 1 - 25 of 61) sorted by null

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 29 * Has the side effect of setting the current matrix state to GL_MODELVIEW
39 * setting the current matrix state to GL_MODELVIEW
43 getMatrix(gl, GL10.GL_MODELVIEW, mModelView);
LabelMaker.java 323 gl.glMatrixMode(GL10.GL_MODELVIEW);
359 gl.glMatrixMode(GL10.GL_MODELVIEW);
SpriteTextRenderer.java 158 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 48 gl.glMatrixMode(GL10.GL_MODELVIEW);
TouchRotateActivity.java 125 gl.glMatrixMode(GL10.GL_MODELVIEW);
FrameBufferObjectActivity.java 112 gl.glMatrixMode(GL10.GL_MODELVIEW);
148 gl.glMatrixMode(GL10.GL_MODELVIEW);
StaticTriangleRenderer.java 144 glMatrixMode(GL_MODELVIEW);
TriangleRenderer.java 132 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 59 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 48 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 76 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /external/webkit/WebCore/platform/graphics/mac/
Canvas3DLayer.mm 84 glMatrixMode(GL_MODELVIEW);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 127 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /external/skia/src/gl/
SkGLDevice.cpp 105 glMatrixMode(GL_MODELVIEW);
201 glMatrixMode(GL_MODELVIEW);
389 glMatrixMode(GL_MODELVIEW);
414 glMatrixMode(GL_MODELVIEW);
555 glMatrixMode(GL_MODELVIEW);
748 glMatrixMode(GL_MODELVIEW);
788 glPopMatrix(); // GL_MODELVIEW
805 glPopMatrix(); // GL_MODELVIEW
  /frameworks/base/libs/rs/
rsProgramVertex.cpp 81 glMatrixMode(GL_MODELVIEW);
105 glMatrixMode(GL_MODELVIEW);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 105 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /frameworks/base/opengl/tests/filter/
filter.cpp 159 glMatrixMode(GL_MODELVIEW);
  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 100 glMatrixMode(GL_MODELVIEW);
  /frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 89 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 193 glMatrixMode(GL_MODELVIEW);
  /frameworks/base/services/surfaceflinger/
LayerBlur.cpp 245 glMatrixMode(GL_MODELVIEW);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 250 gl.glMatrixMode(GL10.GL_MODELVIEW);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 207 gl.glMatrixMode(gl.GL_MODELVIEW);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 301 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);

Completed in 305 milliseconds

1 2 3