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

/external/deqp/modules/gles3/functional/
H A Des3fFboTestCase.cpp151 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles3::Functional
219 DE_ASSERT(!isRequiredFormat(format, renderContext));
262 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext());
/external/deqp/modules/gles31/functional/
H A Des31fFboTestCase.cpp155 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional
226 DE_ASSERT(!isRequiredFormat(format, renderContext));
275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext());
H A Des31fShaderFramebufferFetchTests.cpp73 static bool isRequiredFormat (deUint32 format, glu::RenderContext& renderContext) function in namespace:deqp::gles31::Functional::__anon5419
208 DE_ASSERT(!isRequiredFormat(format, renderContext));
239 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext());

Completed in 170 milliseconds