Home
last modified time | relevance | path

Searched refs:GL_CW (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/main/
Dpolygon.c98 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/
Dnv10_state_polygon.c55 PUSH_DATA (push, ctx->Polygon.FrontFace == GL_CW ? in nv10_emit_front_face()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip.c233 case GL_CW: in brw_upload_clip_prog()
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp298 GL_CW in init()
Des2pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
945 gl.frontFace(GL_CW); in init()
Des2pRedundantStateChangeTests.cpp369 gl.frontFace(GL_CW); in init()
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp333 GL_CW in init()
Des3pStateChangeTests.cpp403 gl.frontFace(GL_CW); in init()
1029 gl.frontFace(GL_CW); in init()
Des3pRedundantStateChangeTests.cpp369 gl.frontFace(GL_CW); in init()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt88 Each case draws two times, with glFrontFace(GL_CCW) and glFrontFace(GL_CW), and
/external/mesa3d/src/mesa/swrast/
Ds_context.c160 = (ctx->Polygon.FrontFace == GL_CW) ? -1.0F : 1.0F; in _swrast_update_polygon()
/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp271 …verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CW, m_ver… in iterate()
Des31fTessellationTests.cpp2781 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/
Dgl2.h164 #define GL_CW 0x0900 macro
/external/mesa3d/include/GLES/
Dgl.h186 #define GL_CW 0x0900 macro
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_state.c65 if (ctx->Polygon.FrontFace == GL_CW) { in i915_update_stencil()
/external/deqp/framework/opengl/
DgluStrUtil.inl506 case GL_CW: return "GL_CW";
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c440 int cull_face = (mode == GL_CW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()
/external/deqp/modules/gles2/functional/
Des2fRasterizationTests.cpp1880 { GL_CW, "_reverse" }, in init()
Des2fIntegerStateQueryTests.cpp843 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test()
/external/deqp/framework/opengl/wrapper/
DglwEnums.inl116 #define GL_CW 0x0900 macro
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_state.c532 int cull_face = (mode == GL_CW) ? R200_FFACE_CULL_CW : R200_FFACE_CULL_CCW; in r200FrontFace()
/external/mesa3d/include/GL/
Dgl.h267 #define GL_CW 0x0900 macro
/external/deqp/modules/gles3/functional/
Des3fRasterizationTests.cpp2262 { GL_CW, "_reverse" }, in init()
Des3fIntegerStateQueryTests.cpp1122 const GLenum frontFaces[] = {GL_CW, GL_CCW}; in test()