Searched refs:isCoreFormat (Results 1 – 2 of 2) sorted by relevance
262 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local263 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()266 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
269 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local270 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()273 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()