Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrCaps.h150 SkASSERT(fBufferMapThreshold >= 0); in bufferMapThreshold()
151 return fBufferMapThreshold; in bufferMapThreshold()
226 int fBufferMapThreshold; variable
DGrContextOptions.h34 int fBufferMapThreshold = -1; member
/external/skia/src/gpu/
DGrCaps.cpp74 fBufferMapThreshold = options.fBufferMapThreshold; in GrCaps()
DGrBufferAllocPool.cpp54 fBufferMapThreshold = gpu->caps()->bufferMapThreshold(); in GrBufferAllocPool()
308 attemptMap = size > fBufferMapThreshold; in createBlock()
359 flushSize > fBufferMapThreshold) { in flushCpuData()
DGrBufferAllocPool.h146 size_t fBufferMapThreshold; variable
/external/skia/src/gpu/mock/
DGrMockCaps.h18 fBufferMapThreshold = SK_MaxS32; in GrMockCaps()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp42 fBufferMapThreshold = SK_MaxS32; //TODO: figure this out in GrVkCaps()
182 fBufferMapThreshold = 0; in initGrCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp473 if (fBufferMapThreshold < 0) { in init()
478 fBufferMapThreshold = kChromium_GrGLDriver == ctxInfo.driver() ? 0 : SK_MaxS32; in init()
480 fBufferMapThreshold = SK_MaxS32; in init()