Home
last modified time | relevance | path

Searched refs:isRequiredFormat (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() function
219 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
264 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() function
226 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport()
Des31fShaderFramebufferFetchTests.cpp73 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) in isRequiredFormat() function
208 DE_ASSERT(!isRequiredFormat(format, renderContext)); in getEnablingExtensions()
240 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext()); in checkFormatSupport()