Lines Matching refs:REQUIRED_RENDERABLE
217 REQUIRED_RENDERABLE | DEPTH_RENDERABLE | TEXTURE_VALID,
222 REQUIRED_RENDERABLE | DEPTH_RENDERABLE | STENCIL_RENDERABLE | RENDERBUFFER_VALID,
240 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
260 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
288 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
304 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
309 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
314 REQUIRED_RENDERABLE | COLOR_RENDERABLE | TEXTURE_VALID,
328 REQUIRED_RENDERABLE | COLOR_RENDERABLE | RENDERBUFFER_VALID,
341 REQUIRED_RENDERABLE | DEPTH_RENDERABLE | RENDERBUFFER_VALID,
352 REQUIRED_RENDERABLE | DEPTH_RENDERABLE | RENDERBUFFER_VALID,
553 if (isFormatFeatureSupported(ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
558 … if (isFormatFeatureSupported(coreFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
563 …fectingExtensions("\t\t- ", ctxFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE, msg); in logFormatInfo()
592 … if (isFormatFeatureSupported(allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE)) in logFormatInfo()
595 …fectingExtensions("\t\t- ", allFormats, *it, s_renderability[ndx].flag | REQUIRED_RENDERABLE, msg); in logFormatInfo()