Home
last modified time | relevance | path

Searched refs:getFramebufferReadFormat (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fFboTestUtil.hpp125 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format);
Des31fFboTestUtil.cpp447 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); in readPixels()
574 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format) in getFramebufferReadFormat() function
/external/deqp/modules/gles3/functional/
Des3fFboTestUtil.hpp215 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format);
Des3fFboTestUtil.cpp893 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); in readPixels()
1017 tcu::TextureFormat getFramebufferReadFormat (const tcu::TextureFormat& format) in getFramebufferReadFormat() function
Des3fFragmentOutputTests.cpp67 using FboTestUtil::getFramebufferReadFormat;
582 const tcu::TextureFormat readFmt = getFramebufferReadFormat(texFmt); in iterate()