OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fmtStr
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/egl/main/
egllog.h
55
_eglLog(EGLint level, const char *
fmtStr
, ...);
egllog.c
179
_eglLog(EGLint level, const char *
fmtStr
, ...)
194
va_start(args,
fmtStr
);
195
ret = vsnprintf(msg, MAXSTRING,
fmtStr
, args);
/external/mesa3d/src/egl/main/
egllog.h
55
_eglLog(EGLint level, const char *
fmtStr
, ...);
egllog.c
179
_eglLog(EGLint level, const char *
fmtStr
, ...)
194
va_start(args,
fmtStr
);
195
ret = vsnprintf(msg, MAXSTRING,
fmtStr
, args);
/frameworks/av/camera/
CameraParameters.cpp
496
String8
fmtStr
(supportedPreviewFormats);
497
char* prevFmts =
fmtStr
.lockBuffer(
fmtStr
.size());
508
fmtStr
.unlockBuffer(
fmtStr
.size());
/external/deqp/modules/glshared/
glsFboCompletenessTests.cpp
592
const string
fmtStr
= toLower(s.substr(3));
597
return
fmtStr
+ "_" + toLower(typeStr.substr(3));
600
return
fmtStr
;
605
const string
fmtStr
= getPixelFormatName(format.format);
610
return
fmtStr
+ " with type " + typeStr;
613
return
fmtStr
;
Completed in 214 milliseconds