Lines Matching defs:formats
49 // specification. For now, let's assume the unsized formats corresponding to
50 // the color-renderable sized formats are allowed.
141 // \note Only the GLES2+exts subset of formats
200 // the formats
246 ES2Checker (const glu::RenderContext& ctx, const FormatDB& formats);
254 ES2Checker::ES2Checker (const glu::RenderContext& ctx, const FormatDB& formats)\
255 : Checker (ctx, formats)
283 // particular combinations of internal formats. If the combination of
284 // formats of the images attached to a framebuffer object are not
338 // exactly one of renderbuffer and texture is supported by vanilla GLES2 formats
389 Checker* createChecker (const glu::RenderContext& ctx, const FormatDB& formats) { return new ES2Checker(ctx, formats); }
423 "Test for existence of a supported combination of formats"));