/third_party/skia/src/core/ |
D | SkSharedMutex.cpp | 140 SkDEBUGFAILF("Thread %" PRIx64 " already has an exclusive lock\n", threadID); in acquire() 167 SkDEBUGFAILF("Thread %" PRIx64 " did not have the lock held.\n", threadID); in release() 201 SkDEBUGFAILF("Thread %" PRIx64 " was already waiting!\n", threadID); in acquireShared() 205 SkDEBUGFAILF("Thread %" PRIx64 " already holds a shared lock!\n", threadID); in acquireShared() 227 SkDEBUGFAILF("Thread %" PRIx64 " does not hold a shared lock.\n", threadID); in releaseShared()
|
D | SkBlendModeBlender.cpp | 56 SkDEBUGFAILF("invalid blend mode %d", (int)mode); in Mode()
|
D | SkScan_Path.cpp | 216 SkDEBUGFAILF("assert(%s)", #cond); \
|
/third_party/flutter/skia/src/core/ |
D | SkSharedMutex.cpp | 138 SkDEBUGFAILF("Thread %lx already has an exclusive lock\n", threadID); in acquire() 165 SkDEBUGFAILF("Thread %lx did not have the lock held.\n", threadID); in release() 199 SkDEBUGFAILF("Thread %lx was already waiting!\n", threadID); in acquireShared() 203 SkDEBUGFAILF("Thread %lx already holds a shared lock!\n", threadID); in acquireShared() 225 SkDEBUGFAILF("Thread %lx does not hold a shared lock.\n", threadID); in releaseShared()
|
/third_party/skia/src/gpu/ |
D | GrYUVATextureProxies.cpp | 22 SkDEBUGFAILF("Unexpected channel combination 0x%08x", channelFlags); in num_channels() 114 SkDEBUGFAILF("Unexpected swizzle value: %c", views[i].swizzle()[chanAsIdx]); in GrYUVATextureProxies()
|
D | GrCaps.cpp | 430 SkDEBUGFAILF("Illegal color type (%d) and compressed format (%d) combination.", in getReadSwizzle()
|
/third_party/flutter/skia/include/core/ |
D | SkTypes.h | 56 #define SkDEBUGFAILF(fmt, ...) SkASSERTF(false, fmt, ##__VA_ARGS__) macro 64 #define SkDEBUGFAILF(fmt, ...) macro
|
/third_party/skia/src/sksl/ir/ |
D | SkSLFunctionCall.cpp | 276 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_intrinsic_numeric() 296 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_pairwise_intrinsic() 322 SkDEBUGFAILF("unsupported type %s", type.description().c_str()); in evaluate_3_way_intrinsic() 566 SkDEBUGFAILF("unsupported type %s", numericType.description().c_str()); in optimize_intrinsic_call() 707 SkDEBUGFAILF("unsupported type %s", arguments[0]->type().description().c_str()); in optimize_intrinsic_call() 732 SkDEBUGFAILF("unsupported type %s", arguments[0]->type().description().c_str()); in optimize_intrinsic_call()
|
D | SkSLPrefixExpression.cpp | 253 SkDEBUGFAILF("unsupported prefix operator: %s", op.operatorName()); in Make()
|
D | SkSLType.cpp | 715 SkDEBUGFAILF("unsupported toCompound type %s", this->description().c_str()); in toCompound() 741 SkDEBUGFAILF("don't know how to clone type '%s'", this->description().c_str()); in clone()
|
/third_party/skia/src/sksl/codegen/ |
D | SkSLPipelineStageCodeGenerator.cpp | 204 SkDEBUGFAILF("cannot sample from type '%s'", in writeChildCall() 432 SkDEBUGFAILF("unsupported program element %s\n", e.description().c_str()); in writeProgramElementFirstPass() 510 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression() 690 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement()
|
D | SkSLSPIRVCodeGenerator.cpp | 597 SkDEBUGFAILF("unrecognized scalar type '%s'", type->description().c_str()); in getType() 674 SkDEBUGFAILF("invalid type: %s", type->description().c_str()); in getType() 805 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression() 1294 SkDEBUGFAILF("writeConstantVector: %s not actually constant", c.description().c_str()); in writeConstantVector() 1366 SkDEBUGFAILF("unsupported type for float typecast: %s", inputType.description().c_str()); in castScalarToFloat() 1400 SkDEBUGFAILF("unsupported type for signed int typecast: %s", in castScalarToSignedInt() 1435 SkDEBUGFAILF("unsupported type for unsigned int typecast: %s", in castScalarToUnsignedInt() 1475 SkDEBUGFAILF("unsupported type for boolean typecast: %s", inputType.description().c_str()); in castScalarToBoolean() 1939 SkDEBUGFAILF("swizzle accessed nonexistent component %d", (int)component); in applySwizzle() 2652 SkDEBUGFAILF("mergeComparisons only supports == and !=, not %s", op.operatorName()); in mergeComparisons() [all …]
|
D | SkSLGLSLCodeGenerator.cpp | 224 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression() 1258 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement() 1539 SkDEBUGFAILF("unsupported program element %s\n", e.description().c_str()); in writeProgramElement()
|
D | SkSLVMCodeGenerator.cpp | 413 SkDEBUGFAILF("Unsupported builtin %d", builtin); in setupGlobals() 825 SkDEBUGFAILF("Unsupported type conversion: %d -> %d", (int)srcKind, (int)dstKind); in writeTypeConversion() 1082 SkDEBUGFAILF("cannot sample from type '%s'", c.child().type().description().c_str()); in writeChildCall() 1309 SkDEBUGFAILF("unsupported intrinsic %s", c.function().description().c_str()); in writeIntrinsicCall()
|
D | SkSLMetalCodeGenerator.cpp | 189 SkDEBUGFAILF("unsupported expression: %s", expr.description().c_str()); in writeExpression() 2130 SkDEBUGFAILF("unsupported statement: %s", s.description().c_str()); in writeStatement() 2547 SkDEBUGFAILF("unsupported program element: %s\n", e.description().c_str()); in writeProgramElement()
|
/third_party/skia/include/core/ |
D | SkTypes.h | 483 #define SkDEBUGFAILF(fmt, ...) SK_ABORT(fmt, ##__VA_ARGS__) macro 491 #define SkDEBUGFAILF(fmt, ...) macro
|
/third_party/skia/src/sksl/ |
D | SkSLCompiler.cpp | 339 SkDEBUGFAILF("%s %s\n", data.fPath, this->fErrorText.c_str()); in loadModule() 639 SkDEBUGFAILF("%s", errors.c_str()); in toSPIRV()
|
D | SkSLInliner.cpp | 224 SkDEBUGFAILF("rewrite map does not contain variable '%.*s'", in RemapVariable() 231 SkDEBUGFAILF("rewrite map contains non-variable replacement for '%.*s'", in RemapVariable()
|
D | SkSLRehydrator.cpp | 304 SkDEBUGFAILF("unsupported element %d\n", kind); in element()
|
/third_party/flutter/skia/src/images/ |
D | SkPngEncoder.cpp | 216 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.", in setHeader()
|
/third_party/skia/src/images/ |
D | SkPngEncoder.cpp | 217 SkDEBUGFAILF("PNG tEXt keyword should be no longer than %d.", in setHeader()
|
/third_party/skia/src/gpu/glsl/ |
D | GrGLSLProgramBuilder.cpp | 259 SkDEBUGFAILF("Unexpected varying type for coord: %s %d\n", in writeFPFunction()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 987 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in onGetReadSwizzle() 1002 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in getWriteSwizzle()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 1703 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in onGetReadSwizzle() 1718 SkDEBUGFAILF("Illegal color type (%d) and format (%d) combination.", in getWriteSwizzle()
|
/third_party/skia/tools/viewer/ |
D | Viewer.cpp | 2817 SkDEBUGFAILF("Unable to create directory '%s'", directory.c_str()); in dumpShadersToResources() 2830 SkDEBUGFAILF("Unable to write shader to path '%s'", vertPath.c_str()); in dumpShadersToResources() 2840 SkDEBUGFAILF("Unable to write shader to path '%s'", fragPath.c_str()); in dumpShadersToResources()
|