Home
last modified time | relevance | path

Searched refs:SK_ABORT (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/external/skia/src/core/
DSkTypeface_remote.h61 int onGetUPEM() const override { SK_ABORT("Should never be called."); } in onGetUPEM()
63 SK_ABORT("Should never be called."); in onOpenStream()
66 SK_ABORT("Should never be called."); in onMakeClone()
70 SK_ABORT("Should never be called."); in onGetVariationDesignPosition()
74 SK_ABORT("Should never be called."); in onGetVariationDesignParameters()
81 SK_ABORT("Should never be called."); in onGetPostScriptName()
84 SK_ABORT("Should never be called."); in onCreateFamilyNameIterator()
87 SK_ABORT("Should never be called."); in onGetTableTags()
90 SK_ABORT("Should never be called."); in onGetTableData()
103 SK_ABORT("Should never be called."); in onGetFontDescriptor()
[all …]
/external/skqp/src/core/
DSkTypeface_remote.h67 int onGetUPEM() const override { SK_ABORT("Should never be called."); return 0; } in onGetUPEM()
69 SK_ABORT("Should never be called."); in onOpenStream()
73 SK_ABORT("Should never be called."); in onMakeFontData()
77 SK_ABORT("Should never be called."); in onMakeClone()
82 SK_ABORT("Should never be called."); in onGetVariationDesignPosition()
87 SK_ABORT("Should never be called."); in onGetVariationDesignParameters()
95 SK_ABORT("Should never be called."); in onCreateFamilyNameIterator()
99 SK_ABORT("Should never be called."); in onGetTableTags()
103 SK_ABORT("Should never be called."); in onGetTableData()
116 SK_ABORT("Should never be called."); in onGetFontDescriptor()
[all …]
DSkFindAndPlaceGlyph.h64 SK_ABORT("Should not get here."); in SubpixelAlignment()
79 SK_ABORT("Should not get here."); in SubpixelPositionRounding()
218 SK_ABORT("Should never get here."); in findAndPositionGlyph()
288 SK_ABORT("Should never get here."); in getSubpixel()
DSkPictureRecord.h226 SK_ABORT("not reached"); in onDrawBitmap()
230 SK_ABORT("not reached"); in onDrawBitmapRect()
234 SK_ABORT("not reached"); in onDrawBitmapNine()
238 SK_ABORT("not reached"); in onDrawBitmapLattice()
/external/skia/src/sksl/ir/
DSkSLType.cpp69 default: SK_ABORT("unsupported vector column count (%d)", columns); in toCompound()
76 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
83 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
90 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
92 default: SK_ABORT("unsupported row count (%d)", rows); in toCompound()
102 default: SK_ABORT("unsupported vector column count (%d)", columns); in toCompound()
109 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
116 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
123 default: SK_ABORT("unsupported matrix column count (%d)", columns); in toCompound()
125 default: SK_ABORT("unsupported row count (%d)", rows); in toCompound()
[all …]
/external/skqp/third_party/icu/
DSkLoadICU.h25 SK_ABORT("Failed to load " ICU_UTIL_DATA_SHARED_MODULE_NAME "\n"); in SkLoadICU()
29 SK_ABORT("Symbol " ICU_UTIL_DATA_SYMBOL " missing in " in SkLoadICU()
36 SK_ABORT(""); in SkLoadICU()
41 SK_ABORT(""); in SkLoadICU()
/external/skqp/include/private/
DGrTypesPriv.h301 SK_ABORT("Unknown AA Type"); in GrAATypeIsHW()
488 SK_ABORT("Unexpected type"); in GrSLTypeIsFloatType()
546 SK_ABORT("Unexpected type"); in GrSLTypeVecLength()
559 SK_ABORT("Unexpected texture type"); in GrSLCombinedSamplerTypeForTextureType()
573 SK_ABORT("Unexpected texture type"); in GrTextureTypeHasRestrictedSampling()
624 SK_ABORT("Unexpected type"); in GrSLTypeIsCombinedSamplerType()
675 SK_ABORT("Unexpected type"); in GrSLTypeAcceptsPrecision()
728 SK_ABORT("Unexpected type"); in GrSLTypeTemporarilyAcceptsPrecision()
807 SK_ABORT("Hairline fill isn't invertible."); in GrInvertProcessorEdgeType()
1005 SK_ABORT("Invalid pixel config"); in GrPixelConfigIsSRGBEncoded()
[all …]
/external/skia/src/sksl/lex/
DLexUtil.h15 #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"))
/external/skqp/src/gpu/gl/
DGrGLCreateNullInterface.cpp164 SK_ABORT("Invalid framebuffer attachment."); in setAttachment()
390 SK_ABORT("Not implemented"); in namedRenderbufferStorage()
396 SK_ABORT("Not implemented"); in namedRenderbufferStorageMultisample()
419 SK_ABORT("Not implemented"); in namedFramebufferRenderbuffer()
441 SK_ABORT("Not implemented"); in framebufferTexture2DMultisample()
447 SK_ABORT("Not implemented"); in namedFramebufferTexture1D()
453 SK_ABORT("Not implemented"); in namedFramebufferTexture2D()
459 SK_ABORT("Not implemented"); in namedFramebufferTexture3D()
538 SK_ABORT("Unexpected pname to GetIntegerv"); in getIntegerv()
564 SK_ABORT("Unexpected pname passed GetQueryiv."); in getQueryiv()
[all …]
/external/skia/src/gpu/mock/
DGrMockOpTarget.h47 SK_ABORT("FATAL: wanted %zu bytes of static vertex data; only have %zu.\n", in makeVertexSpace()
59 SK_ABORT("FATAL: wanted %zu bytes of static vertex data; only have %zu.\n", in makeVertexSpaceAtLeast()
71 SK_ABORT("FATAL: wanted %zu bytes of static indirect data; only have %zu.\n", in makeDrawIndirectSpace()
85 SK_ABORT("FATAL: wanted %zu bytes of static indirect data; only have %zu.\n", in makeDrawIndexedIndirectSpace()
99 #define UNIMPL(...) __VA_ARGS__ override { SK_ABORT("unimplemented."); }
/external/skqp/src/gpu/
DGrProcessor.cpp69 SK_ABORT("Wrong number of fragment processor factories!"); in VerifyFactoryCount()
78 SK_ABORT("Wrong number of geometry processor factories!"); in VerifyFactoryCount()
86 SK_ABORT("Wrong number of xp factory factories!"); in VerifyFactoryCount()
DGrShaderVar.cpp20 SK_ABORT("Unknown shader variable type modifier."); in type_modifier_string()
35 SK_ABORT("Unknown io type."); in setIOType()
51 SK_ABORT("Unexpected precision type."); in glsl_precision_string()
/external/skia/src/gpu/
DGrProcessorUnitTest.cpp98 SK_ABORT("%s: TestCreate returned null", factory->fName.c_str()); in MakeIdx()
157 SK_ABORT("Wrong number of fragment processor factories!"); in VerifyFactoryCount()
165 SK_ABORT("Wrong number of geometry processor factories!"); in VerifyFactoryCount()
173 SK_ABORT("Wrong number of xp factory factories!"); in VerifyFactoryCount()
/external/skqp/src/ports/
DSkFontMgr_FontConfigInterface.cpp176 SK_ABORT("Not implemented."); in onCountFamilies()
181 SK_ABORT("Not implemented."); in onGetFamilyName()
185 SK_ABORT("Not implemented."); in onCreateStyleSet()
190 SK_ABORT("Not implemented."); in onMatchFamily()
221 SK_ABORT("Not implemented."); in onMatchFamilyStyleCharacter()
226 SK_ABORT("Not implemented."); in onMatchFaceStyle()
/external/skia/include/core/
DSkTypes.h268 #ifndef SK_ABORT
275 # define SK_ABORT(message, ...) \ macro
465 static_cast<void>( (cond) ? (void)0 : []{ SK_ABORT("assert(%s)", #cond); }() )
471 SK_ABORT("assert(%s)", #cond); \
473 #define SkDEBUGFAIL(message) SK_ABORT("%s", message)
474 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__)
/external/skqp/bench/
DRotatedRectBench.cpp42 SK_ABORT("Shouldn't reach here."); in start_color()
60 SK_ABORT("Can't get here"); in advance_color()
62 SK_ABORT("Shouldn't reach here."); in advance_color()
/external/skia/bench/
DRotatedRectBench.cpp42 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()
/external/skia/src/sksl/
DSkSLMemoryLayout.h73 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in alignment()
98 SK_ABORT("type does not have a stride"); in stride()
140 SK_ABORT("cannot determine size of type %s", String(type.name()).c_str()); in size()
/external/skqp/src/gpu/glsl/
DGrGLSLXferProcessor.h91 SK_ABORT("emitOutputsForBlendState not implemented."); in emitOutputsForBlendState()
107 SK_ABORT("emitBlendCodeForDstRead not implemented."); in emitBlendCodeForDstRead()
DGrGLSLVertexGeoBuilder.cpp55 SK_ABORT("invalid input type"); in input_type_name()
66 SK_ABORT("invalid output type"); in output_type_name()
/external/skia/src/ports/
DSkFontMgr_FontConfigInterface.cpp174 SK_ABORT("Not implemented."); in onCountFamilies()
178 SK_ABORT("Not implemented."); in onGetFamilyName()
182 SK_ABORT("Not implemented."); in onCreateStyleSet()
186 SK_ABORT("Not implemented."); in onMatchFamily()
216 SK_ABORT("Not implemented."); in onMatchFamilyStyleCharacter()
/external/skia/src/gpu/glsl/
DGrGLSLVertexGeoBuilder.cpp50 SK_ABORT("invalid input type"); in input_type_name()
60 SK_ABORT("invalid output type"); in output_type_name()
DGrGLSLXferProcessor.h97 SK_ABORT("emitOutputsForBlendState not implemented."); in emitOutputsForBlendState()
113 SK_ABORT("emitBlendCodeForDstRead not implemented."); in emitBlendCodeForDstRead()
/external/skia/src/gpu/gl/
DGrGLTexture.cpp28 SK_ABORT("Unexpected texture target"); in TextureTypeFromTarget()
40 SK_ABORT("Unexpected texture target"); in target_from_texture_type()
42 SK_ABORT("Unexpected texture type"); in target_from_texture_type()
/external/skqp/include/core/
DSkTypes.h50 static_cast<void>( (cond) ? (void)0 : []{ SK_ABORT("assert(" #cond ")"); }() )
56 SK_ABORT("assert(" #cond ")"); \
58 #define SkDEBUGFAIL(message) SK_ABORT(message)

12345678910>>...12