HomeSort by relevance Sort by last modified time
    Searched full:attemptmap (Results 1 - 1 of 1) sorted by null

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

Completed in 367 milliseconds