Home
last modified time | relevance | path

Searched refs:ClearStencil (Results 1 – 18 of 18) sorted by relevance

/third_party/vk-gl-cts/external/amber/src/src/amberscript/
Dparser_clear_stencil_test.cc23 TEST_F(AmberScriptParserTest, ClearStencil) { in TEST_F() argument
/third_party/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp74 GET_PROC(ClearStencil); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp67 GET_PROC(ClearStencil); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp70 GET_PROC(ClearStencil); in GrGLMakeAssembledGLInterface()
DGrGLGpu.cpp2028 GL_CALL(ClearStencil(0)); in beginCommandBuffer()
2127 GL_CALL(ClearStencil(value)); in clearStencilClip()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Dbase.h62 GST_GL_EXT_FUNCTION (void, ClearStencil,
/third_party/skia/third_party/externals/angle2/src/tests/gles1_conformance_tests/
DCovglTests.cpp303 TEST_P(GLES1CovglTest, ClearStencil) in TEST_P() argument
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json527 "ClearStencil", "ColorMask", "CompileShader", "CompressedTexImage2D",
/third_party/openGLES/extensions/EXT/
DEXT_stencil_clear_tag.txt581 Section 4.2.3 "Clearing the Buffers", change the ClearStencil sentence
586 void ClearStencil(int s);
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_stencil_clear_tag.txt581 Section 4.2.3 "Clearing the Buffers", change the ClearStencil sentence
586 void ClearStencil(int s);
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp771 { "glClearStencil", _O(ClearStencil) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp135 return gl::ClearStencil(s); in glClearStencil()
1564 this->glClearStencil = gl::ClearStencil; in LibGLESv2exports()
Dentry_points.h43 void GL_APIENTRY ClearStencil(GLint s);
DlibGLESv2.cpp639 void GL_APIENTRY ClearStencil(GLint s) in ClearStencil() function
6312 FUNCTION(ClearStencil), in es2GetProcAddress()
/third_party/mesa3d/src/mesa/main/
Dattrib.c1006 TEST_AND_CALL1(Stencil.Clear, ClearStencil); in _mesa_PopAttrib()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp508 ANGLE_CAPTURE(ClearStencil, isCallValid, context, s); in GL_ClearStencil()
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser_test.cc493 TEST_F(CommandParserTest, ClearStencil) { in TEST_F() argument
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_1_autogen.cpp337 ANGLE_CAPTURE(ClearStencil, isCallValid, context, s); in GL_ClearStencil()