HomeSort by relevance Sort by last modified time
    Searched refs:SK_ABORT (Results 1 - 19 of 19) sorted by null

  /external/skia/include/core/
SkTypes.h 85 SkREQUIRE_SEMICOLON_AFTER(if (!(cond)) { SK_ABORT(#cond); } )
89 SkREQUIRE_SEMICOLON_AFTER(if (!(cond)) { SK_ABORT("assert(" #cond ")"); })
93 SK_ABORT("assert(" #cond ")"); \
95 #define SkDEBUGFAIL(message) SK_ABORT(message)
117 // Legacy macro names for SK_ABORT
118 #define SkFAIL(message) SK_ABORT(message)
119 #define sk_throw() SK_ABORT("sk_throw")
SkPostConfig.h 134 #ifndef SK_ABORT
135 # define SK_ABORT(message) \
  /external/skia/bench/
ChecksumBench.cpp 46 default: SK_ABORT("Invalid Type"); return "";
  /external/skia/tools/flags/
SkCommonFlagsPathRenderer.h 48 SK_ABORT(SkStringPrintf("error: unknown named path renderer \"%s\"\n", name).c_str());
  /external/skia/tools/viewer/sk_app/android/
RasterWindowContext_android.cpp 56 SK_ABORT("Unsupported Android color type");
  /external/skia/src/gpu/gl/
GrGLCreateNullInterface.cpp 163 SK_ABORT("Invalid framebuffer attachment.");
389 SK_ABORT("Not implemented");
395 SK_ABORT("Not implemented");
415 SK_ABORT("Not implemented");
433 SK_ABORT("Not implemented");
439 SK_ABORT("Not implemented");
445 SK_ABORT("Not implemented");
451 SK_ABORT("Not implemented");
736 SK_ABORT("Invalid framebuffer target.");
  /external/skia/tools/gpu/gl/debug/
DebugGLTestContext.cpp 395 SK_ABORT("Not implemented");
401 SK_ABORT("Not implemented");
444 SK_ABORT("Not implemented");
490 SK_ABORT("Not implemented");
496 SK_ABORT("Not implemented");
502 SK_ABORT("Not implemented");
508 SK_ABORT("Not implemented");
    [all...]
  /external/skia/src/core/
SkRegionPriv.h 76 if (count < 0 || !sk_64_isS32(size)) { SK_ABORT("Invalid Size"); }
  /external/skia/tests/
TypefaceTest.cpp 201 SK_ABORT("unimplemented");
208 SK_ABORT("unimplemented");
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
atapi.h 301 #define SK_ABORT (0xB)
  /external/skia/gm/
textblob.cpp 174 SK_ABORT("unhandled pos value");
  /external/skia/src/gpu/
GrAllocator.h 399 SK_ABORT("Invalid Operation");
GrTRecorder.h 381 SK_ABORT("Invalid Operation");
  /external/skia/src/gpu/vk/
GrVkGpuCommandBuffer.cpp 38 SK_ABORT("Invalid LoadOp");
50 SK_ABORT("Invalid StoreOp");
  /external/skia/src/effects/gradients/
Sk4fGradientBase.cpp 430 SK_ABORT("Unhandled tile mode.");
  /external/skia/src/ports/
SkTypeface_win_dw.cpp 115 SK_ABORT("Invalid Text Encoding");
SkFontHost_win.cpp     [all...]
  /external/skia/tools/
sk_tool_utils.cpp 41 SK_ABORT("SkSRGBColorFilter is only implemented for GPU");
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 483 milliseconds