Searched refs:fmtString (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | errors.c | 141 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() argument 145 va_start( args, fmtString ); in _mesa_warning() 146 (void) vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); in _mesa_warning() 164 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) in _mesa_problem() argument 175 va_start( args, fmtString ); in _mesa_problem() 176 vsnprintf( str, MAX_DEBUG_MESSAGE_LENGTH, fmtString, args ); in _mesa_problem() 186 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) in should_output() argument 210 ctx->ErrorDebugFmtString != fmtString) { in should_output() 212 ctx->ErrorDebugFmtString = fmtString; in should_output() 228 const char *fmtString, in _mesa_gl_vdebugf() argument [all …]
|
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);
|
/external/mesa3d/src/mesa/main/tests/ |
D | stubs.cpp | 32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning() argument 35 (void) fmtString; in _mesa_warning()
|
/external/mesa3d/src/compiler/glsl/ |
D | standalone_scaffolding.h | 38 _mesa_warning(struct gl_context *ctx, const char *fmtString, ... ); 41 _mesa_problem(struct gl_context *ctx, const char *fmtString, ... );
|
/external/icu/icu4c/source/test/intltest/ |
D | plurfmts.cpp | 559 UnicodeString fmtString(fmt, -1, US_INV); in pluralFormatExtendedTest() local 560 PluralFormat pf(Locale::getEnglish(), fmtString, status); in pluralFormatExtendedTest() 561 …MessageFormat mf(UNICODE_STRING_SIMPLE("{0,plural,").append(fmtString).append((UChar)0x7d /* '}' *… in pluralFormatExtendedTest()
|