HomeSort by relevance Sort by last modified time
    Searched refs:findAndRefTextureByUniqueKey (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrResourceProvider.h 247 GrTexture* findAndRefTextureByUniqueKey(const GrUniqueKey& key);
GrResourceProvider.cpp 273 GrTexture* GrResourceProvider::findAndRefTextureByUniqueKey(const GrUniqueKey& key) {
309 sk_sp<GrTexture> texture(this->findAndRefTextureByUniqueKey(key));

Completed in 61 milliseconds