Home | History | Annotate | Download | only in glshared

Lines Matching full:formats

93 	// Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8)
329 // formats, at least, should be color-renderable. Still, that cannot be
347 // The depth-renderability of the depth RBO formats is not explicitly
348 // spelled out, but all renderbuffer formats are meant to be renderable.
512 Formats formats = m_ctx.getMinFormats().getFormats(formatFlag(attPoint) |
514 Formats::const_iterator it = formats.begin();
515 if (it == formats.end())
517 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) |
519 it = formats.begin();
521 if (it == formats.end())
704 const Formats& formats = m_ctx.getMinFormats().getFormats(flags);
705 Formats::const_iterator it = formats.begin();
706 if (it != formats.end())
789 m_testCtx, "renderable", "Tests for support of renderable image formats");
792 m_testCtx, "renderbuffer", "Tests for renderbuffer formats");
795 m_testCtx, "texture", "Tests for texture formats");
808 // At each attachment point, iterate through all the possible formats to
810 const Formats rboFmts = m_maxFormats.getFormats(ANY_FORMAT);
811 const Formats texFmts = m_maxFormats.getFormats(ANY_FORMAT);
818 for (Formats::const_iterator it2 = rboFmts.begin(); it2 != rboFmts.end(); it2++)
825 for (Formats::const_iterator it2 = texFmts.begin(); it2 != texFmts.end(); it2++)