Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrCaps.h338 SkASSERT(fBufferMapThreshold >= 0); in bufferMapThreshold()
339 return fBufferMapThreshold; in bufferMapThreshold()
592 int fBufferMapThreshold; variable
DGrCaps.cpp78 fBufferMapThreshold = options.fBufferMapThreshold; in GrCaps()
/third_party/skia/include/gpu/
DGrContextOptions.h111 int fBufferMapThreshold = -1; member
/third_party/skia/src/gpu/mock/
DGrMockCaps.h23 fBufferMapThreshold = SK_MaxS32; // Overridable in GrContextOptions. in GrMockCaps()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp17 fBufferMapThreshold = SK_MaxS32; // FIXME: get this from Dawn? in GrDawnCaps()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp214 fBufferMapThreshold = 0; in initGrCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp543 if (fBufferMapThreshold < 0) { in init()
548 fBufferMapThreshold = ctxInfo.isOverCommandBuffer() ? 0 : SK_MaxS32; in init()
550 fBufferMapThreshold = SK_MaxS32; in init()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp653 fBufferMapThreshold = 0; in initGrCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm359 fBufferMapThreshold = 0;