Searched refs:GL_CW (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dstate.cpp272 case GL_CW:
H A Dprimitives.cpp829 const GLenum winding = (c->lerp.area() > 0) ? GL_CW : GL_CCW;
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java53 public static final int GL_CW = 0x0900; field in class:GLES10
H A DGLES20.java92 public static final int GL_CW = 0x0900; field in class:GLES20
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java51 int GL_CW = 0x0900; field in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h186 #define GL_CW 0x0900 macro
/frameworks/native/opengl/include/GLES2/
H A Dgl2.h164 #define GL_CW 0x0900 macro
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h213 #define GL_CW 0x0900 macro

Completed in 843 milliseconds