Home
last modified time | relevance | path

Searched refs:GL_FRONT_FACE (Results 1 – 10 of 10) sorted by relevance

/external/robolectric/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/external/deqp/framework/opengl/
DgluStrUtil.inl58 case GL_FRONT_FACE: return "GL_FRONT_FACE";
1082 case GL_FRONT_FACE: return "GL_FRONT_FACE";
/external/mesa3d/include/GLES/
Dgl.h204 #define GL_FRONT_FACE 0x0B46 macro
/external/mesa3d/include/GLES2/
Dgl2.h172 #define GL_FRONT_FACE 0x0B46 macro
/external/deqp/modules/gles2/functional/
Des2fIntegerStateQueryTests.cpp840 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, GL_CCW); in test()
849 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, frontFaces[ndx]); in test()
/external/deqp/modules/gles3/functional/
Des3fIntegerStateQueryTests.cpp1119 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, GL_CCW); in test()
1128 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, frontFaces[ndx]); in test()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl132 #define GL_FRONT_FACE 0x0B46 macro
/external/mesa3d/src/mesa/main/
Dget.c427 { GL_FRONT_FACE, CONTEXT_ENUM(Polygon.FrontFace), NO_EXTRA },
/external/mesa3d/include/GL/
Dgl.h277 #define GL_FRONT_FACE 0x0B46 macro