Searched refs:allFormats (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 458 …nst FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB& allFormats, tcu::TestLog& l… in logFormatInfo() argument 507 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID)) in logFormatInfo() 510 logAffectingExtensions("\t\t- ", allFormats, *it, TEXTURE_VALID, msg); in logFormatInfo() 539 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 542 logAffectingExtensions("\t\t- ", allFormats, *it, RENDERBUFFER_VALID, msg); in logFormatInfo() 575 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo() 578 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag, msg); in logFormatInfo() 590 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag)) in logFormatInfo() 592 … if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 595 …logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE,… in logFormatInfo() [all …]
|