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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 148 //SkDebugf("/>\n");
164 //SkDebugf("\n");
197 SkDebugf("%s=\"[", info->fName);
199 if (!firstElem) SkDebugf(",");
202 SkDebugf("%s", op->fDisplayable->id);
205 SkDebugf("%d", op->fS32);
208 SkDebugf("%g", SkScalarToFloat(op->fScalar));
212 SkDebugf("%s", op->fString->c_str());
219 SkDebugf("]\" ");
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str())
    [all...]
SkAnimateField.cpp 41 SkDebugf("mirror=\"true\" ");
43 SkDebugf("reset=\"true\" ");
44 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
46 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
48 // SkDebugf("values=\"%s\" ", values);
50 SkDebugf("blend=\"[");
54 SkDebugf(",");
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
58 SkDebugf("]\" ");
60 SkDebugf("/>\n");//i assume that if it IS, we will do it separatel
    [all...]
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");
  /external/skia/src/animator/
SkDisplayable.cpp 148 //SkDebugf("/>\n");
164 //SkDebugf("\n");
197 SkDebugf("%s=\"[", info->fName);
199 if (!firstElem) SkDebugf(",");
202 SkDebugf("%s", op->fDisplayable->id);
205 SkDebugf("%d", op->fS32);
208 SkDebugf("%g", SkScalarToFloat(op->fScalar));
212 SkDebugf("%s", op->fString->c_str());
219 SkDebugf("]\" ");
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str())
    [all...]
SkAnimateField.cpp 41 SkDebugf("mirror=\"true\" ");
43 SkDebugf("reset=\"true\" ");
44 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
46 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
48 // SkDebugf("values=\"%s\" ", values);
50 SkDebugf("blend=\"[");
54 SkDebugf(",");
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
58 SkDebugf("]\" ");
60 SkDebugf("/>\n");//i assume that if it IS, we will do it separatel
    [all...]
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...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_main.cpp 49 SkDebugf("OpenCL error notify: %s\n", errorInfo);
58 SkDebugf("The number of platforms is %u\n", platformList.size());
64 SkDebugf("Platform index 0 is named %s\n", platformName.c_str());
69 SkDebugf("The number of devices is %u\n", deviceList.size());
75 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
81 SkDebugf("Context creation failed: %s\n", cl_error_to_string(contextErr));
122 SkDebugf("Available Metrics:\n");
130 SkDebugf(" %s", differ->getName());
131 SkDebugf("\n");
171 SkDebugf("Folders flag expects two arguments: <baseline folder> <test folder>\n")
    [all...]
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/skia/tools/skpdiff/
skpdiff_main.cpp 49 SkDebugf("OpenCL error notify: %s\n", errorInfo);
58 SkDebugf("The number of platforms is %u\n", platformList.size());
64 SkDebugf("Platform index 0 is named %s\n", platformName.c_str());
69 SkDebugf("The number of devices is %u\n", deviceList.size());
75 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
81 SkDebugf("Context creation failed: %s\n", cl_error_to_string(contextErr));
122 SkDebugf("Available Metrics:\n");
130 SkDebugf(" %s", differ->getName());
131 SkDebugf("\n");
171 SkDebugf("Folders flag expects two arguments: <baseline folder> <test folder>\n")
    [all...]
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/gpu/gl/mesa/
SkMesaGLContext.cpp 65 SkDebugf("OSMesaCreateContext failed!\n");
73 SkDebugf("Alloc image buffer failed!\n");
84 SkDebugf("OSMesaMakeCurrent failed!\n");
91 SkDebugf("Could not create GL interface!\n");
103 SkDebugf("Could not make MESA context current.");
  /external/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 65 SkDebugf("OSMesaCreateContext failed!\n");
73 SkDebugf("Alloc image buffer failed!\n");
84 SkDebugf("OSMesaMakeCurrent failed!\n");
91 SkDebugf("Could not create GL interface!\n");
103 SkDebugf("Could not make MESA context current.");
  /external/chromium_org/third_party/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 51 SkDebugf("CGLChoosePixelFormat failed.");
59 SkDebugf("CGLCreateContext failed.");
67 SkDebugf("Context could not create GL interface.\n");
  /external/chromium_org/third_party/skia/src/ports/
SkMutex_pthread.h 71 SkDebugf("pthread error [%d] EINVAL\n", status);
74 SkDebugf("pthread error [%d] EBUSY\n", status);
77 SkDebugf("pthread error [%d] unknown\n", status);
  /external/skia/src/gpu/gl/mac/
SkNativeGLContext_mac.cpp 51 SkDebugf("CGLChoosePixelFormat failed.");
59 SkDebugf("CGLCreateContext failed.");
67 SkDebugf("Context could not create GL interface.\n");
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
87 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
96 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
139 if (index % 1000 == 999) SkDebugf(".");
232 SkDebugf("cubic={{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}"
243 SkDebugf("qT=%1.9g cT=%1.9g dist=%1.9g cross=%1.9g\n",
245 SkDebugf("<div id=\"slop%d\">\n", ++slopCount);
246 SkDebugf("{{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}\n"
255 SkDebugf("</div>\n\n")
    [all...]
  /external/skia/tests/
PathOpsCubicQuadIntersectionTest.cpp 71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
87 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
96 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
139 if (index % 1000 == 999) SkDebugf(".");
232 SkDebugf("cubic={{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}"
243 SkDebugf("qT=%1.9g cT=%1.9g dist=%1.9g cross=%1.9g\n",
245 SkDebugf("<div id=\"slop%d\">\n", ++slopCount);
246 SkDebugf("{{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}\n"
255 SkDebugf("</div>\n\n")
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicBezierClip_Test.cpp 21 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, (int) index, order1);
24 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, (int) index, order2);
ConvexHull_Test.cpp 149 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] src=(%g,%g) rot=", __FUNCTION__,
153 if (debug_rotate_to_hull) SkDebugf("(%g,%g) ", rotPath[index].x, rotPath[index].y);
159 if (debug_rotate_to_hull) SkDebugf("sides=(%d,%d,%d)\n", sides[0], sides[1], sides[2]);
168 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner\n",
174 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < outer\n",
180 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner && outer\n",
186 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes > inner && outer\n",
195 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] too many rays from one point\n",
240 SkDebugf("%s [%d,%d] result=%d cmp=%d\n", __FUNCTION__,
250 SkDebugf("%s [%d,%d] duplicate index in order: %d,%d,%d"
    [all...]
CubicUtilities_Test.cpp 24 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/chromium_org/third_party/skia/src/gpu/
GrSurface.cpp 36 SkDebugf("------ failed to read pixels for %s\n", filename);
44 SkDebugf("------ failed to encode %s\n", filename);
  /external/skia/experimental/Intersection/
CubicBezierClip_Test.cpp 21 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, (int) index, order1);
24 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, (int) index, order2);
ConvexHull_Test.cpp 149 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] src=(%g,%g) rot=", __FUNCTION__,
153 if (debug_rotate_to_hull) SkDebugf("(%g,%g) ", rotPath[index].x, rotPath[index].y);
159 if (debug_rotate_to_hull) SkDebugf("sides=(%d,%d,%d)\n", sides[0], sides[1], sides[2]);
168 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner\n",
174 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < outer\n",
180 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner && outer\n",
186 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes > inner && outer\n",
195 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] too many rays from one point\n",
240 SkDebugf("%s [%d,%d] result=%d cmp=%d\n", __FUNCTION__,
250 SkDebugf("%s [%d,%d] duplicate index in order: %d,%d,%d"
    [all...]
  /external/skia/src/gpu/
GrSurface.cpp 36 SkDebugf("------ failed to read pixels for %s\n", filename);
44 SkDebugf("------ failed to encode %s\n", filename);

Completed in 890 milliseconds

12 3 4 5 6 7 8 91011>>