/third_party/mesa3d/src/mesa/main/tests/ |
H A D | stubs.cpp | 32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() function
|
/third_party/mesa3d/src/mesa/main/ |
H A D | remap.c | 127 _mesa_warning(NULL, "failed to remap %s", name); in _mesa_init_remap_table()
|
H A D | errors.h | 52 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
|
H A D | accum.c | 115 _mesa_warning(ctx, "unexpected accum buffer type"); in _mesa_clear_accum_buffer() 402 _mesa_warning(ctx, "Calling glAccum() without an accumulation buffer"); in accum()
|
H A D | errors.c | 150 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() function
|
H A D | feedback.c | 593 _mesa_warning(ctx, "Feedback buffer overflow"); in _mesa_RenderMode()
|
H A D | context.c | 1474 _mesa_warning(newCtx, in _mesa_make_current() 1481 _mesa_warning(newCtx, in _mesa_make_current()
|
H A D | arbprogram.c | 460 _mesa_warning(ctx, "Failed to open %s", filename); in set_program_string()
|
H A D | formatquery.c | 1608 _mesa_warning(ctx, in _mesa_GetInternalformativ()
|
H A D | draw.c | 1777 _mesa_warning(ctx, "Invalid indices offset 0x%" PRIxPTR in _mesa_validated_drawrangeelements() 1869 _mesa_warning(ctx, "glDrawRangeElements(start %u, end %u, " in _mesa_DrawRangeElementsBaseVertex()
|
H A D | shaderapi.c | 1403 _mesa_warning(ctx, "Failed to open %s", filename); in link_program() 1983 _mesa_warning(ctx, "could not open %s for dumping shader (%s)", name, in _mesa_dump_shader_source()
|
H A D | texstore.c | 1061 _mesa_warning(ctx, "Unexpected target 0x%x in store_texsubimage()", in store_texsubimage()
|
H A D | glformats.c | 1634 _mesa_warning(NULL, "%s: Unexpected channel token 0x%x\n", in _mesa_base_format_has_channel()
|
H A D | varray.c | 219 _mesa_warning(ctx, "Received negative int32 vertex buffer offset. " in _mesa_bind_vertex_buffer()
|
H A D | bufferobj.c | 3085 _mesa_warning(ctx, "Out of bounds buffer object write detected" in validate_and_unmap_buffer()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | standalone_scaffolding.h | 38 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... );
|
H A D | standalone_scaffolding.cpp | 40 _mesa_warning(struct gl_context *ctx, const char *fmt, ...) in _mesa_warning() function
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 208 _mesa_warning(NULL, "Mesa: invalid value for MESA_BACK_BUFFER environment variable, using an XImage."); in save_glx_visual() 352 _mesa_warning(NULL, "Mesa: error in glXCreateContext: bad visual\n"); in create_glx_visual() 472 _mesa_warning(NULL, "GLX unable to find visual class=%s, depth=%d.", in get_env_visual() 746 _mesa_warning(NULL, "Failed to initialize display"); in choose_visual() 993 _mesa_warning(NULL, "unexpected attrib 0x%x in choose_visual()", in choose_visual() 1002 _mesa_warning(NULL, "GLX_SAMPLES_ARB: number of samples must not be negative"); in choose_visual() 1037 _mesa_warning(NULL, "overlay not supported"); in choose_visual() 1357 _mesa_warning(NULL, "Mesa: glXDestroyGLXPixmap: invalid pixmap\n"); in glXDestroyGLXPixmap() 1430 _mesa_warning(NULL, "glXSwapBuffers: invalid drawable 0x%x\n", in glXSwapBuffers() 1448 _mesa_warning(NUL in glXCopySubBufferMESA() [all...] |
H A D | xm_api.c | 390 _mesa_warning(NULL, "XGetGeometry failed!\n"); in xmesa_get_window_size() 659 _mesa_warning(NULL, in initialize_visual_and_buffer() 1078 _mesa_warning(NULL, "XMesaCreateWindowBuffer: depth mismatch between visual (%d) and window (%d)!\n", in XMesaCreateWindowBuffer() 1088 _mesa_warning(NULL, "Window %u has no colormap!\n", (unsigned int) w); in XMesaCreateWindowBuffer()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
H A D | st_atifs_to_nir.c | 184 _mesa_warning(0, "Using 0 for missing argument %d\n", argId); in prepare_argument()
|