Searched refs:isCoreFormat (Results 1 – 3 of 3) sorted by relevance
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()
239 const bool isCoreFormat = isRequiredFormat(sizedFormat, context.getRenderContext()); in checkFormatSupport() local240 …const std::vector<std::string> requiredExts = (!isCoreFormat) ? getEnablingExtensions(sizedFormat,… in checkFormatSupport()243 DE_ASSERT(isCoreFormat || !requiredExts.empty()); in checkFormatSupport()
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()