Searched refs:fFunctionName (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrFragmentProcessor.h | 530 SkASSERT(fFunctionName.isEmpty()); in setFunctionName() 531 fFunctionName = std::move(name); in setFunctionName() 535 SkASSERT(!fFunctionName.isEmpty()); in functionName() 536 return fFunctionName.c_str(); in functionName() 640 SkString fFunctionName; variable
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpCoincidence.h | 44 return fGlobalState->debugCoinDictEntry().fFunctionName; in debugID()
|
D | SkPathOpsDebug.h | 317 const char* fFunctionName; member
|
D | SkPathOpsDebug.cpp | 243 SkASSERT(!strcmp(entry->fFunctionName, key.fFunctionName)); in add() 293 const char* funcName = fCoinDictEntry.fFunctionName; in debugAddToCoinChangedDict() 375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth() 682 writable->fPreviousFuncName = entry->fFunctionName; in debugSetPhase() 686 entry->fFunctionName = funcName; in debugSetPhase()
|
/third_party/skia/src/pathops/ |
D | SkOpCoincidence.h | 44 return fGlobalState->debugCoinDictEntry().fFunctionName; in debugID()
|
D | SkPathOpsDebug.h | 304 const char* fFunctionName; member
|
D | SkPathOpsDebug.cpp | 243 SkASSERT(!strcmp(entry->fFunctionName, key.fFunctionName)); in add() 293 const char* funcName = fCoinDictEntry.fFunctionName; in debugAddToCoinChangedDict() 375 SkDebugf(" %s\n", contourList->globalState()->debugCoinDictEntry().fFunctionName); in CheckHealth() 660 writable->fPreviousFuncName = entry->fFunctionName; in debugSetPhase() 664 entry->fFunctionName = funcName; in debugSetPhase()
|
/third_party/flutter/skia/tests/ |
D | PathOpsDebug.cpp | 350 SkDebugf("%s %s : line %d iteration %d", str, entry.fFunctionName, in dump()
|
/third_party/skia/tests/ |
D | PathOpsDebug.cpp | 350 SkDebugf("%s %s : line %d iteration %d", str, entry.fFunctionName, in dump()
|