Searched refs:isCoreFormat (Results 1 – 3 of 3) sorted by relevance
264 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local265 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()268 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
275 const bool isCoreFormat = isRequiredFormat(sizedFormat, m_context.getRenderContext()); in checkFormatSupport() local276 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()279 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
240 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext()); in checkFormatSupport() local241 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()244 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()