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