Lines Matching defs:flag
473 const FormatFlags flag;
563 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
568 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
573 logAffectingExtensions("\t\t- ", ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE, msg);
578 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag))
583 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag))
585 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag))
588 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag, msg);
600 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag))
602 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
605 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE, msg);
610 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag, msg);