HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 76 - 100 of 629) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/experimental/Intersection/
Inline_Tests.cpp 15 SkDebugf("result=%d expected=%d %s\n", x, y, s);
44 SkDebugf("[%d,%d] other_two failed mask=%d [%d,%d]\n",
QuadraticBezierClip_Test.cpp 53 SkDebugf("%s [%d] quad1 order=%d\n", __FUNCTION__, (int)index, order1);
56 SkDebugf("%s [%d] quad2 order=%d\n", __FUNCTION__, (int)index, order2);
QuadraticParameterization_Test.cpp 37 SkDebugf("%s %zu [%zu,%zu] %zu parameterization failed\n",
42 SkDebugf("%s %zu [%zu,%zu] coincidence failed\n", __FUNCTION__,
CubicReduceOrder_Test.cpp 52 SkDebugf("[%d] pointDegenerates order=%d\n", (int) index, order);
60 SkDebugf("[%d] notPointDegenerates order=%d\n", (int) index, order);
68 SkDebugf("[%d] lines order=%d\n", (int) index, order);
76 SkDebugf("[%d] notLines order=%d\n", (int) index, order);
84 SkDebugf("[%d] line mod by epsilon order=%d\n", (int) index, order);
92 SkDebugf("[%d] line less by epsilon/2 order=%d\n", (int) index, order);
100 SkDebugf("[%d] line neg by epsilon/2 order=%d\n", (int) index, order);
110 SkDebugf("[%d] line quad order=%d\n", (int) index, order);
120 SkDebugf("[%d] line mod quad order=%d\n", (int) index, order);
131 SkDebugf("[%d] line computed ends match order=%d\n", (int) index, order)
    [all...]
  /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...]
  /external/chromium_org/third_party/skia/tests/
PathOpsDQuadTest.cpp 45 SkDebugf("%s [%d] expected in hull\n", __FUNCTION__, index);
50 SkDebugf("%s [%d] expected outside hull\n", __FUNCTION__, index);
PathOpsDTriangleTest.cpp 37 SkDebugf("%s [%d] expected point in triangle\n", __FUNCTION__, index);
42 SkDebugf("%s [%d] expected point outside triangle\n", __FUNCTION__, index);
65 SkDebugf("%s [%d][%d] point on triangle is not in\n", __FUNCTION__, index, inner);
PathOpsExtendedTest.cpp 61 SkDebugf("%d", (int) num);
71 SkDebugf("%sf", str.c_str());
78 SkDebugf(", ");
81 SkDebugf(", ");
84 SkDebugf(");\n");
93 SkDebugf(" %s.moveTo(", pathName);
97 SkDebugf(" %s.lineTo(", pathName);
101 SkDebugf(" %s.quadTo(", pathName);
105 SkDebugf(" %s.cubicTo(", pathName);
109 SkDebugf(" %s.close();\n", pathName)
    [all...]
  /external/chromium_org/third_party/skia/tools/
CrashHandler.cpp 21 SkDebugf("\nSignal %d:\n", sig);
32 SkDebugf("%s (+0x%zx)\n", ok == 0 ? demangled : mangled, (size_t)offset);
34 SkDebugf("\n");
51 SkDebugf("\nSignal %d:\n", sig);
100 SkDebugf("\nCaught exception %u", code);
103 SkDebugf(" %s", kExceptions[i].name);
106 SkDebugf("\n");
154 SkDebugf("%s +%x\n", symbol->Name, offset);
render_pictures_main.cpp 130 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
159 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("deserializing... %s\n", inputPath.c_str());
179 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
195 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
212 SkDebugf("Failed to render %s\n", inputFilename.c_str());
278 SkDebugf("Failed to draw the picture.\n");
303 SkDebugf("Failed to draw the reference picture.\n");
310 SkDebugf("Expected image width: %i, actual image width %i.\n",
317 SkDebugf("Expected image height: %i, actual image height %i"
    [all...]
  /external/skia/bench/
BenchLogger.h 65 void nativeLogError(const char msg[]) { SkDebugf("%s", msg); }
69 void nativeLogProgress(const char msg[]) { SkDebugf("%s", msg); }
  /external/skia/experimental/Intersection/
Inline_Tests.cpp 15 SkDebugf("result=%d expected=%d %s\n", x, y, s);
44 SkDebugf("[%d,%d] other_two failed mask=%d [%d,%d]\n",
QuadraticBezierClip_Test.cpp 53 SkDebugf("%s [%d] quad1 order=%d\n", __FUNCTION__, (int)index, order1);
56 SkDebugf("%s [%d] quad2 order=%d\n", __FUNCTION__, (int)index, order2);
QuadraticParameterization_Test.cpp 37 SkDebugf("%s %zu [%zu,%zu] %zu parameterization failed\n",
42 SkDebugf("%s %zu [%zu,%zu] coincidence failed\n", __FUNCTION__,
  /external/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...]
  /external/skia/tests/
PathOpsDQuadTest.cpp 45 SkDebugf("%s [%d] expected in hull\n", __FUNCTION__, index);
50 SkDebugf("%s [%d] expected outside hull\n", __FUNCTION__, index);
  /external/skia/tools/
CrashHandler.cpp 21 SkDebugf("\nSignal %d:\n", sig);
32 SkDebugf("%s (+0x%zx)\n", ok == 0 ? demangled : mangled, (size_t)offset);
34 SkDebugf("\n");
51 SkDebugf("\nSignal %d [%s]:\n", sig, strsignal(sig));
100 SkDebugf("\nCaught exception %u", code);
103 SkDebugf(" %s", kExceptions[i].name);
106 SkDebugf("\n");
154 SkDebugf("%s +%x\n", symbol->Name, offset);
render_pictures_main.cpp 130 SkDebugf("Failed to write encoded data to \"%s\"\n", outPath.c_str());
159 SkDebugf("Could not open file %s\n", inputPath.c_str());
174 SkDebugf("deserializing... %s\n", inputPath.c_str());
179 SkDebugf("Could not read an SkPicture from %s\n", inputPath.c_str());
195 SkDebugf("drawing... [%i %i] %s\n", picture->width(), picture->height(),
212 SkDebugf("Failed to render %s\n", inputFilename.c_str());
278 SkDebugf("Failed to draw the picture.\n");
303 SkDebugf("Failed to draw the reference picture.\n");
310 SkDebugf("Expected image width: %i, actual image width %i.\n",
317 SkDebugf("Expected image height: %i, actual image height %i"
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_nacl.cpp 24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
27 // about SkDebugf performance we flush after every print.
  /external/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.cpp 81 SkDebugf("Parameter \"%s\" not supported.\n", string);
145 SkDebugf("\t--%s", flag->name().c_str());
148 SkDebugf(" or -%s", shortName.c_str());
150 SkDebugf(":\ttype: %s", flag->typeAsString().c_str());
152 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());
154 SkDebugf("\n");
162 SkDebugf("\t\t%s\n", currLine);
182 SkDebugf("\t\t%.*s\n", spaceIndex, currLine);
187 SkDebugf("\t\t%.*s", lineBreak, currLine);
191 SkDebugf("\n")
    [all...]
  /external/skia/src/ports/
SkDebug_nacl.cpp 24 static const char* kLogPrefix = "SkDebugf:";
27 void SkDebugf(const char format[], ...) {
SkDebug_win.cpp 19 void SkDebugf(const char format[], ...) {
27 // about SkDebugf performance we flush after every print.
  /external/skia/tools/flags/
SkCommandLineFlags.cpp 81 SkDebugf("Parameter \"%s\" not supported.\n", string);
145 SkDebugf("\t--%s", flag->name().c_str());
148 SkDebugf(" or -%s", shortName.c_str());
150 SkDebugf(":\ttype: %s", flag->typeAsString().c_str());
152 SkDebugf("\tdefault: %s", flag->defaultValue().c_str());
154 SkDebugf("\n");
162 SkDebugf("\t\t%s\n", currLine);
182 SkDebugf("\t\t%.*s\n", spaceIndex, currLine);
187 SkDebugf("\t\t%.*s", lineBreak, currLine);
191 SkDebugf("\n")
    [all...]
  /external/chromium_org/third_party/skia/bench/
ImageDecodeBench.cpp 58 SkDebugf("stream was invalid: %s\n", fName.c_str());
68 SkDebugf("failed to decode %s\n", fName.c_str());
75 SkDebugf("failed to rewind %s\n", fName.c_str());

Completed in 1685 milliseconds

1 2 34 5 6 7 8 91011>>