Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrBufferAllocPool.cpp253 bool attemptMap = block.fBuffer->isCPUBacked(); in createBlock() local
254 if (!attemptMap && GrCaps::kNone_MapFlags != fGpu->caps()->mapBufferFlags()) { in createBlock()
255 attemptMap = size > fGeometryBufferMapThreshold; in createBlock()
258 if (attemptMap) { in createBlock()