Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceDrawContext.h658 void testingOnly_SetPreserveOpsOnFullClear() { fPreserveOpsOnFullClear_TestingOnly = true; } in testingOnly_SetPreserveOpsOnFullClear()
741 bool fPreserveOpsOnFullClear_TestingOnly = false; variable
DGrSurfaceDrawContext.cpp857 if (fPreserveOpsOnFullClear_TestingOnly) { in canDiscardPreviousOpsOnFullClear()