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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/utils/
SkDebugUtils.h 26 SkDebugf(name);
27 SkDebugf(" = {");
30 if (i != size-1) SkDebugf(", ");
32 SkDebugf("};\n");
37 SkDebugf(name);
38 SkDebugf(" = {\n");
40 SkDebugf(" {");
44 SkDebugf(", ");
47 SkDebugf("}");
49 SkDebugf(", \n")
    [all...]
  /external/skia/include/utils/
SkDebugUtils.h 26 SkDebugf(name);
27 SkDebugf(" = {");
30 if (i != size-1) SkDebugf(", ");
32 SkDebugf("};\n");
37 SkDebugf(name);
38 SkDebugf(" = {\n");
40 SkDebugf(" {");
44 SkDebugf(", ");
47 SkDebugf("}");
49 SkDebugf(", \n")
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkDebugTrace.h 18 SkDebugf("Trace: %s\n", event)
20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1)
22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
  /external/skia/src/utils/
SkDebugTrace.h 18 SkDebugf("Trace: %s\n", event)
20 SkDebugf("Trace: %s (%s=%s)\n", event, name1, value1)
22 SkDebugf("Trace: %s (%s=%s, %s=%s)\n", event, name1, value1, name2, value2)
  /external/chromium_org/third_party/skia/src/core/
SkUtilsArm.cpp 66 SkDebugf("%s: %s", PROP_NAME, prop);
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
76 SkDebugf("Running dynamic CPU feature detection\n");
112 SkDebugf("Could not open /proc/cpuinfo: %s\n", strerror(errno));
124 SkDebugf("Could not read /proc/cpuinfo: %s\n", strerror(errno));
128 SkDebugf("START /proc/cpuinfo:\n%.*s\nEND /proc/cpuinfo\n",
143 SkDebugf("Could not find a line starting with 'Features'"
177 SkDebugf("Device supports ARM NEON instructions!\n");
179 SkDebugf("Device does NOT support ARM NEON instructions!\n")
    [all...]
  /external/skia/src/core/
SkUtilsArm.cpp 66 SkDebugf("%s: %s", PROP_NAME, prop);
68 SkDebugf("Forcing ARM Neon mode to full!\n");
72 SkDebugf("Disabling ARM NEON mode\n");
76 SkDebugf("Running dynamic CPU feature detection\n");
112 SkDebugf("Could not open /proc/cpuinfo: %s\n", strerror(errno));
124 SkDebugf("Could not read /proc/cpuinfo: %s\n", strerror(errno));
128 SkDebugf("START /proc/cpuinfo:\n%.*s\nEND /proc/cpuinfo\n",
143 SkDebugf("Could not find a line starting with 'Features'"
177 SkDebugf("Device supports ARM NEON instructions!\n");
179 SkDebugf("Device does NOT support ARM NEON instructions!\n")
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsDebug.cpp 52 SkDebugf("?");
54 SkDebugf("%d", wind);
103 SkDebugf("t=");
105 SkDebugf(" pt=");
107 SkDebugf(" other.fID=%d", fOther->debugID());
108 SkDebugf(" [%d] otherT=", fOtherIndex);
110 SkDebugf(" windSum=");
113 SkDebugf(" oppSum=");
116 SkDebugf(" windValue=%d", fWindValue);
118 SkDebugf(" oppValue=%d", fOppValue)
    [all...]
  /external/skia/src/pathops/
SkPathOpsDebug.cpp 52 SkDebugf("?");
54 SkDebugf("%d", wind);
103 SkDebugf("t=");
105 SkDebugf(" pt=");
107 SkDebugf(" other.fID=%d", fOther->debugID());
108 SkDebugf(" [%d] otherT=", fOtherIndex);
110 SkDebugf(" windSum=");
113 SkDebugf(" oppSum=");
116 SkDebugf(" windValue=%d", fWindValue);
118 SkDebugf(" oppValue=%d", fOppValue)
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
  /external/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 94 SkDebugf("VENDOR: %s\n", eglQueryString(fDisplay, EGL_VENDOR));
95 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS));
96 SkDebugf("VERSION: %s\n", eglQueryString(fDisplay, EGL_VERSION));
97 SkDebugf("EXTENSIONS %s\n", eglQueryString(fDisplay, EGL_EXTENSIONS));
117 SkDebugf("eglChooseConfig failed. EGL Error: 0x%08x\n", eglGetError());
123 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError());
135 SkDebugf("eglCreatePbufferSurface failed. EGL Error: 0x%08x\n", eglGetError());
141 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
148 SkDebugf("Failed to create gl interface.\n");
165 SkDebugf("Could not set the context.\n")
    [all...]
  /external/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 94 SkDebugf("VENDOR: %s\n", eglQueryString(fDisplay, EGL_VENDOR));
95 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS));
96 SkDebugf("VERSION: %s\n", eglQueryString(fDisplay, EGL_VERSION));
97 SkDebugf("EXTENSIONS %s\n", eglQueryString(fDisplay, EGL_EXTENSIONS));
117 SkDebugf("eglChooseConfig failed. EGL Error: 0x%08x\n", eglGetError());
123 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError());
135 SkDebugf("eglCreatePbufferSurface failed. EGL Error: 0x%08x\n", eglGetError());
141 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
148 SkDebugf("Failed to create gl interface.\n");
165 SkDebugf("Could not set the context.\n")
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 68 SkDebugf("Could not register window class.\n");
79 SkDebugf("Could not create window.\n");
84 SkDebugf("Could not get device context.\n");
90 SkDebugf("Could not create rendering context.\n");
96 SkDebugf("Could not set the context.\n");
102 SkDebugf("Could not create GL interface.\n");
112 SkDebugf("Could not create rendering context.\n");
118 SkDebugf("Could not complete SwapBuffers.\n");
  /external/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 68 SkDebugf("Could not register window class.\n");
79 SkDebugf("Could not create window.\n");
84 SkDebugf("Could not get device context.\n");
90 SkDebugf("Could not create rendering context.\n");
96 SkDebugf("Could not set the context.\n");
102 SkDebugf("Could not create GL interface.\n");
112 SkDebugf("Could not create rendering context.\n");
118 SkDebugf("Could not complete SwapBuffers.\n");
  /frameworks/base/core/jni/android/graphics/
Utils.cpp 40 SkDebugf("----- fAsset->seek(rewind) failed\n");
74 SkDebugf("---- fAsset->seek(oldOffset) failed\n");
79 SkDebugf("---- fAsset->seek(%d) failed\n", size);
86 SkDebugf("---- fAsset->read(%d) returned %d\n", size, amount);
103 SkDebugf("---- copyAsset: asset rewind failed\n");
109 SkDebugf("---- copyAsset: asset->getLength() returned %d\n", size);
117 SkDebugf("---- copyAsset: asset->read(%d) returned %d\n", size, len);
126 SkDebugf("--- %s\n", msg);
  /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...]
  /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...]
  /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...]
  /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/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/gpu/
GrSurface.cpp 32 SkDebugf("------ failed to read pixels for %s\n", filename);
40 SkDebugf("------ failed to encode %s\n", filename);

Completed in 183 milliseconds

1 2 3 4 5 6 7 8 91011>>