Home
last modified time | relevance | path

Searched refs:checkFormatSupport (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboColorbufferTests.cpp113 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()
Des3fFboDepthbufferTests.cpp63 checkFormatSupport(m_format); in preCheck()
155 checkFormatSupport(m_format); in preCheck()
241 checkFormatSupport(m_format); in preCheck()
Des3fFboInvalidateTests.cpp456 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 …]
Des3fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
Des3fFboMultisampleTests.cpp70 checkFormatSupport (m_colorFormat); in preCheck()
75 checkFormatSupport (m_depthStencilFormat); in preCheck()
Des3fFramebufferBlitTests.cpp341 checkFormatSupport(m_srcFormat); in preCheck()
342 checkFormatSupport(m_dstFormat); in preCheck()
475 checkFormatSupport(m_format); in preCheck()
625 checkFormatSupport(m_format); in preCheck()
Des3fFboStencilbufferTests.cpp63 checkFormatSupport(m_format); in preCheck()
Des3fFboTestCase.cpp262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles3::Functional::FboTestCase
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp87 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/
Des31fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
Des31fFboColorbufferTests.cpp130 checkFormatSupport(m_format); in preCheck()
Des31fFboTestCase.cpp273 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles31::Functional::FboTestCase
Des31fShaderFramebufferFetchTests.cpp238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport() function
320 checkFormatSupport(m_context, m_format); in init()
Des31fCopyImageTests.cpp1892 void checkFormatSupport (glu::ContextInfo& info, deUint32 format, deUint32 target, glu::RenderConte… in checkFormatSupport() function
1926checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), m_context.get… in init()
1927checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), m_context.get… in init()