Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp264 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local
265 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
268 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local
276 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
279 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
Des31fShaderFramebufferFetchTests.cpp240 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext()); in checkFormatSupport() local
241 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
244 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()