Lines Matching defs:func
194 const char *func)
218 "same)", func);
225 "%s(color buffer datatypes mismatch)", func);
243 "%s(bad src/dst multisample pixel formats)", func);
258 "%s(integer color type)", func);
268 struct gl_framebuffer *drawFb, const char *func)
279 "same)", func);
289 "%s(stencil attachment format mismatch)", func);
305 "%s(stencil attachment depth format mismatch)", func);
314 struct gl_framebuffer *drawFb, const char *func)
325 func);
334 "%s(depth attachment format mismatch)", func);
347 "%s(depth attachment stencil bits mismatch)", func);
633 GLbitfield mask, GLenum filter, bool no_error, const char *func)
659 "%s(incomplete draw/read buffers)", func);
664 _mesa_error(ctx, GL_INVALID_ENUM, "%s(invalid filter %s)", func,
672 _mesa_error(ctx, GL_INVALID_OPERATION, "%s(%s: invalid samples)", func,
678 _mesa_error(ctx, GL_INVALID_VALUE, "%s(invalid mask bits set)", func);
686 "%s(depth/stencil requires GL_NEAREST filter)", func);
699 "%s(destination samples must be 0)", func);
719 "%s(bad src/dst multisample region)", func);
727 "%s(mismatched samples)", func);
738 "%s(bad src/dst multisample region sizes)", func);
759 if (!validate_color_buffer(ctx, readFb, drawFb, filter, func))
779 if (!validate_stencil_buffer(ctx, readFb, drawFb, func))
799 if (!validate_depth_buffer(ctx, readFb, drawFb, func))
811 " 0x%x, 0x%x)\n", func,
873 GLbitfield mask, GLenum filter, const char *func)
879 dstX0, dstY0, dstX1, dstY1, mask, filter, false, func);