Home
last modified time | relevance | path

Searched defs:clearStencil (Results 1 – 24 of 24) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkFramebuffer.cpp55 bool clearStencil = (isStencil && (attachment.stencilLoadOp == VK_ATTACHMENT_LOAD_OP_CLEAR)); in clear() local
/external/deqp/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp137 const deUint32 clearStencil, in beginRenderPass()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() function
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp203 void Device::clearStencil(unsigned int stencil, unsigned int mask) in clearStencil() function in es1::Device
/external/deqp/modules/gles3/functional/
Des3fRandomFragmentOpTests.cpp310 const int clearStencil = CLEAR_STENCIL; in iterate() local
Des3fDepthStencilClearTests.cpp81 int clearStencil; member
Des3fStencilTests.cpp150 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles3::Functional::StencilOp
/external/deqp/modules/gles2/functional/
Des2fRandomFragmentOpTests.cpp310 const int clearStencil = CLEAR_STENCIL; in iterate() local
Des2fDepthStencilClearTests.cpp81 int clearStencil; member
Des2fStencilTests.cpp147 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles2::Functional::StencilOp
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp235 void Device::clearStencil(unsigned int stencil, unsigned int mask) in clearStencil() function in es2::Device
/external/deqp/modules/glshared/
DglsScissorTests.cpp799 const int clearStencil = 123; in render() local
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dcontext.h109 uint8_t clearStencil; member
/external/deqp/framework/common/
DtcuTextureUtil.cpp788 void clearStencil (const PixelBufferAccess& access, int stencil) in clearStencil() function
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp453 void GLContext::clearStencil (int stencil) in clearStencil() function in sglr::GLContext
DsglrReferenceContext.cpp2603 void ReferenceContext::clearStencil (int stencil) in clearStencil() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl74 glClearStencilFunc clearStencil; variable
/external/skqp/src/gpu/gl/
DGrGLGpu.cpp2176 void GrGLGpu::clearStencil(GrRenderTarget* target, int clearValue) { in clearStencil() function in GrGLGpu
DGrGLTestInterface.h42 virtual GrGLvoid clearStencil(GrGLint s) {} in clearStencil() function
/external/skia/src/gpu/gl/
DGrGLGpu.cpp2207 void GrGLGpu::clearStencil(GrRenderTarget* target, int clearValue) { in clearStencil() function in GrGLGpu
DGrGLTestInterface.h42 virtual GrGLvoid clearStencil(GrGLint s) {} in clearStencil() function
/external/swiftshader/src/Device/
DSurface.cpp2849 …void Surface::clearStencil(unsigned char s, unsigned char mask, int x0, int y0, int width, int hei… in clearStencil() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.cpp3448 …void Surface::clearStencil(unsigned char s, unsigned char mask, int x0, int y0, int width, int hei… in clearStencil() function in sw::Surface
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp2480 …const deUint32 clearStencil = hasStencilComponent(format.order) ? clearValues[attachmentNdx]->… in pushImageInitializationCommands() local