Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp291 inline Format getStencilFormat() const;
593 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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/modules/egl/
DteglRenderTests.cpp409 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
454 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height); in renderReference()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceContext.cpp211 tcu::TextureFormat getStencilFormat (int stencilBits) in getStencilFormat() function
314 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height); in ReferenceContextBuffers()