Home
last modified time | relevance | path

Searched defs:needsUpload (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/task/
H A DUploadTask.h60 bool needsUpload(Context*) override { return true; } in needsUpload() function
/aosp_15_r20/external/skia/src/gpu/
H A DAtlasTypes.h487 bool needsUpload() { return !fDirtyRect.isEmpty(); } in needsUpload() function