Home
last modified time | relevance | path

Searched refs:StencilOpSeparate (Results 1 – 25 of 45) sorted by relevance

12

/third_party/openGLES/extensions/AMD/
DAMD_stencil_operation_extended.txt64 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/
DAMD_stencil_operation_extended.txt64 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/
Dstencil.c355 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/
Ddriverfuncs.c160 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/
Dblending.h97 GST_GL_EXT_FUNCTION (void, StencilOpSeparate,
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DRenderPipelineGL.cpp184 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/
DRenderPipelineGL.cpp205 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/
DGrGLAssembleWebGLInterfaceAutogen.cpp120 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLESInterface()
DGrGLAssembleGLInterfaceAutogen.cpp116 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLInterface()
/third_party/flutter/skia/src/gpu/gl/
DGrGLAssembleWebGLInterfaceAutogen.cpp113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledWebGLInterface()
DGrGLAssembleGLInterfaceAutogen.cpp116 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLInterface()
DGrGLAssembleGLESInterfaceAutogen.cpp113 GET_PROC(StencilOpSeparate); in GrGLMakeAssembledGLESInterface()
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_0_autogen.h80 ANGLE_EXPORT void GL_APIENTRY StencilOpSeparate(GLenum face,
Dentry_points_gl_2_0_autogen.cpp754 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/
Dnouveau_state.c540 ctx->Driver.StencilOpSeparate = nouveau_stencil_op_separate; in nouveau_state_init()
/third_party/flutter/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.h222 ANGLE_EXPORT void GL_APIENTRY StencilOpSeparate(GLenum face,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h1028 StencilOpSeparate, enumerator
/third_party/skia/tools/gpu/gl/interface/
Dinterface.json541 "StencilOpSeparate", "TexImage2D", "TexParameterf", "TexParameterfv", "TexParameteri",
/third_party/flutter/skia/tools/gpu/gl/interface/
Dinterface.json537 "StencilOpSeparate", "TexImage2D", "TexParameterf", "TexParameterfv", "TexParameteri",
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Di830_state.c1136 functions->StencilOpSeparate = i830StencilOpSeparate; in i830InitStateFuncs()
Di915_state.c1079 functions->StencilOpSeparate = i915StencilOpSeparate; in i915InitStateFunctions()
/third_party/mesa3d/src/mapi/glapi/tests/
Dcheck_table.cpp987 { "glStencilOpSeparate", _O(StencilOpSeparate) },
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp748 return gl::StencilOpSeparate(face, fail, zfail, zpass); in glStencilOpSeparate()
1674 this->glStencilOpSeparate = gl::StencilOpSeparate; in LibGLESv2exports()
/third_party/openGLES/extensions/EXT/
DEXT_stencil_two_side.txt441 (modify 3rd paragraph, p. 202) StencilFuncSeparate and StencilOpSeparate

12