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

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Cube.java 91 gl.glFrontFace(GL10.GL_CW);
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
Cube.java 91 gl.glFrontFace(gl.GL_CW);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLWorld.java 78 gl.glFrontFace(GL10.GL_CW);
  /development/samples/ApiDemos/src/com/example/android/apis/os/
RotationVectorDemo.java 205 gl.glFrontFace(GL10.GL_CW);
  /external/mesa3d/src/pixelflinger2/
pixelflinger2.cpp 60 if (GL_CW > mode || GL_CCW < mode)
63 ctx->cullState.frontFace = mode - GL_CW;
raster.cpp 504 if (GL_CCW == ctx->cullState.frontFace + GL_CW)
  /external/mesa3d/test/
main.cpp 163 ggl->FrontFace(ggl, GL_CW);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.cpp     [all...]
  /development/tools/glesv2debugger/src/com/android/glesv2debugger/
GLEnum.java 59 GL_CW(0x0900),
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 53 public static final int GL_CW = 0x0900;
    [all...]
GLES20.java 92 public static final int GL_CW = 0x0900;
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 51 int GL_CW = 0x0900;
  /frameworks/base/opengl/libagl/
state.cpp 271 case GL_CW:
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLEnum.java 59 GL_CW(0x0900),
  /development/ndk/platforms/android-4/include/GLES/
gl.h 186 #define GL_CW 0x0900
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 164 #define GL_CW 0x0900
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES/
gl.h 186 #define GL_CW 0x0900
    [all...]
  /development/tools/emulator/opengl/host/libs/Translator/include/GLES2/
gl2.h 164 #define GL_CW 0x0900
  /external/mesa3d/include/GLES2/
gl2.h 164 #define GL_CW 0x0900
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 164 #define GL_CW 0x0900
  /frameworks/base/opengl/include/GLES/
gl.h 186 #define GL_CW 0x0900
    [all...]
  /frameworks/base/opengl/include/GLES2/
gl2.h 164 #define GL_CW 0x0900
  /frameworks/base/opengl/tests/angeles/include/GLES/
gl.h 213 #define GL_CW 0x0900
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 185 #define GL_CW 0x0900
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 185 #define GL_CW 0x0900
    [all...]

Completed in 1096 milliseconds

1 2