| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/tests/ |
| H A D | stubs.cpp | 32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) argument 35 (void) fmtString;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/tests/ |
| H A D | stubs.cpp | 32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) argument 35 (void) fmtString;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | errors.h | 52 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3); 55 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 58 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4); 64 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 67 _mesa_log(const char *fmtString, ...) PRINTFLIKE(1, 2); 82 const char *fmtString, 91 const char *fmtString, ...) PRINTFLIKE(6, 7);
|
| H A D | errors.c | 135 * \param fmtString printf()-like format string. 138 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) argument 142 va_start( args, fmtString ); 143 (void) _mesa_vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); 158 * \param fmtString problem description string. 161 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) argument 172 va_start( args, fmtString ); 173 _mesa_vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); 183 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) argument 207 ctx->ErrorDebugFmtString != fmtString) { 220 _mesa_gl_vdebugf(struct gl_context * ctx,GLuint * id,enum mesa_debug_source source,enum mesa_debug_type type,enum mesa_debug_severity severity,const char * fmtString,va_list args) argument 243 _mesa_gl_debugf(struct gl_context * ctx,GLuint * id,enum mesa_debug_source source,enum mesa_debug_type type,enum mesa_debug_severity severity,const char * fmtString,...) argument 297 _mesa_error(struct gl_context * ctx,GLenum error,const char * fmtString,...) argument 379 _mesa_debug(const struct gl_context * ctx,const char * fmtString,...) argument 395 _mesa_log(const char * fmtString,...) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | errors.h | 52 _mesa_warning( struct gl_context *gc, const char *fmtString, ... ) PRINTFLIKE(2, 3); 55 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 58 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) PRINTFLIKE(3, 4); 64 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) PRINTFLIKE(2, 3); 67 _mesa_log(const char *fmtString, ...) PRINTFLIKE(1, 2); 82 const char *fmtString, 91 const char *fmtString, ...) PRINTFLIKE(6, 7);
|
| H A D | errors.c | 138 * \param fmtString printf()-like format string. 141 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) argument 145 va_start( args, fmtString ); 146 (void) vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); 161 * \param fmtString problem description string. 164 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) argument 175 va_start( args, fmtString ); 176 vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); 186 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) argument 210 ctx->ErrorDebugFmtString != fmtString) { 223 _mesa_gl_vdebugf(struct gl_context * ctx,GLuint * id,enum mesa_debug_source source,enum mesa_debug_type type,enum mesa_debug_severity severity,const char * fmtString,va_list args) argument 246 _mesa_gl_debugf(struct gl_context * ctx,GLuint * id,enum mesa_debug_source source,enum mesa_debug_type type,enum mesa_debug_severity severity,const char * fmtString,...) argument 300 _mesa_error(struct gl_context * ctx,GLenum error,const char * fmtString,...) argument 382 _mesa_debug(const struct gl_context * ctx,const char * fmtString,...) argument 398 _mesa_log(const char * fmtString,...) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | standalone_scaffolding.h | 38 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... ); 41 _mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | standalone_scaffolding.h | 38 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... ); 41 _mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
|