Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/mesa/main/
Dglthread_marshal.h459 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()
Dglthread.h132 bool CullFace; member
236 bool CullFace; member
Dattrib.c143 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/
DGrGLAssembleWebGLInterfaceAutogen.cpp82 GET_PROC(CullFace); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp75 GET_PROC(CullFace); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp78 GET_PROC(CullFace); in GrGLMakeAssembledGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp75 GET_PROC(CullFace); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp78 GET_PROC(CullFace); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp75 GET_PROC(CullFace); in GrGLMakeAssembledGLESInterface()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp56 gl.CullFace(cullMode); in ApplyFrontFaceAndCulling()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dbase.h101 GST_GL_EXT_FUNCTION (void, CullFace,
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp472 TEST_P(GLES1CovglTest, CullFace) in TEST_P() argument
/third_party/openGLES/extensions/IBM/
DIBM_cull_vertex.txt77 specified by CullFace. When all of the vertices of a polygon are
/third_party/skia/third_party/externals/opengl-registry/extensions/IBM/
DIBM_cull_vertex.txt77 specified by CullFace. When all of the vertices of a polygon are
/third_party/skia/third_party/externals/opengl-registry/extensions/INTEL/
DINTEL_conservative_rasterization.txt129 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/
DINTEL_conservative_rasterization.txt129 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/
DRenderPipelineGL.cpp56 gl.CullFace(cullMode); in ApplyFrontFaceAndCulling()
/third_party/openGLES/extensions/EXT/
DEXT_cull_vertex.txt92 as the face specified by CullFace. When all of the vertexes
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_cull_vertex.txt92 as the face specified by CullFace. When all of the vertexes
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h87 ANGLE_EXPORT void GL_APIENTRY CullFace(GLenum mode);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h206 CullFace, enumerator
/third_party/flutter/skia/tools/gpu/gl/interface/
Dinterface.json525 "CullFace", "DeleteBuffers", "DeleteProgram",
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json529 "CullFace", "DeleteBuffers", "DeleteProgram",
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv1_CM/
DlibGLESv1_CM.cpp345 return gl::CullFace(mode); in glCullFace()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp716 { "glCullFace", _O(CullFace) },

123