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

/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
H A DClear11.h62 bool clearStencil; member in struct:rx::Clear11::ClearDepthStencilInfo
/external/deqp/framework/referencerenderer/
H A DrrMultisamplePixelBufferAccess.cpp171 void clearStencil (const MultisamplePixelBufferAccess& access, int stencil) function in namespace:rr
173 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::__anon19069::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::__anon19198::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/framework/common/
H A DtcuTextureUtil.cpp556 void clearStencil (const PixelBufferAccess& access, int stencil) function in namespace:tcu
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dangletypes.h188 bool clearStencil; member in struct:gl::ClearParameters
/external/deqp/modules/glshared/
H A DglsScissorTests.cpp231 gl.clearStencil(0);
252 gl.clearStencil(0);
448 gl.clearStencil(123);
794 const int clearStencil = 123; local
804 case CLEAR_STENCIL: gl.clearBufferiv (GL_STENCIL, 0, &clearStencil); break;
805 case CLEAR_DEPTH_STENCIL: gl.clearBufferfi (GL_DEPTH_STENCIL, 0, clearDepth, clearStencil); break;
823 gl.stencilFunc(GL_EQUAL, clearStencil, ~0u);
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h84 virtual void clearStencil(GLint s) {} function in class:cc::TestWebGraphicsContext3D
/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp453 void GLContext::clearStencil (int stencil) function in class:sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h93 virtual void clearStencil(WGC3Dint s) { } function in class:blink::MockWebGraphicsContext3D
/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGpuGL.cpp1502 void GrGpuGL::clearStencil() { function in class:GrGpuGL
/external/skia/src/gpu/gl/
H A DGrGpuGL.cpp1502 void GrGpuGL::clearStencil() { function in class:GrGpuGL
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.cpp787 webContext()->clearStencil(m_clearStencil & m_stencilMask);
789 webContext()->clearStencil(0);
817 webContext()->clearStencil(m_clearStencil);
1320 void WebGLRenderingContextBase::clearStencil(GLint s) function in class:WebCore::__anon10393::WebGLRenderingContextBase
1325 webContext()->clearStencil(s);

Completed in 1364 milliseconds