HomeSort by relevance Sort by last modified time
    Searched refs:getStencilFormat (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 103 tcu::TextureFormat getStencilFormat (int stencilBits)
451 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 103 tcu::TextureFormat getStencilFormat (int stencilBits)
454 tcu::TextureLevel depthBufRow (getStencilFormat(stencilBits), dst.getWidth(), 1, 1);
  /external/swiftshader/src/Renderer/
Surface.hpp 319 inline Format getStencilFormat() const;
621 Format Surface::getStencilFormat() const
Blitter.cpp     [all...]
  /external/deqp/modules/egl/
teglRenderTests.cpp 403 tcu::TextureFormat getStencilFormat (int stencilBits)
448 stencilBuffer.setStorage(getStencilFormat(stencilBits), numSamples, width, height);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 208 tcu::TextureFormat getStencilFormat (int stencilBits)
298 m_stencilbuffer.setStorage(getStencilFormat(stencilBits), samples, width, height);
    [all...]

Completed in 355 milliseconds