Home
last modified time | relevance | path

Searched refs:GL_CCW (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProperties.cpp296 test_1.expected_gen_vertex_order_value = GL_CCW; in iterate()
350 test_3.expected_gen_vertex_order_value = GL_CCW; in iterate()
377 test_4.expected_gen_vertex_order_value = GL_CCW; in iterate()
H A DesextcTessellationShaderWinding.cpp179 const unsigned int windingTaken[2] = { GL_CW, GL_CCW }; in iterate()
180 const char* windingTakenName[2] = { "GL_CW", "GL_CCW" }; in iterate()
/third_party/mesa3d/src/mesa/main/
H A Dstate.h112 /** Return 0=GL_CCW or 1=GL_CW */
119 return ctx->Polygon.FrontFace == GL_CCW; in _mesa_polygon_get_front_bit()
H A Dpolygon.c112 if (!no_error && mode != GL_CW && mode != GL_CCW) { in front_face()
369 ctx->Polygon.FrontFace = GL_CCW; in _mesa_init_polygon()
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h568 if (from == GL_CCW) in FromGLenum()
594 return GL_CCW; in ToGLenum()
609 ANGLE_VALIDATE_PACKED_ENUM(TessEvaluationType, Ccw, GL_CCW);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c76 raster->front_ccw = (ctx->Polygon.FrontFace == GL_CCW); in st_update_rasterizer()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp226 cull = (frontFace == GL_CCW ? D3DCULL_CW : D3DCULL_CCW); in ConvertCullMode()
229 cull = (frontFace == GL_CCW ? D3DCULL_CCW : D3DCULL_CW); in ConvertCullMode()
H A DStateManager9.cpp333 bool frontFaceCCW = (glState.getRasterizerState().frontFace == GL_CCW); in setBlendDepthRasterStates()
454 float depthFront = !gl::IsTriangleMode(drawMode) ? 0.0f : (frontFace == GL_CCW ? 1.0f : -1.0f); in setViewportState()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramStateQueryTests.cpp308 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_verifier); in iterate()
327 verifyStateProgramInteger(result, gl, program.getProgram(), GL_TESS_GEN_VERTEX_ORDER, GL_CCW, m_verifier); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderStateCache.cpp195 rasterDesc.FrontCounterClockwise = (rasterState.frontFace == GL_CCW) ? FALSE : TRUE; in getRasterizerState()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp47 GLenum direction = (face == wgpu::FrontFace::CCW) ? GL_CW : GL_CCW; in ApplyFrontFaceAndCulling()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp297 GL_CCW, in init()
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h134 #define GL_CCW 0x0901 macro
/third_party/openGLES/api/GLSC/1.0/
H A Dgl.h138 #define GL_CCW 0x0901 macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp136 return GL_CCW; in GetTessellationShaderTypeEnum()
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0/
H A Dgl.h138 #define GL_CCW 0x0901 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC/1.0.1/
H A Dgl.h134 #define GL_CCW 0x0901 macro
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp332 GL_CCW, in init()
/third_party/openGLES/api/GLES/1.0/
H A Dgl.h214 #define GL_CCW 0x0901 macro
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h122 #define GL_CCW 0x0901 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/
H A Dgl.h214 #define GL_CCW 0x0901 macro
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h143 #define GL_CCW 0x0901 macro
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp630 gl.frontFace(GL_CCW); in iterate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dangletypes.cpp48 frontFace = GL_CCW; in RasterizerState()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp2178 return (frontFace == GL_CCW ? sw::CULL_CLOCKWISE : sw::CULL_COUNTERCLOCKWISE); in ConvertCullMode()
2180 return (frontFace == GL_CCW ? sw::CULL_COUNTERCLOCKWISE : sw::CULL_CLOCKWISE); in ConvertCullMode()

Completed in 25 milliseconds

1234