Lines Matching defs:formats
49 // the formats from table 3.12 noted as color-renderable..."
71 // the formats from table 3.13."
85 // "...or one of the formats from table 3.13 whose base internal format is
107 // Renderbuffers don't support unsized formats
172 // the formats
191 ES3Checker (const glu::RenderContext& ctx, const FormatDB& formats)
192 : Checker (ctx, formats)
259 // "The combination of internal formats of the attached images does not violate
420 // Non-integer formats for each attachment type.
421 // \todo [2013-12-17 lauri] Add fixed/floating/integer metadata for formats so
466 Checker* createChecker (const glu::RenderContext& ctx, const FormatDB& formats) { return new ES3Checker(ctx, formats); }