Lines Matching refs:error
48 bool error;
52 error = _mesa_is_gles(ctx);
55 error = false;
58 error = ctx->API == API_OPENGLES;
61 error = false;
64 error = _mesa_is_gles(ctx) || !ctx->Extensions.EXT_texture_array;
67 error = (_mesa_is_gles(ctx) && ctx->Version < 30)
71 error = !_mesa_has_texture_cube_map_array(ctx);
74 error = true;
77 return !error;
86 * "An INVALID_OPERATION error is generated if the levelbase array was
160 * the error INVALID_OPERATION is generated."