Lines Matching defs:err
1041 GLenum err = GL_NO_ERROR;
1094 err = GL_NO_ERROR;
1096 err = _mesa_es_error_check_format_and_type(ctx, format, type, 2);
1097 if (err == GL_NO_ERROR) {
1099 err = GL_INVALID_OPERATION;
1103 err = read_pixels_es3_error_check(ctx, format, type, rb);
1106 if (err != GL_NO_ERROR) {
1107 _mesa_error(ctx, err, "glReadPixels(invalid format %s and/or type %s)",
1114 err = _mesa_error_check_format_and_type(ctx, format, type);
1115 if (err != GL_NO_ERROR) {
1116 _mesa_error(ctx, err, "glReadPixels(invalid format %s and/or type %s)",