HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 26 - 50 of 405) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/skia/src/gpu/
GrSurface.cpp 32 SkDebugf("------ failed to read pixels for %s\n", filename);
40 SkDebugf("------ failed to encode %s\n", filename);
  /external/skia/tools/skpdiff/
SkCLImageDiffer.cpp 27 SkDebugf("Command queue creation failed: %s\n", cl_error_to_string(queueErr));
40 SkDebugf("Failed to open kernel source file");
53 SkDebugf("Failed to read kernel source file");
66 SkDebugf("Program creation failed: %s\n", cl_error_to_string(programErr));
72 SkDebugf("Build log: %s\n", buildLog);
80 SkDebugf("Kernel creation failed: %s\n", cl_error_to_string(kernelErr));
104 SkDebugf("Image format is unsupported\n");
117 SkDebugf("Input image creation failed: %s\n", cl_error_to_string(imageErr));
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayPost.cpp 72 SkDebugf("target=\"%s\" ", target);
75 SkDebugf("type=\"%s\" ", eventType->c_str());
79 SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000)));
82 // SkDebugf("(uninitialized) ");
86 SkDebugf("mode=\"%s\" ", string.c_str());
89 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
91 SkDebugf("sinkID=\"%d\" ", fSinkID);
112 SkDebugf(">\n");
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
125 SkDebugf("int=\"%d\" ", s32)
    [all...]
SkDisplayRandom.cpp 38 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
39 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
41 SkDebugf("/>\n");
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
  /external/skia/src/animator/
SkDisplayPost.cpp 72 SkDebugf("target=\"%s\" ", target);
75 SkDebugf("type=\"%s\" ", eventType->c_str());
79 SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000)));
82 // SkDebugf("(uninitialized) ");
86 SkDebugf("mode=\"%s\" ", string.c_str());
89 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
91 SkDebugf("sinkID=\"%d\" ", fSinkID);
112 SkDebugf(">\n");
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
125 SkDebugf("int=\"%d\" ", s32)
    [all...]
SkDisplayRandom.cpp 38 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
39 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
41 SkDebugf("/>\n");
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
  /external/chromium_org/third_party/skia/src/utils/
SkJSON.cpp 28 LEAK_CODE(SkDebugf(" string[%d]\n", gStringCount++);)
47 LEAK_CODE(SkASSERT(gStringCount > 0); SkDebugf("~string[%d]\n", --gStringCount);)
55 LEAK_CODE(SkDebugf(" slot[%d]\n", gSlotCount++);)
102 LEAK_CODE(SkASSERT(gSlotCount > 0); SkDebugf("~slot[%d]\n", --gSlotCount);)
167 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
171 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
206 LEAK_CODE(SkASSERT(gObjectCount > 0); SkDebugf("~object[%d]\n", --gObjectCount);)
369 SkDebugf(" ");
374 SkDebugf("{\n");
376 SkDebugf("}\n")
    [all...]
  /external/skia/src/utils/
SkJSON.cpp 28 LEAK_CODE(SkDebugf(" string[%d]\n", gStringCount++);)
47 LEAK_CODE(SkASSERT(gStringCount > 0); SkDebugf("~string[%d]\n", --gStringCount);)
55 LEAK_CODE(SkDebugf(" slot[%d]\n", gSlotCount++);)
102 LEAK_CODE(SkASSERT(gSlotCount > 0); SkDebugf("~slot[%d]\n", --gSlotCount);)
167 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
171 LEAK_CODE(SkDebugf(" object[%d]\n", gObjectCount++);)
206 LEAK_CODE(SkASSERT(gObjectCount > 0); SkDebugf("~object[%d]\n", --gObjectCount);)
369 SkDebugf(" ");
374 SkDebugf("{\n");
376 SkDebugf("}\n")
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAlphaRuns.cpp 45 SkDebugf("Runs");
49 SkDebugf(" %02x", *alpha);
51 SkDebugf(",%d", n);
56 SkDebugf("\n");
SkGraphics.cpp 58 SkDebugf("Non-default runtime configuration options:\n");
104 SkDebugf("SkGraphics: big-endian\n");
106 SkDebugf("SkGraphics: little-endian\n");
113 SkDebugf("SkGraphics: char is signed\n");
115 SkDebugf("SkGraphics: char is unsigned\n");
118 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
121 SkDebugf("SkGraphics: font cache limit %dK\n",
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
  /external/skia/src/core/
SkAlphaRuns.cpp 45 SkDebugf("Runs");
49 SkDebugf(" %02x", *alpha);
51 SkDebugf(",%d", n);
56 SkDebugf("\n");
SkGraphics.cpp 58 SkDebugf("Non-default runtime configuration options:\n");
104 SkDebugf("SkGraphics: big-endian\n");
106 SkDebugf("SkGraphics: little-endian\n");
113 SkDebugf("SkGraphics: char is signed\n");
115 SkDebugf("SkGraphics: char is unsigned\n");
118 SkDebugf("SkGraphics: sizeof(%s) = %d\n",
121 SkDebugf("SkGraphics: font cache limit %dK\n",
  /external/skia/src/ports/
SkDebug_android.cpp 24 void SkDebugf(const char format[], ...) {
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 79 SkDebugf("Parameter \"%s\" not supported.\n", string);
143 SkDebugf("\t--%s", flag->name().c_str());
146 SkDebugf(" or -%s", shortName.c_str());
148 SkDebugf(":\ttype: %s", flag->typeAsString().c_str());
150 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());
152 SkDebugf("\n");
160 SkDebugf("\t\t%s\n", currLine);
180 SkDebugf("\t\t%.*s\n", spaceIndex, currLine);
185 SkDebugf("\t\t%.*s", lineBreak, currLine);
189 SkDebugf("\n")
    [all...]
  /external/skia/tools/
render_pdfs_main.cpp 42 SkDebugf("SKP to PDF rendering tool\n");
43 SkDebugf("\n"
47 SkDebugf("\n\n");
48 SkDebugf(
51 SkDebugf(
53 SkDebugf("\n");
54 SkDebugf(
59 SkDebugf("\n");
147 SkDebugf("Could not write to file %s\n", outputPath.c_str());
167 SkDebugf("Could not open file %s\n", inputPath.c_str())
    [all...]
test_image_decoder.cpp 21 SkDebugf("Usage:\n %s imagefile\n\n", argv[0]);
render_pictures_main.cpp 128 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
149 SkDebugf("Could not open file %s\n", inputPath.c_str());
164 SkDebugf("deserializing... %s\n", inputPath.c_str());
169 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
186 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
201 SkDebugf("Could not write to file %s\n", outputPath->c_str());
269 SkDebugf("Failed to draw the picture.\n");
294 SkDebugf("Failed to draw the reference picture.\n");
301 SkDebugf("Expected image width: %i, actual image width %i.\n",
308 SkDebugf("Expected image height: %i, actual image height %i"
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkAddIntersections.cpp 16 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n",
20 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
23 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1));
25 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
27 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]);
29 SkDebugf("\n");
37 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n",
41 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
44 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n));
46 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()))
    [all...]
  /external/skia/src/pathops/
SkAddIntersections.cpp 16 SkDebugf("%s no intersect " LINE_DEBUG_STR " " LINE_DEBUG_STR "\n",
20 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " LINE_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
23 SkDebugf(" " T_DEBUG_STR(wtTs, 1) " " PT_DEBUG_STR, i[0][1], PT_DEBUG_DATA(i, 1));
25 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()));
27 SkDebugf(" " T_DEBUG_STR(wnTs, 1), i[1][1]);
29 SkDebugf("\n");
37 SkDebugf("%s no intersect " QUAD_DEBUG_STR " " LINE_DEBUG_STR "\n",
41 SkDebugf("%s " T_DEBUG_STR(wtTs, 0) " " QUAD_DEBUG_STR " " PT_DEBUG_STR, __FUNCTION__,
44 SkDebugf(" " TX_DEBUG_STR(wtTs) " " PT_DEBUG_STR, n, i[0][n], PT_DEBUG_DATA(i, n));
46 SkDebugf(" wnTs[0]=%g " LINE_DEBUG_STR, i[1][0], LINE_DEBUG_DATA(wn.pts()))
    [all...]
  /external/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 55 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
59 SkDebugf("[%d] line order=%d\n", iIndex, order2);
71 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
100 SkDebugf("cubic=(%1.9g, %1.9g, %1.9g)\n", left[0], left[1], left[2]);
101 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prev.fX, prev.fY, sect.fX, sect.fY);
102 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", sect.fX, sect.fY, cubic[3].fX, cubic[3].fY);
104 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", prevL.fX, prevL.fY, i.pt(0).fX, i.pt(0).fY);
106 SkDebugf("{{%1.9g,%1.9g}, {%1.9g,%1.9g}},\n", i.pt(0).fX, i.pt(0).fY, nextL.fX, nextL.fY);
107 SkDebugf("prevD=%1.9g dist=%1.9g nextD=%1.9g\n", prev.distance(nextL),
  /external/skia/tools/lua/
lua_pictures.cpp 65 SkDebugf("--- expected %s function %d, ignoring.\n", funcName, t);
71 SkDebugf("lua err: %s\n", lua_tostring(L, -1));
82 SkDebugf(".skp files or directories are required.\n");
86 SkDebugf("missing luaFile(s)\n");
100 SkDebugf("loading %s...\n", FLAGS_luaFile[i]);
102 SkDebugf("failed to load luaFile %s\n", FLAGS_luaFile[i]);
119 SkDebugf("invalid modulo values.\n");
147 SkDebugf("scraping %s %s\n", path, moduloStr.c_str());
160 SkDebugf("failed to load\n");
  /external/chromium_org/third_party/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 73 SkDebugf("Failed to open X display.\n");
86 //SkDebugf("Getting matching framebuffer configs.\n");
91 SkDebugf("Failed to retrieve a framebuffer config.\n");
95 //SkDebugf("Found %d matching FB configs.\n", fbcount);
98 //SkDebugf("Getting XVisualInfos.\n");
109 //SkDebugf(" Matching fbconfig %d, visual ID 0x%2x: SAMPLE_BUFFERS = %d,"
126 //SkDebugf("Chosen visual ID = 0x%x\n", (unsigned int)vi->visualid);
134 SkDebugf("Failed to get visual information.\n");
161 SkDebugf("Failed to create pixmap.\n");
196 //SkDebugf("GLX_ARB_create_context not found.
    [all...]

Completed in 596 milliseconds

12 3 4 5 6 7 8 91011>>