/external/mesa3d/src/mesa/main/ |
D | polygon.c | 98 if (mode!=GL_CW && mode!=GL_CCW) { in _mesa_FrontFace() 321 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen7_clip_state.c | 54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_clip_state()
|
D | brw_sf.c | 203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
|
D | brw_clip.c | 224 case GL_CCW: in brw_upload_clip_prog()
|
D | gen7_sf_state.c | 176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
|
D | gen6_sf_state.c | 148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
|
D | brw_sf_state.c | 203 if (ctx->Polygon.FrontFace == GL_CCW) in upload_sf_unit()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nv04_state_raster.c | 143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ? in nv04_emit_control()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_atom_rasterizer.c | 71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramStateQueryTests.cpp | 290 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_ve… in iterate() 309 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_ve… in iterate()
|
/external/deqp/modules/gles2/performance/ |
D | es2pStateChangeCallTests.cpp | 297 GL_CCW, in init()
|
D | es2pRedundantStateChangeTests.cpp | 848 gl.frontFace(GL_CCW); in init()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 114 gl.frontFace (GL_CCW); in resetStateES() 691 gl.frontFace (GL_CCW); in resetStateGLCore()
|
D | gluStrUtil.inl | 507 case GL_CCW: return "GL_CCW";
|
/external/deqp/modules/gles3/performance/ |
D | es3pStateChangeCallTests.cpp | 332 GL_CCW, 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/include/GLES2/ |
D | gl2.h | 165 #define GL_CCW 0x0901 macro
|
/external/mesa3d/include/GLES/ |
D | gl.h | 187 #define GL_CCW 0x0901 macro
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace() 453 if ( mode == GL_CCW ) in radeonFrontFace()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 609 if (ctx->Polygon.FrontFace != GL_CCW) in i830CullFaceFrontFace()
|
D | i915_state.c | 585 if (ctx->Polygon.FrontFace != GL_CCW) in i915CullFaceFrontFace()
|
/external/deqp/modules/gles2/functional/ |
D | es2fRasterizationTests.cpp | 1312 const bool cullDirection = (m_cullMode == GL_FRONT) ^ (m_faceOrder == GL_CCW); in extractTriangles() 1879 { GL_CCW, "" }, in init()
|
D | es2fIntegerStateQueryTests.cpp | 840 m_verifier->verifyInteger(m_testCtx, GL_FRONT_FACE, GL_CCW); in test() 843 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test()
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
D | r200_state.c | 542 cull_face = (mode == GL_CCW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace() 545 if ( mode == GL_CCW ) in r200FrontFace()
|
/external/deqp/modules/gles3/functional/ |
D | es3fRasterizationTests.cpp | 1589 const bool cullDirection = (m_cullMode == GL_FRONT) ^ (m_faceOrder == GL_CCW); in extractTriangles() 2261 { GL_CCW, "" }, in init()
|