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

1 2 3

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixGrabber.java 48 * setting the current matrix state to GL_PROJECTION
52 getMatrix(gl, GL10.GL_PROJECTION, mProjection);
LabelMaker.java 319 gl.glMatrixMode(GL10.GL_PROJECTION);
357 gl.glMatrixMode(GL10.GL_PROJECTION);
SpriteTextRenderer.java 253 gl.glMatrixMode(GL10.GL_PROJECTION);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeRenderer.java 77 gl.glMatrixMode(GL10.GL_PROJECTION);
TouchRotateActivity.java 147 gl.glMatrixMode(GL10.GL_PROJECTION);
FrameBufferObjectActivity.java 101 gl.glMatrixMode(GL10.GL_PROJECTION);
139 gl.glMatrixMode(GL10.GL_PROJECTION);
StaticTriangleRenderer.java 177 glMatrixMode(GL_PROJECTION);
TriangleRenderer.java 165 gl.glMatrixMode(GL10.GL_PROJECTION);
CubeMapActivity.java 111 gl.glMatrixMode(GL10.GL_PROJECTION);
MatrixPaletteRenderer.java 378 gl.glMatrixMode(GL10.GL_PROJECTION);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
KubeRenderer.java 86 gl.glMatrixMode(GL10.GL_PROJECTION);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
CubeRenderer.java 77 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 101 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/linetex/
linetex.cpp 97 glMatrixMode(GL_PROJECTION);
  /external/webkit/WebCore/platform/graphics/mac/
Canvas3DLayer.mm 81 glMatrixMode(GL_PROJECTION);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 144 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/fillrate/
fillrate.cpp 110 glMatrixMode(GL_PROJECTION);
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 136 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/filter/
filter.cpp 69 glMatrixMode(GL_PROJECTION);
  /frameworks/base/opengl/tests/gl_jni/jni/
gl_code.cpp 96 glMatrixMode(GL_PROJECTION);
  /frameworks/base/opengl/tests/lighting1709/src/com/android/lightingtest/
ClearActivity.java 76 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/tritex/
tritex.cpp 189 glMatrixMode(GL_PROJECTION);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 279 gl.glMatrixMode(GL10.GL_PROJECTION);
  /frameworks/base/opengl/tests/gl_basic/
gl_basic.cpp 298 glMatrixMode(GL_PROJECTION);
  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 827 gl.glMatrixMode(GL10.GL_PROJECTION);

Completed in 332 milliseconds

1 2 3