/external/deqp/modules/gles3/functional/ |
D | es3fFboColorbufferTests.cpp | 113 checkFormatSupport(m_format); in preCheck() 219 checkFormatSupport(m_tex0Fmt); in preCheck() 220 checkFormatSupport(m_tex1Fmt); in preCheck() 335 checkFormatSupport(m_format); in preCheck() 484 checkFormatSupport(m_format); in preCheck() 610 checkFormatSupport(m_format); in preCheck() 740 checkFormatSupport(m_format); in preCheck() 826 checkFormatSupport(m_format); in preCheck() 898 checkFormatSupport(m_format); in preCheck() 964 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboDepthbufferTests.cpp | 63 checkFormatSupport(m_format); in preCheck() 155 checkFormatSupport(m_format); in preCheck() 241 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboInvalidateTests.cpp | 456 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 457 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 569 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 570 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 699 checkFormatSupport(m_colorFmt); in preCheck() 700 checkFormatSupport(m_depthStencilFmt); in preCheck() 823 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 824 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() 925 if (m_colorFmt != GL_NONE) checkFormatSupport(m_colorFmt); in preCheck() 926 if (m_depthStencilFmt != GL_NONE) checkFormatSupport(m_depthStencilFmt); in preCheck() [all …]
|
D | es3fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat);
|
D | es3fFboMultisampleTests.cpp | 70 checkFormatSupport (m_colorFormat); in preCheck() 75 checkFormatSupport (m_depthStencilFormat); in preCheck()
|
D | es3fFramebufferBlitTests.cpp | 341 checkFormatSupport(m_srcFormat); in preCheck() 342 checkFormatSupport(m_dstFormat); in preCheck() 475 checkFormatSupport(m_format); in preCheck() 625 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboStencilbufferTests.cpp | 63 checkFormatSupport(m_format); in preCheck()
|
D | es3fFboTestCase.cpp | 262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles3::Functional::FboTestCase
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiGranularityTests.cpp | 87 void checkFormatSupport (const VkFormat format); 122 void GranularityInstance::checkFormatSupport (const VkFormat format) in checkFormatSupport() function in vkt::api::__anond53f9ac50111::GranularityInstance 154 checkFormatSupport(it->format); in initAttachmentDescriptions()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboTestCase.hpp | 57 void checkFormatSupport (deUint32 sizedFormat);
|
D | es31fFboColorbufferTests.cpp | 130 checkFormatSupport(m_format); in preCheck()
|
D | es31fFboTestCase.cpp | 273 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles31::Functional::FboTestCase
|
D | es31fShaderFramebufferFetchTests.cpp | 238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport() function 320 checkFormatSupport(m_context, m_format); in init()
|
D | es31fCopyImageTests.cpp | 1892 void checkFormatSupport (glu::ContextInfo& info, deUint32 format, deUint32 target, glu::RenderConte… in checkFormatSupport() function 1926 …checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), m_context.get… in init() 1927 …checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), m_context.get… in init()
|