Lines Matching full:formats
86 // Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8)
330 // formats, at least, should be color-renderable. Still, that cannot be
348 // The depth-renderability of the depth RBO formats is not explicitly
349 // spelled out, but all renderbuffer formats are meant to be renderable.
482 std::set<ImageFormat> formats; in logFormatInfo() local
485 formats.insert(it->second->internalFormat); in logFormatInfo()
487 formats.insert(it->second->internalFormat); in logFormatInfo()
489 if (!formats.empty()) in logFormatInfo()
493 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it) in logFormatInfo()
697 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat() local
699 Formats::const_iterator it = formats.begin(); in getDefaultFormat()
700 if (it == formats.end()) in getDefaultFormat()
702 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat()
704 it = formats.begin(); in getDefaultFormat()
706 if (it == formats.end()) in getDefaultFormat()
889 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil() local
890 Formats::const_iterator it = formats.begin(); in makeDepthAndStencil()
891 if (it != formats.end()) in makeDepthAndStencil()
974 m_testCtx, "renderable", "Tests for support of renderable image formats"); in createRenderableTests()
977 m_testCtx, "renderbuffer", "Tests for renderbuffer formats"); in createRenderableTests()
980 m_testCtx, "texture", "Tests for texture formats"); in createRenderableTests()
993 // At each attachment point, iterate through all the possible formats to in createRenderableTests()
995 const Formats rboFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
996 const Formats texFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
1003 for (Formats::const_iterator it2 = rboFmts.begin(); it2 != rboFmts.end(); it2++) in createRenderableTests()
1010 for (Formats::const_iterator it2 = texFmts.begin(); it2 != texFmts.end(); it2++) in createRenderableTests()