Home
last modified time | relevance | path

Searched refs:m_stencil (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp2781 m_stencil[type].func = func; in stencilFuncSeparate()
2782 m_stencil[type].ref = ref; in stencilFuncSeparate()
2783 m_stencil[type].opMask = mask; in stencilFuncSeparate()
2809 m_stencil[type].opStencilFail = sfail; in stencilOpSeparate()
2810 m_stencil[type].opDepthFail = dpfail; in stencilOpSeparate()
2811 m_stencil[type].opDepthPass = dppass; in stencilOpSeparate()
2970 if (setFront) m_stencil[rr::FACETYPE_FRONT].writeMask = mask; in stencilMaskSeparate()
2971 if (setBack) m_stencil[rr::FACETYPE_BACK].writeMask = mask; in stencilMaskSeparate()
3102 writeMaskedStencil(dst, 0, x, y, srcStencil, m_stencil[rr::FACETYPE_FRONT].writeMask); in blitResolveMultisampleFramebuffer()
3274 writeMaskedStencil(dst, sampleNdx, xo, yo, srcStencil, m_stencil[rr::FACETYPE_FRONT].writeMask); in blitFramebuffer()
[all …]
DsglrReferenceContext.hpp926 StencilState m_stencil[rr::FACETYPE_LAST]; member in sglr::ReferenceContext
/external/deqp/modules/egl/
DteglImageFormatTests.cpp260 ModifyRenderbufferClearStencil (GLint stencil) : m_stencil(stencil) {} in ModifyRenderbufferClearStencil()
265 GLint m_stencil; member in deqp::egl::Image::GLES2ImageApi::ModifyRenderbufferClearStencil
852 GLU_CHECK_GLW_CALL(gl, clearStencil(m_stencil)); in initializeRbo()
855 tcu::clearStencil(reference.getLevel(0), m_stencil); in initializeRbo()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp1571 , m_stencil (stencil) in DepthStencilClear()
1578 deUint32 getStencil (void) const { return m_stencil; } in getStencil()
1585 const deUint32 m_stencil; member in vkt::__anon53d10fc40111::DepthStencilClear