Searched defs:stencilOps (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkResourceProvider.cpp | 202 const GrVkRenderPass::LoadStoreOps& stencilOps, in findRenderPass() 224 const GrVkRenderPass::LoadStoreOps& stencilOps) { in findRenderPass() 609 const GrVkRenderPass::LoadStoreOps& stencilOps) { in getRenderPass()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsInteractionTestUtil.cpp | 76 static const uint32_t stencilOps[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, in computeRandomRenderState() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fDepthStencilTests.cpp | 746 static const uint32_t stencilOps[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, in randomDepthStencilState() local 794 …} stencilOps[] = {{"keep", GL_KEEP}, {"zero", GL_ZERO}, {"replace", GL_REPLACE}, in init() local
|
H A D | es3fIntegerStateQueryTests.cpp | 3087 …} stencilOps[] = {{"fail", "STENCIL_FAIL", GL_STENCIL_FAIL, "STENCIL_BACK_FAIL", GL_STENCIL_BACK_F… in init() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fDepthStencilTests.cpp | 746 static const uint32_t stencilOps[] = {GL_KEEP, GL_ZERO, GL_REPLACE, GL_INCR, in randomDepthStencilState() local 794 …} stencilOps[] = {{"keep", GL_KEEP}, {"zero", GL_ZERO}, {"replace", GL_REPLACE}, in init() local
|
H A D | es2fIntegerStateQueryTests.cpp | 2277 …} stencilOps[] = {{"fail", "STENCIL_FAIL", GL_STENCIL_FAIL, "STENCIL_BACK_FAIL", GL_STENCIL_BACK_F… in init() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilTests.cpp | 177 const VkStencilOp stencilOps[] = {VK_STENCIL_OP_KEEP, variable
|
H A D | vktPipelineExtendedDynamicStateTests.cpp | 9436 StencilOpVec stencilOps; in createExtendedDynamicStateTests() local
|