/external/mesa3d/src/mesa/main/ |
D | polygon.c | 98 if (mode!=GL_CW && mode!=GL_CCW) { in _mesa_FrontFace() 109 ctx->Polygon._FrontBit = (GLboolean) (mode == GL_CW); in _mesa_FrontFace()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv10_state_polygon.c | 55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? in nv10_emit_front_face()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_clip.c | 233 case GL_CW: in brw_upload_clip_prog()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 298 GL_CW in init()
|
D | es2pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); in init() 945 gl.frontFace(GL_CW); in init()
|
D | es2pRedundantStateChangeTests.cpp | 369 gl.frontFace(GL_CW); in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 333 GL_CW in init()
|
D | es3pStateChangeTests.cpp | 403 gl.frontFace(GL_CW); in init() 1029 gl.frontFace(GL_CW); in init()
|
D | es3pRedundantStateChangeTests.cpp | 369 gl.frontFace(GL_CW); in init()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation.txt | 88 Each case draws two times, with glFrontFace(GL_CCW) and glFrontFace(GL_CW), and
|
/external/mesa3d/src/mesa/swrast/ |
D | s_context.c | 160 = (ctx->Polygon.FrontFace == GL_CW) ? -1.0F : 1.0F; in _swrast_update_polygon()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 271 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CW, m_ver… in iterate()
|
D | es31fTessellationTests.cpp | 2781 gl.frontFace(frontFaceWinding == WINDING_CW ? GL_CW : GL_CCW); in iterate() 6850 { "CW order", "layout(triangles, cw) in", GL_CW }, in iterate()
|
/external/mesa3d/include/GLES2/ |
D | gl2.h | 164 #define GL_CW 0x0900 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 186 #define GL_CW 0x0900 macro
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_state.c | 65 if (ctx->Polygon.FrontFace == GL_CW) { in i915_update_stencil()
|
/external/deqp/framework/opengl/ |
D | gluStrUtil.inl | 506 case GL_CW: return "GL_CW";
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 440 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1880 { GL_CW, "_reverse" }, in init()
|
D | es2fIntegerStateQueryTests.cpp | 843 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 116 #define GL_CW 0x0900 macro
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 532 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace()
|
/external/mesa3d/include/GL/ |
D | gl.h | 267 #define GL_CW 0x0900 macro
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 2262 { GL_CW, "_reverse" }, in init()
|
D | es3fIntegerStateQueryTests.cpp | 1122 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test()
|