/third_party/mesa3d/src/mesa/main/tests/ |
D | stubs.cpp | 32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() function
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_api.c | 208 …_mesa_warning(NULL, "Mesa: invalid value for MESA_BACK_BUFFER environment variable, using an XImag… 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(NULL, "Mesa: glXCopySubBufferMESA: invalid drawable\n"); in glXCopySubBufferMESA()
|
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)!\… in XMesaCreateWindowBuffer() 1088 _mesa_warning(NULL, "Window %u has no colormap!\n", (unsigned int) w); in XMesaCreateWindowBuffer()
|
/third_party/mesa3d/src/mesa/main/ |
D | remap.c | 127 _mesa_warning(NULL, "failed to remap %s", name); in _mesa_init_remap_table()
|
D | errors.h | 52 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3);
|
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()
|
D | errors.c | 150 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() function
|
D | context.c | 1474 _mesa_warning(newCtx, in _mesa_make_current() 1481 _mesa_warning(newCtx, in _mesa_make_current()
|
D | feedback.c | 593 _mesa_warning(ctx, "Feedback buffer overflow"); in _mesa_RenderMode()
|
D | formatquery.c | 1608 _mesa_warning(ctx, in _mesa_GetInternalformativ()
|
D | arbprogram.c | 460 _mesa_warning(ctx, "Failed to open %s", filename); in set_program_string()
|
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()
|
D | texstore.c | 1061 _mesa_warning(ctx, "Unexpected target 0x%x in store_texsubimage()", in store_texsubimage()
|
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()
|
D | glformats.c | 1634 _mesa_warning(NULL, "%s: Unexpected channel token 0x%x\n", in _mesa_base_format_has_channel()
|
D | varray.c | 219 _mesa_warning(ctx, "Received negative int32 vertex buffer offset. " in _mesa_bind_vertex_buffer()
|
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/ |
D | standalone_scaffolding.h | 38 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... );
|
D | standalone_scaffolding.cpp | 40 _mesa_warning(struct gl_context *ctx, const char *fmt, ...) in _mesa_warning() function
|
/third_party/mesa3d/docs/relnotes/ |
D | 17.2.8.rst | 61 - xlib: call \_mesa_warning() instead of fprintf()
|
D | 17.3.1.rst | 64 - xlib: call \_mesa_warning() instead of fprintf()
|
D | 3.5 | 169 gl_warning _mesa_warning
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_atifs_to_nir.c | 184 _mesa_warning(0, "Using 0 for missing argument %d\n", argId); in prepare_argument()
|