Lines Matching defs:formats
86 // 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.
481 std::set<ImageFormat> formats;
484 formats.insert(it->second->internalFormat);
486 formats.insert(it->second->internalFormat);
488 if (!formats.empty())
492 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it)
706 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) |
708 Formats::const_iterator it = formats.begin();
709 if (it == formats.end())
711 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) |
713 it = formats.begin();
715 if (it == formats.end())
898 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags);
899 Formats::const_iterator it = formats.begin();
900 if (it != formats.end())
983 m_testCtx, "renderable", "Tests for support of renderable image formats");
986 m_testCtx, "renderbuffer", "Tests for renderbuffer formats");
989 m_testCtx, "texture", "Tests for texture formats");
1002 // At each attachment point, iterate through all the possible formats to