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

1 2 3 4

  /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...]
MemoryBench.cpp 84 fName.appendf("_rw");
86 fName.appendf("_r");
88 fName.appendf("_w");
90 fName.appendf("_"SK_SIZE_T_SPECIFIER, num);
ShaderMaskBench.cpp 54 fName.appendf("_%s", fontQualityName(fPaint));
55 fName.appendf("_%02X", fPaint.getAlpha());
TextBench.cpp 85 fName.appendf("_%s", fontQualityName(fPaint));
87 fName.appendf("_%02X", fPaint.getAlpha());
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLCaps.cpp 591 r.appendf("--- GL-Specific ---\n");
593 r.appendf("Stencil Format %d, stencil bits: %02d, total bits: %02d\n",
628 r.appendf("Core Profile: %s\n", (fIsCoreProfile ? "YES" : "NO"));
629 r.appendf("Fixed Function Support: %s\n", (fFixedFunctionSupport ? "YES" : "NO"));
630 r.appendf("MSAA Type: %s\n", kMSFBOExtStr[fMSFBOType]);
631 r.appendf("FB Fetch Type: %s\n", kFBFetchTypeStr[fFBFetchType]);
632 r.appendf("Max FS Uniform Vectors: %d\n", fMaxFragmentUniformVectors);
633 r.appendf("Max FS Texture Units: %d\n", fMaxFragmentTextureUnits);
635 r.appendf("Max Fixed Function Texture Coords: %d\n", fMaxFixedFunctionTextureCoords);
637 r.appendf("Max Vertex Attributes: %d\n", fMaxVertexAttributes)
    [all...]
GrGLSL.cpp 88 outAppend->appendf("%s = vec4(0);\n", vec4VarName);
90 outAppend->appendf("%s *= %s;\n", vec4VarName, mulFactor.c_str());
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/
GrGLCaps.cpp 591 r.appendf("--- GL-Specific ---\n");
593 r.appendf("Stencil Format %d, stencil bits: %02d, total bits: %02d\n",
628 r.appendf("Core Profile: %s\n", (fIsCoreProfile ? "YES" : "NO"));
629 r.appendf("Fixed Function Support: %s\n", (fFixedFunctionSupport ? "YES" : "NO"));
630 r.appendf("MSAA Type: %s\n", kMSFBOExtStr[fMSFBOType]);
631 r.appendf("FB Fetch Type: %s\n", kFBFetchTypeStr[fFBFetchType]);
632 r.appendf("Max FS Uniform Vectors: %d\n", fMaxFragmentUniformVectors);
633 r.appendf("Max FS Texture Units: %d\n", fMaxFragmentTextureUnits);
635 r.appendf("Max Fixed Function Texture Coords: %d\n", fMaxFixedFunctionTextureCoords);
637 r.appendf("Max Vertex Attributes: %d\n", fMaxVertexAttributes)
    [all...]
GrGLSL.cpp 88 outAppend->appendf("%s = vec4(0);\n", vec4VarName);
90 outAppend->appendf("%s *= %s;\n", vec4VarName, mulFactor.c_str());
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/dm/
DMReporter.cpp 18 status.appendf(", %d failed", failed);
DMUtil.cpp 9 s.appendf("%s_%s", a, b);
  /external/chromium_org/third_party/skia/src/utils/
SkDumpCanvas.cpp 28 str->appendf("[%g,%g %g:%g]",
34 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
39 str->appendf("[%g,%g %g:%g]",
46 str->appendf("(%g,%g)", rad.x(), rad.y());
54 str->appendf("(%g,%g %g,%g %g,%g %g,%g)",
68 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
71 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
74 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
78 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
143 str->appendf("\"%.*s\"%s", (int)SkTMax<size_t>(byteLen, 32), (const char*) text
    [all...]
  /external/skia/src/utils/
SkDumpCanvas.cpp 28 str->appendf("[%g,%g %g:%g]",
34 str->appendf("[%d,%d %d:%d]", r.fLeft, r.fTop, r.width(), r.height());
39 str->appendf("[%g,%g %g:%g]",
46 str->appendf("(%g,%g)", rad.x(), rad.y());
54 str->appendf("(%g,%g %g,%g %g,%g %g,%g)",
68 str->appendf(" M%g,%g", pts[0].fX, pts[0].fY);
71 str->appendf(" L%g,%g", pts[0].fX, pts[0].fY);
74 str->appendf(" Q%g,%g,%g,%g", pts[1].fX, pts[1].fY,
78 str->appendf(" C%g,%g,%g,%g,%g,%g", pts[1].fX, pts[1].fY,
143 str->appendf("\"%.*s\"%s", (int)SkTMax<size_t>(byteLen, 32), (const char*) text
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 808 permuteCode.appendf("const vec2 C = vec2(34.0, 1.0);\n"
    [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]);
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 808 permuteCode.appendf("const vec2 C = vec2(34.0, 1.0);\n"
    [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);
  /external/skia/tests/
skia_test.cpp 181 header.appendf(" --match");
183 header.appendf(" %s", FLAGS_match[index]);
188 header.appendf(" --tmpDir %s", tmpDir.c_str());
192 header.appendf(" --resourcePath %s", resourcePath.c_str());
204 header.appendf(" skia_arch_width=%d", (int)sizeof(void*) * 8);
WArrayTest.cpp 113 result.appendf("%d %d %d", data->fStartId, data->fEndId, data->fAdvance[0]);
116 result.appendf("%d[", data->fStartId);
121 result.appendf("%d", data->fAdvance[i]);
126 result.appendf("<Default=%d>", data->fAdvance[0]);
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp     [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp     [all...]
  /external/skia/tools/
bbh_shootout.cpp 271 message.appendf("_%dx%d", benchControl.fTileSize.fWidth, benchControl.fTileSize.fHeight);
400 recLine.appendf("%f ", cpuTime);
403 recLine.appendf("%f", cpuTime);
409 pbLine.appendf("%f ", histograms[2][i].fCpuTime); // Start with normal playback time.
414 pbLine.appendf("%f ", histograms[j][i].fCpuTime);
417 pbLine.appendf("\n");
418 recLine.appendf("\n");
skimage_main.cpp 449 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to decode\n",
455 gDecodeFailures.push_back().appendf("Without using getLength, %s failed to build "
460 gDecodeFailures.push_back().appendf("Without using getLength, %s did not match digest "
517 gKnownFailures.push_back().appendf(
524 gMissingExpectations.push_back().appendf(
559 gSuccessfulDecodes.push_back().appendf("\twrote %s", filename);
573 gSuccessfulDecodes.push_back().appendf("\twrote %s", filename);
675 gSuccessfulDecodes.push_back().appendf("\twrote %s", outPath.c_str());
719 directory->appendf("%c", SkPATH_SEPARATOR);
    [all...]

Completed in 89 milliseconds

1 2 3 4