Home
last modified time | relevance | path

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

123

/external/mesa3d/src/mesa/main/
Dpolygon.c98 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/
Dgen7_clip_state.c54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_clip_state()
Dbrw_sf.c203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo; in brw_upload_sf_prog()
Dbrw_clip.c224 case GL_CCW: in brw_upload_clip_prog()
Dgen6_sf_state.c148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
Dgen7_sf_state.c176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo) in upload_sf_state()
Dbrw_sf_state.c203 if (ctx->Polygon.FrontFace == GL_CCW) in upload_sf_unit()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c143 nv04->ctrl[0] |= (cull == GL_FRONT) ^ (front == GL_CCW) ? in nv04_emit_control()
/external/swiftshader/src/OpenGL/libGLES_CM/
Dutilities.cpp370 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
372 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_rasterizer.c71 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in update_raster_state()
/external/swiftshader/src/OpenGL/libGL/
Dutilities.cpp579 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
581 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp290 …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/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp501 glFrontFace(GL_CCW); in APIRenderStates()
/external/deqp/modules/gles2/performance/
Des2pStateChangeCallTests.cpp297 GL_CCW, in init()
/external/deqp/framework/opengl/
DgluStateReset.cpp114 gl.frontFace (GL_CCW); in resetStateES()
693 gl.frontFace (GL_CCW); in resetStateGLCore()
/external/robolectric/v1/lib/main/
Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/ ...
/external/deqp/modules/gles3/performance/
Des3pStateChangeCallTests.cpp332 GL_CCW, in init()
/external/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp1350 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
1352 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation.txt88 Each case draws two times, with glFrontFace(GL_CCW) and glFrontFace(GL_CW), and
/external/swiftshader/include/GLES/
Dgl.h187 #define GL_CCW 0x0901 macro
/external/mesa3d/include/GLES2/
Dgl2.h165 #define GL_CCW 0x0901 macro
/external/mesa3d/include/GLES/
Dgl.h187 #define GL_CCW 0x0901 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h187 #define GL_CCW 0x0901 macro
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2.h165 #define GL_CCW 0x0901 macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c450 cull_face = (mode == GL_CCW) ? RADEON_FFACE_CULL_CW : RADEON_FFACE_CULL_CCW; in radeonFrontFace()
453 if ( mode == GL_CCW ) in radeonFrontFace()

123