Home
last modified time | relevance | path

Searched refs:isFormatFeatureSupported (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp435 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()
[all …]