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

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp458 static void logFormatInfo (const config::Framebuffer& fbo, const FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB& allFormats, tcu::TestLog& log) argument
507 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID))
510 logAffectingExtensions("\t\t- ", allFormats, *it, TEXTURE_VALID, msg);
539 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID))
542 logAffectingExtensions("\t\t- ", allFormats, *it, RENDERBUFFER_VALID, msg);
575 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag))
578 logAffectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag, msg);
590 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag))
592 if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
595 logAffectingExtensions("\t\t- ", allFormats, *i
[all...]

Completed in 99 milliseconds