Home
last modified time | relevance | path

Searched refs:fCacheArrayIndex (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResource.h248 int* accessCacheIndex() const { return &fCacheArrayIndex; } in accessCacheIndex()
376 mutable int fCacheArrayIndex = -1; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpuResourceCacheAccess.h93 int* accessCacheIndex() const { return &fResource->fCacheArrayIndex; } in accessCacheIndex()
H A DGrGpuResource.cpp29 SkDEBUGCODE(fCacheArrayIndex = -1); in GrGpuResource()
H A DGrGpuResource.h325 int fCacheArrayIndex; variable