Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpuResourceCacheAccess.h36 bool isScratch() const { in isScratch() function
/aosp_15_r20/external/skia/src/base/
H A DSkBlockAllocator.h143 bool isScratch() const { return fCursor < 0; } in isScratch() function
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp1381 const bool isScratch = (i % 2 == 0); in test_time_purge() local
/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h1247 constexpr bool isScratch() const noexcept { return format == Format::SCRATCH; } in isScratch() function