Home
last modified time | relevance | path

Searched refs:getStencilFormat (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/Device/
DSurface.hpp153 inline VkFormat getStencilFormat() const;
441 VkFormat Surface::getStencilFormat() const in getStencilFormat() function in sw::Surface
DBlitter.cpp1658 …state.sourceFormat = isStencil ? source->getStencilFormat() : source->getFormat(useSourceInternal); in blitReactor()
1659 state.destFormat = isStencil ? dest->getStencilFormat() : dest->getFormat(useDestInternal); in blitReactor()
/external/swiftshader/src/Renderer/
DSurface.hpp319 inline Format getStencilFormat() const;
622 Format Surface::getStencilFormat() const in getStencilFormat() function in sw::Surface
DBlitter.cpp1418 …state.sourceFormat = isStencil ? source->getStencilFormat() : source->getFormat(useSourceInternal); in blitReactor()
1419 state.destFormat = isStencil ? dest->getStencilFormat() : dest->getFormat(useDestInternal); in blitReactor()
/external/deqp/modules/gles2/functional/
Des2fDepthStencilClearTests.cpp103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
451 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1); in renderReference()
/external/deqp/modules/gles3/functional/
Des3fDepthStencilClearTests.cpp103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
454 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1); in renderReference()
/external/deqp/modules/egl/
DteglRenderTests.cpp409 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
454 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp208 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers()