/third_party/mesa3d/src/mesa/main/ |
H A D | getstring.c | 77 _mesa_problem(ctx, in shading_language_version() 94 _mesa_problem(ctx, in shading_language_version() 102 _mesa_problem(ctx, "Unexpected API value in shading_language_version()"); in shading_language_version()
|
H A D | rastpos.c | 328 _mesa_problem(ctx, "Bad S texgen in compute_texgen()"); in compute_texgen() 351 _mesa_problem(ctx, "Bad T texgen in compute_texgen()"); in compute_texgen() 371 _mesa_problem(ctx, "Bad R texgen in compute_texgen()"); in compute_texgen() 385 _mesa_problem(ctx, "Bad Q texgen in compute_texgen()"); in compute_texgen() 404 _mesa_problem(ctx, "Vertex programs not implemented for glRasterPos"); in _mesa_RasterPos()
|
H A D | errors.h | 55 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3);
|
H A D | extensions.c | 219 _mesa_problem(NULL, "Trying to enable too many unknown extension. " in _mesa_one_time_init_extension_overrides() 226 _mesa_problem(NULL, "Trying to enable unknown extension: %s", ext); in _mesa_one_time_init_extension_overrides()
|
H A D | texstate.c | 200 _mesa_problem(NULL, in calculate_derived_texenv() 279 _mesa_problem(NULL, in calculate_derived_texenv() 583 _mesa_problem(ctx, "invalid RGB combine mode in update_texture_state"); in update_tex_combine() 611 _mesa_problem(ctx, "invalid Alpha combine mode in update_texture_state"); in update_tex_combine()
|
H A D | condrender.c | 281 _mesa_problem(ctx, "Bad cond render mode %s in " in _mesa_check_conditional_render()
|
H A D | debug.c | 595 _mesa_problem(NULL, in _mesa_dump_image() 640 _mesa_problem(NULL, "error in PrintTexture\n"); in _mesa_print_texture()
|
H A D | texcompress.c | 867 _mesa_problem(ctx, "Unexpected mesa texture format in" in _mesa_compressed_format_to_glenum() 919 _mesa_problem(NULL, "Unexpected format in _mesa_decompress_image()"); in _mesa_decompress_image()
|
H A D | version.c | 639 _mesa_problem(ctx, "Incomplete OpenGL ES 1.0 support."); in _mesa_compute_version() 647 _mesa_problem(ctx, "Incomplete OpenGL ES 2.0 support."); in _mesa_compute_version()
|
H A D | texobj.c | 224 _mesa_problem(NULL, "bad target in _mesa_get_current_tex_object(): 0x%04x", target); in _mesa_get_current_tex_object() 551 _mesa_problem(NULL, "invalid reference to a deleted texture object"); in valid_texture_object() 554 _mesa_problem(NULL, "invalid texture object Target 0x%x, Id = %u", in valid_texture_object() 591 _mesa_problem(NULL, "Unable to delete texture, no context"); in _mesa_reference_texobj_() 723 _mesa_problem(ctx, "Bad t->Target in _mesa_test_texobj_completeness"); in _mesa_test_texobj_completeness()
|
H A D | errors.c | 173 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) in _mesa_problem() function
|
H A D | hash.c | 90 _mesa_problem(NULL, "In _mesa_DeleteHashTable, found non-freed data"); in _mesa_DeleteHashTable()
|
H A D | formats.c | 189 _mesa_problem(NULL, "bad pname in _mesa_get_format_bits()"); in _mesa_get_format_bits() 1426 _mesa_problem(NULL, "bad format %s in _mesa_uncompressed_format_to_type_and_comps", in _mesa_uncompressed_format_to_type_and_comps()
|
H A D | texstore.c | 1233 _mesa_problem(ctx, "Unexpected glCompressedTexImage1D call"); in _mesa_store_compressed_teximage() 1343 _mesa_problem(ctx, "Unexpected 1D compressed texsubimage call"); in _mesa_store_compressed_texsubimage()
|
H A D | texstorage.c | 58 _mesa_problem(ctx, "invalid dims=%u in _mesa_is_legal_tex_storage_target()", dims); in _mesa_is_legal_tex_storage_target()
|
H A D | framebuffer.c | 774 _mesa_problem(ctx, in renderbuffer_exists()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | standalone_scaffolding.h | 41 _mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
|
H A D | standalone_scaffolding.cpp | 58 _mesa_problem(struct gl_context *ctx, const char *fmt, ...) in _mesa_problem() function
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_copytex.c | 134 _mesa_problem(NULL, in st_copy_framebuffer_to_texture()
|
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_xform.c | 181 _mesa_problem( NULL, "test_transform_function called with psize > 4\n" ); in test_transform_function() 319 _mesa_problem( NULL, "%s", buf ); in _math_test_all_transform_functions()
|
H A D | m_debug_clip.c | 244 _mesa_problem( NULL, "test_cliptest_function called with psize > 4\n" ); in test_cliptest_function() 390 _mesa_problem( NULL, "%s", buf ); in _math_test_all_cliptest_functions()
|
H A D | m_debug_norm.c | 365 _mesa_problem( NULL, "%s", buf ); in _math_test_all_normal_transform_functions()
|
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_print.c | 413 _mesa_problem(NULL, "bad file in reg_string()"); in reg_string() 418 _mesa_problem(NULL, "bad mode in reg_string()"); in reg_string()
|
H A D | prog_parameter.c | 207 _mesa_problem(NULL, "Parameter storage reallocation disallowed.\n" in _mesa_reserve_parameter_storage()
|
H A D | programopt.c | 262 _mesa_problem(ctx, "_mesa_append_fog_code() called for fragment program" in _mesa_append_fog_code()
|