Home
last modified time | relevance | path

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

/third_party/skia/include/gpu/
DGrContextOptions.h329 bool fDisallowWriteAndTransferPixelRowBytes = false; member
/third_party/skia/src/gpu/
DGrCaps.cpp140 if (options.fDisallowWriteAndTransferPixelRowBytes) { in applyOptionsOverrides()
/third_party/skia/tests/
DBackendAllocationTest.cpp737 overrideOptions.fDisallowWriteAndTransferPixelRowBytes = true; in DEF_GPUTEST()