Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboTestCase.cpp262 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local
263 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
266 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
/external/deqp/modules/gles31/functional/
Des31fFboTestCase.cpp269 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local
270 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()
273 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()