Lines Matching refs:isFormatFeatureSupported
440 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported() function
498 if (isFormatFeatureSupported(ctxFormats, *it, TEXTURE_VALID)) in logFormatInfo()
503 if (isFormatFeatureSupported(coreFormats, *it, TEXTURE_VALID)) in logFormatInfo()
518 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID)) in logFormatInfo()
530 if (isFormatFeatureSupported(ctxFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
535 if (isFormatFeatureSupported(coreFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
550 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
564 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
569 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
579 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
584 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
586 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
601 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
603 … if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()