Searched refs:getDepthFormat (Results 1 - 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fDepthStencilClearTests.cpp90 tcu::TextureFormat getDepthFormat (int depthBits) function in namespace:deqp::gles2::Functional::__anon19871
408 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilClearTests.cpp90 tcu::TextureFormat getDepthFormat (int depthBits) function in namespace:deqp::gles3::Functional::__anon20000
411 tcu::TextureLevel depthBufRow (getDepthFormat(renderTarget.getDepthBits()), dst.getWidth(), 1, 1);
/external/deqp/modules/egl/
H A DteglRenderTests.cpp323 tcu::TextureFormat getDepthFormat (const int depthBits) function in namespace:deqp::egl::__anon19839
375 depthBuffer.setStorage(getDepthFormat(depthBits), numSamples, width, height);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp195 tcu::TextureFormat getDepthFormat (int depthBits) function in namespace:sglr
295 m_depthbuffer.setStorage(getDepthFormat(depthBits), samples, width, height);

Completed in 128 milliseconds