Searched refs:GL_CCW (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DTriangleRenderer.java155 gl.glFrontFace(GL10.GL_CCW);
/frameworks/native/opengl/libagl/
H A Dvertex.cpp34 c->cull.frontFace = GL_CCW;
H A Dstate.cpp273 case GL_CCW:
H A Dprimitives.cpp829 const GLenum winding = (c->lerp.area() > 0) ? GL_CW : GL_CCW;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java41 public static final int GL_CCW = 0x0901; field in class:GLES10
H A DGLES20.java93 public static final int GL_CCW = 0x0901; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java39 int GL_CCW = 0x0901; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h187 #define GL_CCW 0x0901 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h165 #define GL_CCW 0x0901 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h214 #define GL_CCW 0x0901 macro

Completed in 218 milliseconds