Home
last modified time | relevance | path

Searched refs:fFunctionName (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrFragmentProcessor.h530 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/
DSkOpCoincidence.h44 return fGlobalState->debugCoinDictEntry().fFunctionName; in debugID()
DSkPathOpsDebug.h317 const char* fFunctionName; member
DSkPathOpsDebug.cpp243 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/
DSkOpCoincidence.h44 return fGlobalState->debugCoinDictEntry().fFunctionName; in debugID()
DSkPathOpsDebug.h304 const char* fFunctionName; member
DSkPathOpsDebug.cpp243 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/
DPathOpsDebug.cpp350 SkDebugf("%s %s : line %d iteration %d", str, entry.fFunctionName, in dump()
/third_party/skia/tests/
DPathOpsDebug.cpp350 SkDebugf("%s %s : line %d iteration %d", str, entry.fFunctionName, in dump()