/third_party/skia/src/core/ |
H A D | SkTypeface_remote.h | 63 int onGetUPEM() const override { SK_ABORT("Should never be called."); } 65 SK_ABORT("Should never be called."); 68 SK_ABORT("Should never be called."); 75 SK_ABORT("Should never be called."); 79 SK_ABORT("Should never be called."); 86 SK_ABORT("Should never be called."); 89 SK_ABORT("Should never be called."); 92 SK_ABORT("Should never be called."); 95 SK_ABORT("Should never be called."); 108 SK_ABORT("Shoul [all...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 596 default: SK_ABORT("unsupported vector column count (%d)", columns); 603 default: SK_ABORT("unsupported matrix column count (%d)", columns); 610 default: SK_ABORT("unsupported matrix column count (%d)", columns); 617 default: SK_ABORT("unsupported matrix column count (%d)", columns); 619 default: SK_ABORT("unsupported row count (%d)", rows); 629 default: SK_ABORT("unsupported vector column count (%d)", columns); 636 default: SK_ABORT("unsupported matrix column count (%d)", columns); 643 default: SK_ABORT("unsupported matrix column count (%d)", columns); 650 default: SK_ABORT("unsupported matrix column count (%d)", columns); 652 default: SK_ABORT("unsupporte [all...] |
/third_party/skia/src/sksl/lex/ |
H A D | LexUtil.h | 15 #define SK_ABORT(...) (fprintf(stderr, __VA_ARGS__), abort()) macro 17 (void)((x) || (SK_ABORT("failed SkASSERT(%s): %s:%d\n", #x, __FILE__, __LINE__), 0)) 18 #define SkUNREACHABLE (SK_ABORT("unreachable"))
|
/third_party/skia/src/gpu/mock/ |
H A D | GrMockOpTarget.h | 49 SK_ABORT("FATAL: wanted %zu bytes of static vertex data; only have %zu.\n", 61 SK_ABORT("FATAL: wanted %zu bytes of static vertex data; only have %zu.\n", 73 SK_ABORT("FATAL: wanted %zu bytes of static indirect data; only have %zu.\n", 87 SK_ABORT("FATAL: wanted %zu bytes of static indirect data; only have %zu.\n", 101 #define UNIMPL(...) __VA_ARGS__ override { SK_ABORT("unimplemented."); }
|
/third_party/skia/include/core/ |
H A D | SkTypes.h | 272 #ifndef SK_ABORT 280 # define SK_ABORT(message, ...) \ macro 285 # define SK_ABORT(message, ...) \ macro 477 static_cast<void>( (cond) ? (void)0 : []{ SK_ABORT("assert(%s)", #cond); }() ) 483 SK_ABORT("assert(%s)", #cond); \ 485 #define SkDEBUGFAIL(message) SK_ABORT("%s", message) 486 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__)
|
/third_party/skia/src/gpu/ |
H A D | GrProcessorUnitTest.cpp | 99 SK_ABORT("%s: TestCreate returned null", factory->fName.c_str()); in MakeIdx() 158 SK_ABORT("Wrong number of fragment processor factories!"); in VerifyFactoryCount() 166 SK_ABORT("Wrong number of geometry processor factories!"); in VerifyFactoryCount() 174 SK_ABORT("Wrong number of xp factory factories!"); in VerifyFactoryCount()
|
H A D | GrOpsRenderPass.h | 197 SK_ABORT("Not implemented."); // Only called if caps.nativeDrawIndirectSupport(). in onDrawIndirect() 200 SK_ABORT("Not implemented."); // Only called if caps.nativeDrawIndirectSupport(). in onDrawIndexedIndirect()
|
H A D | GrXferProcessor.h | 355 SK_ABORT("emitOutputsForBlendState not implemented."); in emitOutputsForBlendState() 371 SK_ABORT("emitBlendCodeForDstRead not implemented."); in emitBlendCodeForDstRead()
|
H A D | GrGeometryProcessor.h | 354 SK_ABORT("Not implemented."); in getTessControlShaderGLSL() 360 SK_ABORT("Not implemented."); in getTessEvaluationShaderGLSL() 517 SK_ABORT("Illegal texture sampler index"); in IthTextureSampler() 583 // GCC fails because SK_ABORT evaluates to non constexpr. clang and cl.exe think this is in GrVertexAttribTypeSize() 586 SK_ABORT("Unsupported type conversion"); in GrVertexAttribTypeSize()
|
H A D | GrDriverBugWorkarounds.cpp | 26 SK_ABORT("Not implemented"); in GrDriverBugWorkarounds()
|
H A D | GrBackendSemaphore.cpp | 67 SK_ABORT("Unknown GrBackend"); in operator =()
|
H A D | GrCpuBuffer.h | 22 SK_ABORT("Buffer size is too big."); in Make()
|
H A D | GrShaderVar.cpp | 20 SK_ABORT("Unknown shader variable type modifier."); in type_modifier_string()
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_FontConfigInterface.cpp | 174 SK_ABORT("Not implemented."); 178 SK_ABORT("Not implemented."); 182 SK_ABORT("Not implemented."); 186 SK_ABORT("Not implemented."); 216 SK_ABORT("Not implemented.");
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLTexture.cpp | 29 SK_ABORT("Unexpected texture target"); in TextureTypeFromTarget() 41 SK_ABORT("Unexpected texture target"); in target_from_texture_type() 43 SK_ABORT("Unexpected texture type"); in target_from_texture_type()
|
H A D | GrGLGLSL.cpp | 67 SK_ABORT("Unknown GL Standard"); in GrGLGetGLSLGeneration()
|
/third_party/skia/src/sksl/ |
H A D | SkSLMemoryLayout.h | 72 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in alignment() 97 SK_ABORT("type does not have a stride"); in stride() 138 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in size()
|
/third_party/skia/bench/ |
H A D | RotatedRectBench.cpp | 42 SK_ABORT("Shouldn't reach here."); in start_color() 59 SK_ABORT("Can't get here"); in advance_color() 61 SK_ABORT("Shouldn't reach here."); in advance_color()
|
H A D | SKPAnimationBench.h | 38 SK_ABORT("MPD not supported\n");
|
H A D | ChecksumBench.cpp | 46 default: SK_ABORT("Invalid Type");
|
/third_party/skia/experimental/sktext/editor/ |
H A D | App.cpp | 62 SK_ABORT("SkLoadICU failed."); in Create() 66 SK_ABORT("CreateNativeWindow failed."); in Create()
|
/third_party/skia/experimental/graphite/src/ |
H A D | UniformManager.cpp | 170 SK_ABORT("implement conversion from MemType to UniformType"); in CopyUniforms() 296 SK_ABORT("Unexpected uniform type"); in WriteUniform() 367 SK_ABORT("Unexpected type"); in sltype_to_alignment_mask() 433 SK_ABORT("Unexpected type"); in sltype_to_mtl_size()
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSL.cpp | 55 SK_ABORT("Unknown shader var type."); in GrGLSLTypeString()
|
/third_party/skia/include/codec/ |
H A D | SkEncodedOrigin.h | 43 SK_ABORT("Unexpected origin"); in SkEncodedOriginToMatrix()
|
/third_party/skia/src/fonts/ |
H A D | SkFontMgr_indirect.cpp | 67 SK_ABORT("Not implemented"); in onGetFamilyName() 71 SK_ABORT("Not implemented"); in onCreateStyleSet()
|