Home
last modified time | relevance | path

Searched refs:clearStencil (Results 1 – 25 of 71) sorted by relevance

123

/external/deqp/modules/gles2/functional/
Des2fStencilTests.cpp147 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles2::Functional::StencilOp
232 context.clearStencil(op.stencil); in executeOps()
425 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask)); in init()
448 dst.push_back(StencilOp::clearStencil(targetStencil-1)); in init()
452 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
459 dst.push_back(StencilOp::clearStencil(targetStencil+1)); in init()
463 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
468 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil)); in init()
474 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil)); in init()
481 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
[all …]
Des2fDepthStencilClearTests.cpp71 , clearStencil (0) in Clear()
81 int clearStencil; member
252 clear->clearStencil = rnd.getUint32(); in generateClears()
285 gl.clearStencil (0); in renderGL()
301 gl.clearStencil (clear->clearStencil); in renderGL()
477 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference()
Des2fRandomFragmentOpTests.cpp310 const int clearStencil = CLEAR_STENCIL; in iterate() local
329 m_callLogWrapper.glClearStencil(clearStencil); in iterate()
355 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil); in iterate()
Des2fFboRenderTest.cpp1026 context.clearStencil(1); in render()
1029 context.clearStencil(2); in render()
1243 context.clearStencil(1); in render()
1274 context.clearStencil(1); in render()
1464 context.clearStencil(1); in render()
1489 context.clearStencil(0); in render()
1776 context.clearStencil(1); in render()
1886 ctx.clearStencil(1); in render()
1954 ctx.clearStencil(0); in render()
/external/deqp/modules/gles3/functional/
Des3fStencilTests.cpp150 static StencilOp clearStencil (int stencil) in clearStencil() function in deqp::gles3::Functional::StencilOp
235 context.clearStencil(op.stencil); in executeOps()
428 dst.push_back(StencilOp::clearStencil(targetStencil | ~mask)); in init()
451 dst.push_back(StencilOp::clearStencil(targetStencil-1)); in init()
455 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
462 dst.push_back(StencilOp::clearStencil(targetStencil+1)); in init()
466 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
471 dst.push_back(StencilOp::clearStencil((targetStencil-1)&maxStencil)); in init()
477 dst.push_back(StencilOp::clearStencil((targetStencil+1)&maxStencil)); in init()
484 dst.push_back(StencilOp::clearStencil(targetStencil)); in init()
[all …]
Des3fDepthStencilClearTests.cpp71 , clearStencil (0) in Clear()
81 int clearStencil; member
255 clear->clearStencil = rnd.getUint32(); in generateClears()
288 gl.clearStencil (0); in renderGL()
304 gl.clearStencil (clear->clearStencil); in renderGL()
480 …deUint32 newVal = ((oldVal & ~clear->stencilMask) | (clear->clearStencil & clear->stencilMask)) & … in renderReference()
Des3fRandomFragmentOpTests.cpp310 const int clearStencil = CLEAR_STENCIL; in iterate() local
329 m_callLogWrapper.glClearStencil(clearStencil); in iterate()
355 tcu::clearStencil (m_refStencilBuffer->getAccess(), clearStencil); in iterate()
Des3fFboRenderTest.cpp565 context.clearStencil(1); in render()
568 context.clearStencil(2); in render()
678 context.clearStencil(1); in render()
708 context.clearStencil(1); in render()
911 context.clearStencil(1); in render()
926 context.clearStencil(0); in render()
1222 context.clearStencil(1); in render()
1317 ctx.clearStencil(1); in render()
1403 ctx.clearStencil(0); in render()
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLContextAttributes.java58 public final native void clearStencil () /*-{ in clearStencil() method in WebGLContextAttributes
/external/deqp/modules/glshared/
DglsScissorTests.cpp236 gl.clearStencil(0); in iterate()
257 gl.clearStencil(0); in iterate()
453 gl.clearStencil(123); in render()
799 const int clearStencil = 123; in render() local
809 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break; in render()
810 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break; in render()
828 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u); in render()
/external/deqp/modules/egl/
DteglImageUtil.cpp366 GLU_CHECK_GLW_CALL(gl, clearStencil(0)); in initializeStencilRbo()
368 tcu::clearStencil(ref.getLevel(0), 0); in initializeStencilRbo()
382 GLU_CHECK_GLW_CALL(gl, clearStencil(stencil)); in initializeStencilRbo()
385 tcu::clearStencil(tcu::getSubregion(ref.getLevel(0), 0, 0, size.x(), size.y()), stencil); in initializeStencilRbo()
/external/deqp/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.cpp239 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) in clearStencil() function
241 tcu::clearStencil(access.raw(), stencil); in clearStencil()
DrrMultisamplePixelBufferAccess.hpp101 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil);
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineReferenceRenderer.cpp219 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil()); in ReferenceRenderer()
230 tcu::clearStencil(m_depthStencilBuffer.getAccess(), defaultClearStencil()); in ReferenceRenderer()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp175 tcu::clearStencil(dst, 0u); in renderTestPatternReference()
600 tcu::clearStencil(levelAccess, levelNdx); in iterate()
686 tcu::clearStencil(texData.getLevelFace(0, face), stencilVal); in iterate()
846 gl.clearStencil(stencil); in iterate()
850 tcu::clearStencil(tcu::getSubregion(reference.getAccess(), x, y, clearW, clearH), stencil); in iterate()
/external/skia/src/gpu/vk/
DGrVkGpu.h95 void clearStencil(GrRenderTarget* target) override { in clearStencil() function
/external/deqp/framework/common/
DtcuTextureUtil.hpp117 void clearStencil (const PixelBufferAccess& access, int stencil);
/external/skia/src/gpu/
DGrResourceProvider.cpp223 this->gpu()->clearStencil(rt); in attachStencilAttachment()
DGrGpu.h437 virtual void clearStencil(GrRenderTarget* target) = 0;
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl24 gl->clearStencil = &glClearStencil;
/external/deqp/modules/gles2/performance/
Des2pRedundantStateChangeTests.cpp249 gl.clearStencil(0); in init()
893 gl.clearStencil(0); in init()
940 gl.clearStencil(0); in init()
988 gl.clearStencil(0); in init()
Des2pStateChangeTests.cpp268 gl.clearStencil(0); in init()
992 gl.clearStencil(0); in init()
1044 gl.clearStencil(0); in init()
1097 gl.clearStencil(0); in init()
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl40 dst->clearStencil = src.clearStencil;
/external/deqp/modules/gles3/performance/
Des3pRedundantStateChangeTests.cpp249 gl.clearStencil(0); in init()
967 gl.clearStencil(0); in init()
1014 gl.clearStencil(0); in init()
1062 gl.clearStencil(0); in init()
Des3pStateChangeTests.cpp268 gl.clearStencil(0); in init()
1076 gl.clearStencil(0); in init()
1128 gl.clearStencil(0); in init()
1181 gl.clearStencil(0); in init()

123