HomeSort by relevance Sort by last modified time
    Searched full:appendf (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/skia/bench/
TimerData.cpp 76 wallStr.appendf(doubleFormat, fWallTimes[i]);
77 truncWallStr.appendf(doubleFormat, fTruncatedWallTimes[i]);
78 cpuStr.appendf(doubleFormat, fCpuTimes[i]);
79 truncCpuStr.appendf(doubleFormat, fTruncatedCpuTimes[i]);
80 gpuStr.appendf(doubleFormat, fGpuTimes[i]);
110 wallStr.appendf(doubleFormat, wallMin / itersPerTiming);
111 truncWallStr.appendf(doubleFormat, truncWallMin / itersPerTiming);
112 cpuStr.appendf(doubleFormat, cpuMin / itersPerTiming);
113 truncCpuStr.appendf(doubleFormat, truncCpuMin / itersPerTiming);
114 gpuStr.appendf(doubleFormat, gpuMin / itersPerTiming)
    [all...]
ShaderMaskBench.cpp 55 fName.appendf("_%s", fontQualityName(fPaint));
56 fName.appendf("_%02X", fPaint.getAlpha());
TextBench.cpp 86 fName.appendf("_%s", fontQualityName(fPaint));
88 fName.appendf("_%02X", fPaint.getAlpha());
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLSL_impl.h 58 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
66 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
70 outAppend->appendf("%s((%s) * (%s))", GrGLSLFloatVectorTypeString(N), in0, in1);
99 outAppend->appendf("%s(2)", GrGLSLFloatVectorTypeString(N));
105 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
107 outAppend->appendf("%s(%s) + %s",
116 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
118 outAppend->appendf("%s(%s) + %s",
125 outAppend->appendf("(%s(%s) + %s(%s))",
152 outAppend->appendf("%s(-1)", GrGLSLFloatVectorTypeString(N))
    [all...]
GrGLSL.cpp 118 outAppend->appendf("%s = vec4(0, 0, 0, 0);\n", vec4VarName);
123 outAppend->appendf("%s *= %s;\n", vec4VarName, mulFactor);
144 outAppend->appendf("(%s).%c", expr, GrColorComponentFlagToChar(component));
GrGLShaderVar.h 274 out->appendf("%s %s[]",
279 out->appendf("%s %s[%d]",
285 out->appendf("%s %s",
292 out->appendf("%s[%d]%s",
299 out->appendf("%s[%s]%s",
  /external/skia/src/gpu/gl/
GrGLSL_impl.h 58 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
66 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
70 outAppend->appendf("%s((%s) * (%s))", GrGLSLFloatVectorTypeString(N), in0, in1);
99 outAppend->appendf("%s(2)", GrGLSLFloatVectorTypeString(N));
105 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in1);
107 outAppend->appendf("%s(%s) + %s",
116 outAppend->appendf("%s(%s)", GrGLSLFloatVectorTypeString(N), in0);
118 outAppend->appendf("%s(%s) + %s",
125 outAppend->appendf("(%s(%s) + %s(%s))",
152 outAppend->appendf("%s(-1)", GrGLSLFloatVectorTypeString(N))
    [all...]
GrGLSL.cpp 118 outAppend->appendf("%s = vec4(0, 0, 0, 0);\n", vec4VarName);
123 outAppend->appendf("%s *= %s;\n", vec4VarName, mulFactor);
144 outAppend->appendf("(%s).%c", expr, GrColorComponentFlagToChar(component));
GrGLShaderVar.h 274 out->appendf("%s %s[]",
279 out->appendf("%s %s[%d]",
285 out->appendf("%s %s",
292 out->appendf("%s[%d]%s",
299 out->appendf("%s[%s]%s",
  /external/chromium_org/third_party/skia/src/utils/
SkDumpCanvas.cpp 29 str->appendf("[%g,%g %g:%g]",
35 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
40 str->appendf("[%g,%g %g:%g]",
47 str->appendf("(%g,%g)", rad.x(), rad.y());
55 str->appendf("(%g,%g %g,%g %g,%g %g,%g)",
69 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
72 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
75 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
79 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
144 str->appendf("\"%.*s\"%s", SkMax32(byteLen, 32), (const char*) text
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 29 str->appendf("[%g,%g %g:%g]",
35 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
40 str->appendf("[%g,%g %g:%g]",
47 str->appendf("(%g,%g)", rad.x(), rad.y());
55 str->appendf("(%g,%g %g,%g %g,%g %g,%g)",
69 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
72 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
75 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
79 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
144 str->appendf("\"%.*s\"%s", SkMax32(byteLen, 32), (const char*) text
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 792 permuteCode.appendf("const vec2 C = vec2(34.0, 1.0);\n"
831 noiseCode.appendf
    [all...]
SkKernel33MaskFilter.cpp 90 str->appendf("percent256: %d, ", fPercent256);
132 str->appendf("kernel: (%d, %d, %d, %d, %d, %d, %d, %d, %d), ",
136 str->appendf("shift: %d, ", fShift);
SkTableMaskFilter.cpp 137 str->appendf("%d, ", fTable[i]);
139 str->appendf("%d", fTable[255]);
SkLightingImageFilter.cpp     [all...]
SkAvoidXfermode.cpp 173 str->appendf("distMul: %d ", fDistMul);
177 str->appendf("mode: %s", gModeStrings[fMode]);
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 792 permuteCode.appendf("const vec2 C = vec2(34.0, 1.0);\n"
831 noiseCode.appendf
    [all...]
SkKernel33MaskFilter.cpp 90 str->appendf("percent256: %d, ", fPercent256);
132 str->appendf("kernel: (%d, %d, %d, %d, %d, %d, %d, %d, %d), ",
136 str->appendf("shift: %d, ", fShift);
SkTableMaskFilter.cpp 137 str->appendf("%d, ", fTable[i]);
139 str->appendf("%d", fTable[255]);
SkLightingImageFilter.cpp     [all...]
  /external/skia/tests/
skia_test.cpp 176 header.appendf(" --match");
178 header.appendf(" %s", FLAGS_match[index]);
183 header.appendf(" --tmpDir %s", tmpDir.c_str());
187 header.appendf(" --resourcePath %s", resourcePath.c_str());
WArrayTest.cpp 116 result.appendf("%d %d %d", data->fStartId, data->fEndId, data->fAdvance[0]);
119 result.appendf("%d[", data->fStartId);
124 result.appendf("%d", data->fAdvance[i]);
129 result.appendf("<Default=%d>", data->fAdvance[0]);
  /external/skia/tools/
bbh_shootout.cpp 233 message.appendf("_%dx%d", tileSize.fWidth, tileSize.fHeight);
357 recLine.appendf("%f ", histograms[0][i].fCpuTime); // Append normal_record time
358 recLine.appendf("%f", histograms[1][i].fCpuTime); // Append rtree_record time
362 pbLine.appendf("%f ", histograms[2][i].fCpuTime); // Start with normal playback time.
365 pbLine.appendf("%f ", histograms[j][i].fCpuTime);
368 pbLine.appendf("\n");
369 recLine.appendf("\n");
CopyTilesRenderer.cpp 66 pathWithNumber.appendf("%i.png", i++);
  /external/skia/gm/
fontmgr.cpp 62 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.isItalic());
112 sname.appendf(" [%d %d]", fs.weight(), fs.width());

Completed in 1419 milliseconds

1 2 3