Home
last modified time | relevance | path

Searched defs:isScratch (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrGpuResourceCacheAccess.h30 bool isScratch() const { in isScratch() function
/third_party/skia/src/gpu/
DGrGpuResourceCacheAccess.h30 bool isScratch() const { in isScratch() function
/third_party/skia/src/core/
DSkBlockAllocator.h151 bool isScratch() const { return fCursor < 0; } in isScratch() function
/third_party/skia/tests/
DResourceCacheTest.cpp1313 const bool isScratch = (i % 2 == 0); in test_time_purge() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h1185 constexpr bool isScratch() const noexcept { return format == Format::SCRATCH; } in isScratch() function