Home
last modified time | relevance | path

Searched refs:enableDebugBloat (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h107 void enableDebugBloat(float debugBloat) { fDebugBloat = debugBloat; } in enableDebugBloat() function
/third_party/flutter/skia/samplecode/
DSampleCCPRGeometry.cpp349 SkDEBUGCODE(proc->enableDebugBloat(kDebugBloat)); in onExecute()