Home
last modified time | relevance | path

Searched defs:fmtString (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Derrors.c138 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning()
161 _mesa_problem( const struct gl_context *ctx, const char *fmtString, ... ) in _mesa_problem()
183 should_output(struct gl_context *ctx, GLenum error, const char *fmtString) in should_output()
225 const char *fmtString, in _mesa_gl_vdebug()
245 const char *fmtString, ...) in _mesa_gl_debug()
267 _mesa_error( struct gl_context *ctx, GLenum error, const char *fmtString, ... ) in _mesa_error()
349 _mesa_debug( const struct gl_context *ctx, const char *fmtString, ... ) in _mesa_debug()
365 _mesa_log(const char *fmtString, ...) in _mesa_log()
/external/mesa3d/src/mesa/main/tests/
Dstubs.cpp32 _mesa_warning( struct gl_context *ctx, const char *fmtString, ... ) in _mesa_warning()
/external/icu/icu4c/source/test/intltest/
Dplurfmts.cpp565 UnicodeString fmtString(fmt, -1, US_INV); in pluralFormatExtendedTest() local