Home
last modified time | relevance | path

Searched refs:fmtStr (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/egl/main/
Degllog.c151 _eglLog(EGLint level, const char *fmtStr, ...) in _eglLog() argument
165 va_start(args, fmtStr); in _eglLog()
166 ret = vsnprintf(msg, MAXSTRING, fmtStr, args); in _eglLog()
Degllog.h52 _eglLog(EGLint level, const char *fmtStr, ...);
/third_party/vk-gl-cts/modules/glshared/
DglsFboCompletenessTests.cpp776 const string fmtStr = toLower(s.substr(3)); in formatName() local
781 return fmtStr + "_" + toLower(typeStr.substr(3)); in formatName()
784 return fmtStr; in formatName()
789 const string fmtStr = getTextureFormatName(format.format); in formatDesc() local
794 return fmtStr + " with type " + typeStr; in formatDesc()
797 return fmtStr; in formatDesc()
/third_party/bounds_checking_function/src/
Doutput.inl124 char *fmtStr; /* Initialization must point to buffer */ member
163 …attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, fldWidth, attr->precision, ldVa…
165 attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, fldWidth, ldValue);
167 … attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, attr->precision, ldValue);
169 attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, ldValue);
182 …attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, fldWidth, attr->precision, dVal…
184 attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, fldWidth, dValue);
186 attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, attr->precision, dValue);
188 attr->textLen = SecFormatFloat(attr->text.str, floatAdapt->fmtStr, dValue);
1249 floatAdapt->fmtStr = NULL;
[all …]
/third_party/skia/tools/gpu/gl/interface/
Dgen_interface.go426 func abort(fmtStr string, inputs ...interface{}) {
427 fmt.Printf(fmtStr+"\n", inputs...)