/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 54 const LoadStoreOps& stencilOp) { in init() argument 102 fAttachmentsDescriptor.fStencil.fLoadStoreOps = stencilOp; in init() 109 if (VK_ATTACHMENT_LOAD_OP_CLEAR == stencilOp.fLoadOp) { in init() 150 const LoadStoreOps& stencilOp) { in init() argument 153 this->init(gpu, colorOp, stencilOp); in init() 159 const LoadStoreOps& stencilOp) { in init() argument 163 this->init(gpu, colorOp, stencilOp); in init()
|
D | GrVkRenderPass.h | 53 const LoadStoreOps& stencilOp); 58 const LoadStoreOps& stencilOp);
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnOpsRenderPass.cpp | 51 wgpu::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnOpsRenderPass() local 52 fPassEncoder = beginRenderPass(colorOp, stencilOp); in GrDawnOpsRenderPass() 56 wgpu::LoadOp stencilOp) { in beginRenderPass() argument 77 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass() 78 depthStencilAttachment.stencilLoadOp = stencilOp; in beginRenderPass()
|
D | GrDawnOpsRenderPass.h | 28 wgpu::RenderPassEncoder beginRenderPass(wgpu::LoadOp colorOp, wgpu::LoadOp stencilOp);
|
/third_party/skia/src/gpu/vk/ |
D | GrVkRenderPass.cpp | 73 const LoadStoreOps& stencilOp) { in Create() argument 78 return Create(gpu, attachmentFlags, &attachmentsDescriptor, colorOp, resolveOp, stencilOp, in Create() 87 const LoadStoreOps& stencilOp, in Create() argument 262 attachmentsDescriptor->fStencil.fLoadStoreOps = stencilOp; in Create() 270 if (VK_ATTACHMENT_LOAD_OP_CLEAR == stencilOp.fLoadOp) { in Create()
|
D | GrVkRenderPass.h | 114 const LoadStoreOps& stencilOp);
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpuCommandBuffer.cpp | 114 dawn::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnGpuRTCommandBuffer() local 115 fPassEncoder = beginRenderPass(colorOp, stencilOp); in GrDawnGpuRTCommandBuffer() 119 dawn::LoadOp stencilOp) { in beginRenderPass() argument 139 depthStencilAttachment.depthLoadOp = stencilOp; in beginRenderPass() 140 depthStencilAttachment.stencilLoadOp = stencilOp; in beginRenderPass()
|
D | GrDawnGpuCommandBuffer.h | 52 dawn::RenderPassEncoder beginRenderPass(dawn::LoadOp colorOp, dawn::LoadOp stencilOp);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 268 …const VkStencilOpState stencilOp = makeStencilOpState(VK_STENCIL_OP_KEEP, VK_STENCIL_OP_RE… in iterate() local 281 stencilOp, // VkStencilOpState front in iterate() 282 stencilOp, // VkStencilOpState back in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassDepthStencilWriteConditionsTests.cpp | 268 …const VkStencilOpState stencilOp = makeStencilOpState(VK_STENCIL_OP_KEEP, VK_STENCIL_OP_RE… in iterate() local 281 stencilOp, // VkStencilOpState front in iterate() 282 stencilOp, // VkStencilOpState back in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 34 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
|
D | renderer9_utils.cpp | 158 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp() argument 162 switch (stencilOp) in ConvertStencilOp()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | renderer9_utils.h | 34 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp);
|
D | renderer9_utils.cpp | 158 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp() argument 162 switch (stencilOp) in ConvertStencilOp()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcPackedDepthStencilTests.cpp | 791 gl.stencilOp(GL_ZERO, GL_INCR, GL_INCR); in renderToTextures() 832 gl.stencilOp(GL_ZERO, GL_INCR, GL_INCR); in renderToTextures() 1216 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in doReadPixels() 1747 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate() 1881 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate() 2064 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate() 2072 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate() 2417 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate() 2549 gl.stencilOp(GL_REPLACE, GL_REPLACE, GL_REPLACE); in iterate() 2570 gl.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderPrimitiveCoverage.cpp | 630 gl.stencilOp(GL_REPLACE /* sfail */, GL_KEEP /* dpfail */, GL_KEEP /* dppass */); in drawPatch() 657 gl.stencilOp(GL_KEEP /* sfail */, GL_KEEP /* dpfail */, GL_KEEP /* dppass */); in drawPatch()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp() argument 129 switch (stencilOp) in mapVkStencilOp()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineReferenceRenderer.cpp | 127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp() argument 129 switch (stencilOp) in mapVkStencilOp()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | es2pStateChangeTests.cpp | 265 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 989 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1042 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1105 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1107 gl.stencilOp(GL_REPLACE, GL_KEEP, GL_KEEP); in init()
|
D | es2pRedundantStateChangeTests.cpp | 246 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 890 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 938 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 995 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 101 sw::StencilOperation ConvertStencilOp(GLenum stencilOp);
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | es3pStateChangeTests.cpp | 265 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1073 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1126 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1189 gl.stencilOp(GL_KEEP, GL_REPLACE, GL_REPLACE); in init() 1191 gl.stencilOp(GL_REPLACE, GL_KEEP, GL_KEEP); in init()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fStencilTests.cpp | 242 context.stencilOp(op.sFail, op.dFail, op.dPass); in executeOps() 260 context.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in visualizeStencil()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fStencilTests.cpp | 245 context.stencilOp(op.sFail, op.dFail, op.dPass); in executeOps() 263 context.stencilOp(GL_KEEP, GL_KEEP, GL_KEEP); in visualizeStencil()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 246 dst->stencilOp = src.stencilOp;
|