Home
last modified time | relevance | path

Searched refs:checkFormatSupport (Results 1 - 17 of 17) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/functional/
H A 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_depthStencilFm in preCheck()
[all...]
H A Des3fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
H A Des3fFboColorbufferTests.cpp113 checkFormatSupport(m_format); in preCheck()
219 checkFormatSupport(m_tex0Fmt); in preCheck()
220 checkFormatSupport(m_tex1Fmt); in preCheck()
337 checkFormatSupport(m_format); in preCheck()
486 checkFormatSupport(m_format); in preCheck()
612 checkFormatSupport(m_format); in preCheck()
742 checkFormatSupport(m_format); in preCheck()
828 checkFormatSupport(m_format); in preCheck()
900 checkFormatSupport(m_format); in preCheck()
966 checkFormatSupport(m_forma in preCheck()
[all...]
H A Des3fFboDepthbufferTests.cpp63 checkFormatSupport(m_format); in preCheck()
155 checkFormatSupport(m_format); in preCheck()
241 checkFormatSupport(m_format); in preCheck()
H A Des3fFboMultisampleTests.cpp70 checkFormatSupport (m_colorFormat); in preCheck()
75 checkFormatSupport (m_depthStencilFormat); in preCheck()
H A Des3fFramebufferBlitTests.cpp344 checkFormatSupport(m_srcFormat); in preCheck()
345 checkFormatSupport(m_dstFormat); in preCheck()
480 checkFormatSupport(m_depthFormat); in preCheck()
482 checkFormatSupport(m_stencilFormat); in preCheck()
648 checkFormatSupport(m_format); in preCheck()
H A Des3fFboStencilbufferTests.cpp63 checkFormatSupport(m_format); in preCheck()
H A Des3fFboTestCase.cpp262 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles3::Functional::FboTestCase
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestCase.hpp57 void checkFormatSupport (deUint32 sizedFormat);
H A Des31fFboColorbufferTests.cpp127 checkFormatSupport(m_texFmt); in preCheck()
218 checkFormatSupport(m_format); in preCheck()
H A Des31fFboTestCase.cpp282 void FboTestCase::checkFormatSupport (deUint32 sizedFormat) in checkFormatSupport() function in deqp::gles31::Functional::FboTestCase
H A Des31fShaderFramebufferFetchTests.cpp238 void checkFormatSupport (Context& context, deUint32 sizedFormat) in checkFormatSupport() function
320 checkFormatSupport(m_context, m_format); in init()
H A Des31fCopyImageTests.cpp1897 void checkFormatSupport (glu::ContextInfo& info, deUint32 format, deUint32 target, glu::RenderContext& ctx)
1934 checkFormatSupport(*ctxInfo, m_srcImageInfo.getFormat(), m_srcImageInfo.getTarget(), rc);
1935 checkFormatSupport(*ctxInfo, m_dstImageInfo.getFormat(), m_dstImageInfo.getTarget(), rc);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp87 void checkFormatSupport (const VkFormat format);
122 void GranularityInstance::checkFormatSupport (const VkFormat format) in checkFormatSupport() function in vkt::api::__anon29048::GranularityInstance
154 checkFormatSupport(it->format); in initAttachmentDescriptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp95 void checkFormatSupport(Context& context, const ImageConfig& config) in checkFormatSupport() function
139 checkFormatSupport(context, config.src); in checkSupport()
140 checkFormatSupport(context, config.dst); in checkSupport()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
H A Des2cTexture3DTests.cpp1024 void checkFormatSupport(const glu::ContextInfo& info, deUint32 format) in checkFormatSupport() function
1070 checkFormatSupport(contextInfo, m_compressedFormat); in iterate()
1661 checkFormatSupport(contextInfo, supportedCompressedFormat); in iterate()
1796 checkFormatSupport(contextInfo, supportedCompressedFormat); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrCopyTests.cpp99 void checkFormatSupport(Context& context, const ImageConfig& config) in checkFormatSupport() function
195 checkFormatSupport(context, config.src); in checkSupport()
196 checkFormatSupport(context, config.dst); in checkSupport()

Completed in 22 milliseconds