Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrCaps.h228 SkASSERT(fBufferMapThreshold >= 0); in bufferMapThreshold()
229 return fBufferMapThreshold; in bufferMapThreshold()
377 int fBufferMapThreshold; variable
DGrCaps.cpp71 fBufferMapThreshold = options.fBufferMapThreshold; in GrCaps()
/external/skia/src/gpu/
DGrCaps.h226 SkASSERT(fBufferMapThreshold >= 0); in bufferMapThreshold()
227 return fBufferMapThreshold; in bufferMapThreshold()
375 int fBufferMapThreshold; variable
DGrCaps.cpp70 fBufferMapThreshold = options.fBufferMapThreshold; in GrCaps()
/external/skia/include/gpu/
DGrContextOptions.h65 int fBufferMapThreshold = -1; member
/external/skqp/include/gpu/
DGrContextOptions.h65 int fBufferMapThreshold = -1; member
/external/skia/src/gpu/mock/
DGrMockCaps.h22 fBufferMapThreshold = SK_MaxS32; // Overridable in GrContextOptions. in GrMockCaps()
/external/skqp/src/gpu/mock/
DGrMockCaps.h22 fBufferMapThreshold = SK_MaxS32; // Overridable in GrContextOptions. in GrMockCaps()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp44 fBufferMapThreshold = SK_MaxS32; //TODO: figure this out in GrVkCaps()
380 fBufferMapThreshold = SK_MaxS32; in init()
508 fBufferMapThreshold = 0; in initGrCaps()
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp43 fBufferMapThreshold = SK_MaxS32; //TODO: figure this out in GrVkCaps()
457 fBufferMapThreshold = 0; in initGrCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm238 fBufferMapThreshold = 0;
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp466 if (fBufferMapThreshold < 0) { in init()
471 fBufferMapThreshold = kChromium_GrGLDriver == ctxInfo.driver() ? 0 : SK_MaxS32; in init()
473 fBufferMapThreshold = SK_MaxS32; in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp466 if (fBufferMapThreshold < 0) { in init()
471 fBufferMapThreshold = kChromium_GrGLDriver == ctxInfo.driver() ? 0 : SK_MaxS32; in init()
473 fBufferMapThreshold = SK_MaxS32; in init()
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm238 fBufferMapThreshold = 0;