Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/graphite/
H A DRecorderPriv.h58 TextureDataCache* textureDataCache() { return fRecorder->fTextureDataCache.get(); } in textureDataCache() function
H A DDrawPass.cpp447 TextureDataCache* textureDataCache = recorder->priv().textureDataCache(); in Make() local