/third_party/mesa3d/src/mesa/main/ |
D | glthread_marshal.h | 459 ctx->GLThread.CullFace = true; in _mesa_glthread_Enable() 476 ctx->GLThread.CullFace = false; in _mesa_glthread_Disable() 489 return ctx->GLThread.CullFace; in _mesa_glthread_IsEnabled() 521 attr->CullFace = ctx->GLThread.CullFace; in _mesa_glthread_PushAttrib() 547 ctx->GLThread.CullFace = attr->CullFace; in _mesa_glthread_PopAttrib()
|
D | glthread.h | 132 bool CullFace; member 236 bool CullFace; member
|
D | attrib.c | 143 attr->CullFace = ctx->Polygon.CullFlag; in _mesa_PushAttrib() 360 TEST_AND_UPDATE(ctx->Polygon.CullFlag, enable->CullFace, GL_CULL_FACE); in pop_enable_group() 957 TEST_AND_CALL1(Polygon.CullFaceMode, CullFace); in _mesa_PopAttrib()
|
D | mtypes.h | 3116 GLboolean CullFace; member
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 82 GET_PROC(CullFace); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 75 GET_PROC(CullFace); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 78 GET_PROC(CullFace); in GrGLMakeAssembledGLInterface()
|
/third_party/openGLES/extensions/IBM/ |
D | IBM_cull_vertex.txt | 77 specified by CullFace. When all of the vertices of a polygon are
|
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/ |
D | CovglTests.cpp | 472 TEST_P(GLES1CovglTest, CullFace) in TEST_P() argument
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/ |
D | IBM_cull_vertex.txt | 77 specified by CullFace. When all of the vertices of a polygon are
|
/third_party/openGLES/extensions/INTEL/ |
D | INTEL_conservative_rasterization.txt | 129 polygon is culled, based on its orientation and the CullFace mode, then no 302 orientation and the CullFace mode, then no fragments are produced during 309 based on its orientation and the CullFace mode, then no fragments are
|
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/ |
D | INTEL_conservative_rasterization.txt | 129 polygon is culled, based on its orientation and the CullFace mode, then no 302 orientation and the CullFace mode, then no fragments are produced during 309 based on its orientation and the CullFace mode, then no fragments are
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 56 gl.CullFace(cullMode); in ApplyFrontFaceAndCulling()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_cull_vertex.txt | 92 as the face specified by CullFace. When all of the vertexes
|
D | WGL_EXT_multisample.txt | 229 is culled, based on its orientation and the CullFace mode, then no
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_cull_vertex.txt | 92 as the face specified by CullFace. When all of the vertexes
|
D | WGL_EXT_multisample.txt | 229 is culled, based on its orientation and the CullFace mode, then no
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 29 "CullFace", "DeleteBuffers", "DeleteProgram",
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 716 { "glCullFace", _O(CullFace) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 182 return gl::CullFace(mode); in glCullFace() 1573 this->glCullFace = gl::CullFace; in LibGLESv2exports()
|
D | entry_points.h | 54 void GL_APIENTRY CullFace(GLenum mode);
|
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/ |
D | 3DFX_multisample.txt | 250 CullFace mode, then no fragments are produced during rasterization.
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_multisample.txt | 225 is culled, based on its orientation and the CullFace mode, then no
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_multisample.txt | 225 is culled, based on its orientation and the CullFace mode, then no
|
/third_party/openGLES/extensions/3DFX/ |
D | 3DFX_multisample.txt | 250 CullFace mode, then no fragments are produced during rasterization.
|