Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp87 uint32_t stencilMask; member
H A Des3fStencilTests.cpp131 uint32_t stencilMask; member in deqp::gles3::Functional::StencilOp
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp87 uint32_t stencilMask; member
H A Des2fStencilTests.cpp128 uint32_t stencilMask; member in deqp::gles2::Functional::StencilOp
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp655 GLuint stencilMask, in setStencilFuncsFront()
/aosp_15_r20/external/deqp/modules/egl/
H A DteglImageUtil.cpp422 const uint32_t stencilMask = deBitMask32(0, numStencilBits); in initializeStencilRbo() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp585 const uint8_t stencilMask = in clearImpl() local
3076 uint8_t stencilMask, in clearWithDraw()
H A DUtilsVk.h108 uint8_t stencilMask; member
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fStencilTexturingTests.cpp170 const uint32_t stencilMask = (1u << stencilBits) - 1u; in renderTestPatternReference() local
/aosp_15_r20/external/angle/src/libANGLE/
H A Dangletypes.h341 GLuint stencilMask; member
H A DState.cpp831 void PrivateState::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams()
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp583 void GLContext::stencilMask(uint32_t mask) in stencilMask() function in sglr::GLContext
H A DsglrReferenceContext.cpp3165 void ReferenceContext::stencilMask(uint32_t mask) in stencilMask() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h70 PFNGLSTENCILMASKPROC stencilMask = nullptr; variable
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/renderpass/
H A DvktDynamicRenderingTests.cpp3187 …VkImageAspectFlags stencilMask = usesStencil ? VK_IMAGE_ASPECT_STENCIL_BIT : static_cast<VkImageAs… in baseTest() local
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl674 glStencilMaskFunc stencilMask; variable