Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceDrawContext.h637 void testingOnly_SetPreserveOpsOnFullClear() { fPreserveOpsOnFullClear_TestingOnly = true; } in testingOnly_SetPreserveOpsOnFullClear()
715 bool fPreserveOpsOnFullClear_TestingOnly = false; variable
H A DSurfaceDrawContext.cpp829 if (fPreserveOpsOnFullClear_TestingOnly) { in canDiscardPreviousOpsOnFullClear()