/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()
|
/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/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 75 GET_PROC(CullFace); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 78 GET_PROC(CullFace); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 75 GET_PROC(CullFace); in GrGLMakeAssembledGLESInterface()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 56 gl.CullFace(cullMode); in ApplyFrontFaceAndCulling()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | base.h | 101 GST_GL_EXT_FUNCTION (void, CullFace,
|
/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/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/opengl-registry/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/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/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/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
|
/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
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 87 ANGLE_EXPORT void GL_APIENTRY CullFace(GLenum mode);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 206 CullFace, enumerator
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 25 "CullFace", "DeleteBuffers", "DeleteProgram",
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 29 "CullFace", "DeleteBuffers", "DeleteProgram",
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/ |
D | libGLESv1_CM.cpp | 345 return gl::CullFace(mode); in glCullFace()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 716 { "glCullFace", _O(CullFace) },
|