Searched refs:getStencilFormat (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/src/Device/ |
D | Surface.hpp | 153 inline VkFormat getStencilFormat() const; 441 VkFormat Surface::getStencilFormat() const in getStencilFormat() function in sw::Surface
|
D | Blitter.cpp | 1658 …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/ |
D | Surface.hpp | 319 inline Format getStencilFormat() const; 622 Format Surface::getStencilFormat() const in getStencilFormat() function in sw::Surface
|
D | Blitter.cpp | 1418 …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/ |
D | es2fDepthStencilClearTests.cpp | 103 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/ |
D | es3fDepthStencilClearTests.cpp | 103 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function 454 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1); in renderReference()
|
/external/deqp/modules/egl/ |
D | teglRenderTests.cpp | 409 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function 454 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 208 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function 298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers()
|