Home
last modified time | relevance | path

Searched refs:debugBloat (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h107 void enableDebugBloat(float debugBloat) { fDebugBloat = debugBloat; } in enableDebugBloat() argument
109 float debugBloat() const { SkASSERT(this->debugBloatEnabled()); return fDebugBloat; } in debugBloat() function
DGrVSCoverageProcessor.cpp277 bloat *= proc.debugBloat(); in onEmitCode()
DGrGSCoverageProcessor.cpp113 bloat *= proc.debugBloat(); in emitGeometryShader()