Home
last modified time | relevance | path

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

12

/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()
Dmtypes.h3116 GLboolean CullFace; member
/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/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/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp472 TEST_P(GLES1CovglTest, CullFace) in TEST_P() argument
/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/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/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/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
DWGL_EXT_multisample.txt229 is culled, based on its orientation and the CullFace mode, then no
/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
DWGL_EXT_multisample.txt229 is culled, based on its orientation and the CullFace mode, then no
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json529 "CullFace", "DeleteBuffers", "DeleteProgram",
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp716 { "glCullFace", _O(CullFace) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp182 return gl::CullFace(mode); in glCullFace()
1573 this->glCullFace = gl::CullFace; in LibGLESv2exports()
Dentry_points.h54 void GL_APIENTRY CullFace(GLenum mode);
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_multisample.txt250 CullFace mode, then no fragments are produced during rasterization.
/third_party/openGLES/extensions/SGIS/
DSGIS_multisample.txt225 is culled, based on its orientation and the CullFace mode, then no
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/
DSGIS_multisample.txt225 is culled, based on its orientation and the CullFace mode, then no
/third_party/openGLES/extensions/3DFX/
D3DFX_multisample.txt250 CullFace mode, then no fragments are produced during rasterization.

12