Searched refs:GL_FRONT_FACE (Results 1 – 10 of 10) sorted by relevance
/external/robolectric/lib/main/ |
D | opengl-api-gl1.1-android-2.1_r1.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/microedition/
javax/ ... |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 58 case GL_FRONT_FACE: return "GL_FRONT_FACE"; 1082 case GL_FRONT_FACE: return "GL_FRONT_FACE";
|
/external/mesa3d/include/GLES/ |
D | gl.h | 204 #define GL_FRONT_FACE 0x0B46 macro
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 172 #define GL_FRONT_FACE 0x0B46 macro
|
/external/deqp/modules/gles2/functional/ |
D | es2fIntegerStateQueryTests.cpp | 840 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/ |
D | es3fIntegerStateQueryTests.cpp | 1119 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/ |
D | glwEnums.inl | 132 #define GL_FRONT_FACE 0x0B46 macro
|
/external/mesa3d/src/mesa/main/ |
D | get.c | 427 { GL_FRONT_FACE, CONTEXT_ENUM(Polygon.FrontFace), NO_EXTRA },
|
/external/mesa3d/include/GL/ |
D | gl.h | 277 #define GL_FRONT_FACE 0x0B46 macro
|