/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 112 class StencilOp class 134 …StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_A… in StencilOp() function in deqp::gles2::Functional::StencilOp 147 static StencilOp clearStencil (int stencil) in clearStencil() 149 StencilOp op(TYPE_CLEAR_STENCIL); in clearStencil() 154 static StencilOp clearDepth (float depth) in clearDepth() 156 StencilOp op(TYPE_CLEAR_DEPTH); in clearDepth() 161 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad() 163 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass); in quad() 177 …virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil… 180 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops); [all …]
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 115 class StencilOp class 137 …StencilOp (Type type_, GLenum stencilTest_ = GL_ALWAYS, int stencil_ = 0, GLenum depthTest_ = GL_A… in StencilOp() function in deqp::gles3::Functional::StencilOp 150 static StencilOp clearStencil (int stencil) in clearStencil() 152 StencilOp op(TYPE_CLEAR_STENCIL); in clearStencil() 157 static StencilOp clearDepth (float depth) in clearDepth() 159 StencilOp op(TYPE_CLEAR_DEPTH); in clearDepth() 164 …static StencilOp quad (GLenum stencilTest, int stencil, GLenum depthTest, float depth, GLenum sFai… in quad() 166 return StencilOp(TYPE_QUAD, stencilTest, stencil, depthTest, depth, sFail, dFail, dPass); in quad() 180 …virtual void genOps (vector<StencilOp>& dst, int stencilBits, int depthBits, int targetStencil… 183 void executeOps (sglr::Context& context, const IVec4& cell, const vector<StencilOp>& ops); [all …]
|
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrRenderState.hpp | 105 enum StencilOp enum 190 StencilOp sFail; 191 StencilOp dpFail; 192 StencilOp dpPass;
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | depthstencil.h | 33 void StencilOp(SWR_STENCILOP op, in StencilOp() function 315 StencilOp((SWR_STENCILOP)stencilFailOp, stencilFailMask, stencilRefps, stencilps); in DepthStencilWrite() 316 StencilOp((SWR_STENCILOP)stencilPassDepthFailOp, in DepthStencilWrite() 320 StencilOp((SWR_STENCILOP)stencilPassDepthPassOp, in DepthStencilWrite()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_stencil_wrap.txt | 56 StencilOp: 105 INVALID_ENUM is generated by StencilOp if any of its parameters 127 These are parameters to StencilOp, not BlendEquation.
|
D | EXT_stencil_two_side.txt | 325 StencilOp, and StencilMask) that update the stencil state update the 334 void StencilOp(enum sfail, enum dpfail, enum dppass);" 392 StencilFunc, StencilOp) set *both* back and front state. In this 445 EXT_stencil_two_side state is not. StencilFunc and StencilOp set state
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_stencil_wrap.txt | 56 StencilOp: 105 INVALID_ENUM is generated by StencilOp if any of its parameters 127 These are parameters to StencilOp, not BlendEquation.
|
D | EXT_stencil_two_side.txt | 325 StencilOp, and StencilMask) that update the stencil state update the 334 void StencilOp(enum sfail, enum dpfail, enum dppass);" 392 StencilFunc, StencilOp) set *both* back and front state. In this 445 EXT_stencil_two_side state is not. StencilFunc and StencilOp set state
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 235 D3D12_STENCIL_OP StencilOp(dawn::StencilOperation op) { in StencilOp() function 261 desc.StencilFailOp = StencilOp(descriptor.failOp); in StencilOpDesc() 262 desc.StencilDepthFailOp = StencilOp(descriptor.depthFailOp); in StencilOpDesc() 263 desc.StencilPassOp = StencilOp(descriptor.passOp); in StencilOpDesc()
|
/third_party/openGLES/extensions/ATI/ |
D | ATI_separate_stencil.txt | 130 void StencilOp( enum sfail, enum dpfail, enum dppass); 144 "StencilOp and StencilOpSeparateATI take three arguments that indicate 146 subsequent tests fail or pass. StencilOp sets the ops for both front
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/ |
D | ATI_separate_stencil.txt | 130 void StencilOp( enum sfail, enum dpfail, enum dppass); 144 "StencilOp and StencilOpSeparateATI take three arguments that indicate 146 subsequent tests fail or pass. StencilOp sets the ops for both front
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
D | RenderPipelineD3D12.cpp | 248 D3D12_STENCIL_OP StencilOp(wgpu::StencilOperation op) { in StencilOp() function 272 desc.StencilFailOp = StencilOp(descriptor.failOp); in StencilOpDesc() 273 desc.StencilDepthFailOp = StencilOp(descriptor.depthFailOp); in StencilOpDesc() 274 desc.StencilPassOp = StencilOp(descriptor.passOp); in StencilOpDesc()
|
/third_party/openGLES/extensions/OES/ |
D | OES_stencil_wrap.txt | 1 The GL_OES_stencil_wrap extension extends the StencilOp functions to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_stencil_wrap.txt | 1 The GL_OES_stencil_wrap extension extends the StencilOp functions to
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 46 rr::StencilOp mapGLStencilOp (deUint32 op);
|
D | sglrReferenceUtils.cpp | 233 rr::StencilOp mapGLStencilOp (deUint32 op) in mapGLStencilOp()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
D | AMD_stencil_operation_extended.txt | 63 Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp 108 Replace the second and third paragraphs on p.288, describing StencilOp and 111 StencilOp and StencilOpSeparate take three arguments that indicate what 153 StencilFuncSeparate, to StencilOp or StencilOpSeparate, and to
|
/third_party/openGLES/extensions/AMD/ |
D | AMD_stencil_operation_extended.txt | 63 Accepted by the <sfail>, <dpfail> and <dppass> parameters of StencilOp 108 Replace the second and third paragraphs on p.288, describing StencilOp and 111 StencilOp and StencilOpSeparate take three arguments that indicate what 153 StencilFuncSeparate, to StencilOp or StencilOpSeparate, and to
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | gl_enum_utils_autogen.h | 184 StencilOp, enumerator
|
D | gl_enum_utils_autogen.cpp | 5482 case GLenumGroup::StencilOp: in GLenumToString()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | gl_enum_utils_autogen.h | 179 StencilOp, enumerator
|
/third_party/mesa3d/docs/relnotes/ |
D | 6.5.rst | 83 - Stencil: The Driver.StencilOp/Func/Mask() functions have been
|
/third_party/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 119 GET_PROC(StencilOp); in GrGLMakeAssembledWebGLInterface()
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLAssembleWebGLInterfaceAutogen.cpp | 112 GET_PROC(StencilOp); in GrGLMakeAssembledWebGLInterface()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
D | DrawTester.cpp | 264 depthStencilState.back.failOp = vk::StencilOp::eKeep; in createGraphicsPipeline() 265 depthStencilState.back.passOp = vk::StencilOp::eKeep; in createGraphicsPipeline()
|