Searched refs:ctxFormats (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 464 static void logFormatInfo (const config::Framebuffer& fbo, const FormatDB& ctxFormats, const Format… in logFormatInfo() argument 493 if (isFormatFeatureSupported(ctxFormats, *it, TEXTURE_VALID)) in logFormatInfo() 503 logAffectingExtensions("\t\t- ", ctxFormats, *it, TEXTURE_VALID, msg); in logFormatInfo() 525 if (isFormatFeatureSupported(ctxFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 535 logAffectingExtensions("\t\t- ", ctxFormats, *it, RENDERBUFFER_VALID, msg); in logFormatInfo() 559 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 569 …logAffectingExtensions("\t\t- ", ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE,… in logFormatInfo() 574 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag)) in logFormatInfo()
|