Searched defs:clearStencil (Results 1 - 10 of 10) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) function in namespace:rr
241 tcu::clearStencil(access.raw(), stencil);
/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp71 , clearStencil (0)
81 int clearStencil; member in struct:deqp::gles2::Functional::__anon4006::Clear
252 clear->clearStencil = rnd.getUint32();
285 gl.clearStencil (0);
301 gl.clearStencil (clear->clearStencil);
477 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
H A Des2fStencilTests.cpp147 static StencilOp clearStencil (int stencil) function in class:deqp::gles2::Functional::StencilOp
232 context.clearStencil(op.stencil);
425 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask));
448 dst.push_back(StencilOp::clearStencil(targetStencil-1));
452 dst.push_back(StencilOp::clearStencil(targetStencil));
459 dst.push_back(StencilOp::clearStencil(targetStencil+1));
463 dst.push_back(StencilOp::clearStencil(targetStencil));
468 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil));
474 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil));
481 dst.push_back(StencilOp::clearStencil(targetStenci
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp71 , clearStencil (0)
81 int clearStencil; member in struct:deqp::gles3::Functional::__anon4133::Clear
255 clear->clearStencil = rnd.getUint32();
288 gl.clearStencil (0);
304 gl.clearStencil (clear->clearStencil);
480 deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & bufMask;
H A Des3fStencilTests.cpp150 static StencilOp clearStencil (int stencil) function in class:deqp::gles3::Functional::StencilOp
235 context.clearStencil(op.stencil);
428 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask));
451 dst.push_back(StencilOp::clearStencil(targetStencil-1));
455 dst.push_back(StencilOp::clearStencil(targetStencil));
462 dst.push_back(StencilOp::clearStencil(targetStencil+1));
466 dst.push_back(StencilOp::clearStencil(targetStencil));
471 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil));
477 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil));
484 dst.push_back(StencilOp::clearStencil(targetStenci
[all...]
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp236 gl.clearStencil(0);
257 gl.clearStencil(0);
453 gl.clearStencil(123);
799 const int clearStencil = 123; local
809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
810 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
828 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyFragmentTests.cpp330 const deUint32 clearStencil)
335 makeClearValueDepthStencil(clearDepth, clearStencil), // attachment 1
323 beginRenderPass(const DeviceInterface& vk, const VkCommandBuffer commandBuffer, const VkRenderPass renderPass, const VkFramebuffer framebuffer, const VkRect2D& renderArea, const tcu::Vec4& clearColor, const float clearDepth, const deUint32 clearStencil) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp453 void GLContext::clearStencil (int stencil) function in class:sglr::GLContext
/external/skia/src/gpu/gl/
H A DGrGLGpu.cpp2103 void GrGLGpu::clearStencil(GrRenderTarget* target) { function in class:GrGLGpu
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktRenderPassTests.cpp1925 const deUint32 clearStencil = hasStencilComponent(format.order) ? clearValues[attachmentNdx]->depthStencil.stencil : ~0u; local
1929 clearStencil
2228 tcu::clearStencil(access, value.depthStencil.stencil);
2414 clearStencil(tcu::getSubregion(reference.getAccess(), offset.x(), offset.y(), 0, size.x(), size.y(), 1), dsClear.getStencil());

Completed in 293 milliseconds