Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrGpuResourcePriv.h74 bool isPurgeable() const { return fResource->isPurgeable(); } in isPurgeable() function
H A DGrGpuResource.cpp104 bool GrGpuResource::isPurgeable() const { in isPurgeable() function in GrGpuResource
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DResource.cpp88 bool Resource::isPurgeable() const { in isPurgeable() function in skgpu::graphite::Resource
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DPurgeableBitmapView.java53 public PurgeableBitmapView(Context context, boolean isPurgeable) { in PurgeableBitmapView()