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

1 2 3

  /frameworks/base/opengl/tests/gldual/src/com/android/gldual/
TriangleRenderer.java 155 gl.glFrontFace(GL10.GL_CCW);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 60 if (GL_CW > mode || GL_CCW < mode)
215 iface->FrontFace(iface, GL_CCW);
raster.cpp 504 if (GL_CCW == ctx->cullState.frontFace + GL_CW)
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
utilities.cpp 517 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW);
520 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW);
Context.cpp 46 mState.frontFace = GL_CCW;
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
StaticTriangleRenderer.java 260 glFrontFace(GL_CCW);
TriangleRenderer.java 228 gl.glFrontFace(GL10.GL_CCW);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestRenderer.java 150 gl.glFrontFace(GL10.GL_CCW);
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 159 gl.glFrontFace(gl.GL_CCW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
SpriteTextRenderer.java 326 gl.glFrontFace(GL10.GL_CCW);
  /frameworks/base/opengl/libagl/
vertex.cpp 34 c->cull.frontFace = GL_CCW;
state.cpp 272 case GL_CCW:
  /packages/apps/Nfc/src/com/android/nfc/
FireflyRenderThread.java 370 mGL.glFrontFace(GL10.GL_CCW);
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 60 GL_CCW(0x0901),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 41 public static final int GL_CCW = 0x0901;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 39 int GL_CCW = 0x0901;
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 60 GL_CCW(0x0901),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 187 #define GL_CCW 0x0901
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 165 #define GL_CCW 0x0901
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 187 #define GL_CCW 0x0901
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 165 #define GL_CCW 0x0901
  /external/mesa3d/include/GLES2/
gl2.h 165 #define GL_CCW 0x0901
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 165 #define GL_CCW 0x0901
  /frameworks/base/opengl/include/GLES/
gl.h 187 #define GL_CCW 0x0901
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 165 #define GL_CCW 0x0901

Completed in 475 milliseconds

1 2 3