Lines Matching refs:isFormatFeatureSupported
435 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported() function
493 if (isFormatFeatureSupported(ctxFormats, *it, TEXTURE_VALID)) in logFormatInfo()
498 if (isFormatFeatureSupported(coreFormats, *it, TEXTURE_VALID)) in logFormatInfo()
513 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID)) in logFormatInfo()
525 if (isFormatFeatureSupported(ctxFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
530 if (isFormatFeatureSupported(coreFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
545 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
559 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
564 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
574 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
579 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
581 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
596 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
598 … if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()