Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFboTestUtil.hpp141 tcu::TextureFormat getFramebufferReadFormat(const tcu::TextureFormat &format);
H A Des31fFboTestUtil.cpp466 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); in readPixels()
657 tcu::TextureFormat getFramebufferReadFormat(const tcu::TextureFormat &format) in getFramebufferReadFormat() function
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fFboTestUtil.hpp248 tcu::TextureFormat getFramebufferReadFormat(const tcu::TextureFormat &format);
H A Des3fFboTestUtil.cpp945 tcu::TextureFormat readFormat = getFramebufferReadFormat(format); in readPixels()
1130 tcu::TextureFormat getFramebufferReadFormat(const tcu::TextureFormat &format) in getFramebufferReadFormat() function
H A Des3fFragmentOutputTests.cpp56 using FboTestUtil::getFramebufferReadFormat;
559 const tcu::TextureFormat readFmt = getFramebufferReadFormat(texFmt); in iterate()