Home
last modified time | relevance | path

Searched refs:dataStorage (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrYUVProvider.cpp116 sk_sp<SkCachedData> dataStorage = this->getPlanes(&yuvSizeInfo, yuvaIndices, in refAsTextureProxy() local
118 if (!dataStorage) { in refAsTextureProxy()
141 SkCachedData* dataStoragePtr = dataStorage.get(); in refAsTextureProxy()
/third_party/skia/src/image/
DSkImage_Lazy.cpp285 sk_sp<SkCachedData> dataStorage = this->getPlanes(supportedDataTypes, &yuvaPixmaps); in textureProxyViewFromPlanes() local
286 if (!dataStorage) { in textureProxyViewFromPlanes()
316 SkRef(dataStorage.get())); in textureProxyViewFromPlanes()