/third_party/openGLES/extensions/AMD/ |
D | AMD_stencil_operation_extended.txt | 64 and StencilOpSeparate: 101 Modify the paragraph beginning "StencilFuncSeparate and StencilOpSeparate 104 StencilFuncSeparate, StencilOpSeparate and StencilOpValue take a 109 StencilOpSeparate with the following three paragraphs: 111 StencilOp and StencilOpSeparate take three arguments that indicate what 153 StencilFuncSeparate, to StencilOp or StencilOpSeparate, and to 215 StencilOpSeparate. Furthermore, the <face> parameter to StencilOpValueAMD
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_stencil_operation_extended.txt | 64 and StencilOpSeparate: 101 Modify the paragraph beginning "StencilFuncSeparate and StencilOpSeparate 104 StencilFuncSeparate, StencilOpSeparate and StencilOpValue take a 109 StencilOpSeparate with the following three paragraphs: 111 StencilOp and StencilOpSeparate take three arguments that indicate what 153 StencilFuncSeparate, to StencilOp or StencilOpSeparate, and to 215 StencilOpSeparate. Furthermore, the <face> parameter to StencilOpValueAMD
|
/third_party/mesa3d/src/mesa/main/ |
D | stencil.c | 355 if (ctx->Driver.StencilOpSeparate && ctx->Stencil.TestTwoSide) { in stencil_op() 356 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, fail, zfail, zpass); in stencil_op() 374 if (ctx->Driver.StencilOpSeparate) { in stencil_op() 375 ctx->Driver.StencilOpSeparate(ctx, in stencil_op() 478 if (set && ctx->Driver.StencilOpSeparate) { in stencil_op_separate() 479 ctx->Driver.StencilOpSeparate(ctx, face, sfail, zfail, zpass); in stencil_op_separate()
|
/third_party/mesa3d/src/mesa/drivers/common/ |
D | driverfuncs.c | 160 driver->StencilOpSeparate = NULL; in _mesa_init_driver_functions() 301 ctx->Driver.StencilOpSeparate(ctx, GL_FRONT, in _mesa_init_driver_state() 305 ctx->Driver.StencilOpSeparate(ctx, GL_BACK, in _mesa_init_driver_state()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/ |
D | blending.h | 97 GST_GL_EXT_FUNCTION (void, StencilOpSeparate,
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 184 gl.StencilOpSeparate(GL_BACK, OpenGLStencilOperation(descriptor->stencilBack.failOp), in ApplyDepthStencilState() 187 gl.StencilOpSeparate(GL_FRONT, OpenGLStencilOperation(descriptor->stencilFront.failOp), in ApplyDepthStencilState()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | RenderPipelineGL.cpp | 205 gl.StencilOpSeparate(GL_BACK, OpenGLStencilOperation(descriptor->stencilBack.failOp), in ApplyDepthStencilState() 208 gl.StencilOpSeparate(GL_FRONT, OpenGLStencilOperation(descriptor->stencilFront.failOp), in ApplyDepthStencilState()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 120 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLESInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 116 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledWebGLInterface()
|
D | GrGLAssembleGLInterfaceAutogen.cpp | 116 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLInterface()
|
D | GrGLAssembleGLESInterfaceAutogen.cpp | 113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLESInterface()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_0_autogen.h | 80 ANGLE_EXPORT void GL_APIENTRY StencilOpSeparate(GLenum face,
|
D | entry_points_gl_2_0_autogen.cpp | 754 void GL_APIENTRY StencilOpSeparate(GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) in StencilOpSeparate() function 772 ANGLE_CAPTURE(StencilOpSeparate, isCallValid, context, face, sfail, dpfail, dppass); in StencilOpSeparate()
|
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 540 ctx->Driver.StencilOpSeparate = nouveau_stencil_op_separate; in nouveau_state_init()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.h | 222 ANGLE_EXPORT void GL_APIENTRY StencilOpSeparate(GLenum face,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | entry_points_enum_autogen.h | 1028 StencilOpSeparate, enumerator
|
/third_party/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 41 "StencilOpSeparate", "TexImage2D", "TexParameterf", "TexParameterfv", "TexParameteri",
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | interface.json5 | 37 "StencilOpSeparate", "TexImage2D", "TexParameterf", "TexParameterfv", "TexParameteri",
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 1136 functions->StencilOpSeparate = i830StencilOpSeparate; in i830InitStateFuncs()
|
D | i915_state.c | 1079 functions->StencilOpSeparate = i915StencilOpSeparate; in i915InitStateFunctions()
|
/third_party/mesa3d/src/mapi/glapi/tests/ |
D | check_table.cpp | 987 { "glStencilOpSeparate", _O(StencilOpSeparate) },
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | entry_points.cpp | 748 return gl::StencilOpSeparate(face, fail, zfail, zpass); in glStencilOpSeparate() 1674 this->glStencilOpSeparate = gl::StencilOpSeparate; in LibGLESv2exports()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_stencil_two_side.txt | 441 (modify 3rd paragraph, p. 202) StencilFuncSeparate and StencilOpSeparate
|