Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp464 …nst FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB& allFormats, tcu::TestLog& l… in logFormatInfo() argument
513 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID)) in logFormatInfo()
516 logAffectingExtensions("\t\t- ", allFormats, *it, TEXTURE_VALID, msg); in logFormatInfo()
545 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo()
548 logAffectingExtensions("\t\t- ", allFormats, *it, RENDERBUFFER_VALID, msg); in logFormatInfo()
581 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
584 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag, msg); 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()
601 …logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE,… in logFormatInfo()
[all …]