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

  /external/deqp/modules/gles2/functional/
es2fDepthStencilClearTests.cpp 90 tcu::TextureFormat getDepthFormat (int depthBits)
408 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
  /external/deqp/modules/gles3/functional/
es3fDepthStencilClearTests.cpp 90 tcu::TextureFormat getDepthFormat (int depthBits)
411 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
  /external/deqp/modules/egl/
teglRenderTests.cpp 359 tcu::TextureFormat getDepthFormat (const int depthBits)
411 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 195 tcu::TextureFormat getDepthFormat (int depthBits)
295 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height);
    [all...]

Completed in 319 milliseconds