Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.h172 bool fFrequentResetHint; variable
DGrBufferAllocPool.cpp38 fFrequentResetHint = frequentResetHint; in GrBufferAllocPool()
300 (!fFrequentResetHint || requestSize > GR_GEOM_BUFFER_LOCK_THRESHOLD)) { in createBlock()