Searched refs:hasStencil (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A DFramebuffer.h68 bool hasStencil() const;
H A DFramebuffer.cpp367 bool Framebuffer::hasStencil() const function in class:gl::Framebuffer
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp755 bool hasStencil = stencilBuffer.getWidth() > 0 && stencilBuffer.getHeight() > 0 && stencilBuffer.getDepth() > 0;
757 bool doStencilTest = hasStencil && state.stencilTestEnabled;
762 DE_ASSERT((!hasDepth || colorBuffer.getWidth() == depthBuffer.getWidth()) && (!hasStencil || colorBuffer.getWidth() == stencilBuffer.getWidth()));
763 DE_ASSERT((!hasDepth || colorBuffer.getHeight() == depthBuffer.getHeight()) && (!hasStencil || colorBuffer.getHeight() == stencilBuffer.getHeight()));
764 DE_ASSERT((!hasDepth || colorBuffer.getDepth() == depthBuffer.getDepth()) && (!hasStencil || colorBuffer.getDepth() == stencilBuffer.getDepth()));
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp98 bool hasStencil = renderTarget.getStencilBits() > 0; local
102 dst.stencilTestEnabled = hasStencil && src.stencilTestEnabled;
H A Des2fDepthStencilTests.cpp384 bool hasStencil = renderTarget.stencilBits > 0; local
396 dst.state.stencilTestEnabled = hasStencil && src.params.stencilTestEnabled;
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp98 bool hasStencil = renderTarget.getStencilBits() > 0; local
102 dst.stencilTestEnabled = hasStencil && src.stencilTestEnabled;
H A Des3fDepthStencilTests.cpp384 bool hasStencil = renderTarget.stencilBits > 0; local
396 dst.state.stencilTestEnabled = hasStencil && src.params.stencilTestEnabled;
H A Des3fFboInvalidateTests.cpp122 const bool hasStencil = stencilBits > 0; local
124 if (!hasDepth || !hasStencil || (stencilBits != 8))
/external/deqp/modules/egl/
H A DteglCreateContextExtTests.cpp1138 bool hasStencil; member in struct:deqp::egl::__anon19818::__anon19819
1180 if (groups[groupNdx].hasStencil)
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DClear11.cpp295 unsigned int stencilUnmasked = frameBuffer->hasStencil() ? (1 << actualFormatInfo.stencilBits) - 1 : 0;
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp3346 bool hasStencil = !isEmpty(stencilBuf);
3400 if (hasStencil && (buffers & GL_STENCIL_BUFFER_BIT) != 0)
4307 const bool hasStencil = !isEmpty(stencilBuf);
4308 const int stencilBits = (hasStencil) ? (getNumStencilBits(stencilBuf.raw().getFormat())) : (0);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderer9.cpp1829 if (clearParams.clearStencil && frameBuffer->hasStencil())

Completed in 199 milliseconds