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

/external/deqp/modules/glshared/
H A DglsFboCompletenessTests.cpp470 } s_renderability[] = local
557 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_renderability); ++ndx)
559 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE))
562 msg << "* Format is " << s_renderability[ndx].name << "\n";
564 if (isFormatFeatureSupported(coreFormats, *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))
577 msg << "* Format is allowed to be " << s_renderability[ndx].name << " but not required\n";
579 if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag))
581 else if (isFormatFeatureSupported(allFormats, *it, s_renderability[nd
[all...]

Completed in 102 milliseconds