Home
last modified time | relevance | path

Searched defs:stencilOp (Results 1 – 16 of 16) sorted by relevance

/external/skia/src/gpu/ganesh/dawn/
DGrDawnOpsRenderPass.cpp53 wgpu::LoadOp stencilOp = to_dawn_load_op(stencilInfo.fLoadOp); in GrDawnOpsRenderPass() local
58 wgpu::LoadOp stencilOp) { in beginRenderPass()
/external/skia/src/gpu/ganesh/vk/
DGrVkRenderPass.cpp75 const LoadStoreOps& stencilOp) { in Create()
89 const LoadStoreOps& stencilOp, in Create()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp127 rr::StencilOp mapVkStencilOp (vk::VkStencilOp stencilOp) in mapVkStencilOp()
DvktPipelineStencilTests.cpp894 const char* getShortName (VkStencilOp stencilOp) in getShortName()
DvktPipelineExtendedDynamicStateTests.cpp7113 vk::VkStencilOp stencilOp; in createExtendedDynamicStateTests() member
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp156 D3DSTENCILOP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp268 …const VkStencilOpState stencilOp = makeStencilOpState(VK_STENCIL_OP_KEEP, VK_STENCIL_OP_RE… in iterate() local
DvktDynamicRenderingTests.cpp388 const VkStencilOpState stencilOp = makeStencilOpState( in makeGraphicsPipeline() local
DvktRenderPassTests.cpp2013 VkStencilOp stencilOp = writeStencil ? VK_STENCIL_OP_REPLACE : VK_STENCIL_OP_KEEP; in createSubpassPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateRSTests.cpp956 …const auto stencilOp = vk::makeStencilOpState(vk::VK_STENCIL_OP_KEEP, vk::VK_STENCIL_OP_KEEP, vk::… in iterate() local
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js140 'stencilOp': {3: { 0:true, 1:true, 2:true }}, property
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp2003 D3D11_STENCIL_OP ConvertStencilOp(GLenum stencilOp) in ConvertStencilOp()
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp510 void GLContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp() function in sglr::GLContext
DsglrReferenceContext.cpp2827 void ReferenceContext::stencilOp (deUint32 sfail, deUint32 dpfail, deUint32 dppass) in stencilOp() function in sglr::ReferenceContext
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h71 PFNGLSTENCILOPPROC stencilOp = nullptr; variable
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl676 glStencilOpFunc stencilOp; variable