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

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp464 static void logFormatInfo (const config::Framebuffer& fbo, const FormatDB& ctxFormats, const FormatDB& coreFormats, const FormatDB& allFormats, tcu::TestLog& log) argument
493 if (isFormatFeatureSupported(ctxFormats, *it, TEXTURE_VALID))
503 logAffectingExtensions("\t\t- ", ctxFormats, *it, TEXTURE_VALID, msg);
525 if (isFormatFeatureSupported(ctxFormats, *it, RENDERBUFFER_VALID))
535 logAffectingExtensions("\t\t- ", ctxFormats, *it, RENDERBUFFER_VALID, msg);
559 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
569 logAffectingExtensions("\t\t- ", ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE, msg);
574 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag))

Completed in 88 milliseconds