Searched refs:isFormatFeatureSupported (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsFboCompletenessTests.cpp | 440 static bool isFormatFeatureSupported (const FormatDB& db, const ImageFormat& format, FormatFlags fe… in isFormatFeatureSupported() function 498 if (isFormatFeatureSupported(ctxFormats, *it, TEXTURE_VALID)) in logFormatInfo() 503 if (isFormatFeatureSupported(coreFormats, *it, TEXTURE_VALID)) in logFormatInfo() 518 if (isFormatFeatureSupported(allFormats, *it, TEXTURE_VALID)) in logFormatInfo() 530 if (isFormatFeatureSupported(ctxFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 535 if (isFormatFeatureSupported(coreFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 550 if (isFormatFeatureSupported(allFormats, *it, RENDERBUFFER_VALID)) in logFormatInfo() 564 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 569 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo() 579 else if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag)) in logFormatInfo() [all …]
|