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

  /external/skia/gpu/include/
GrTextureCache.h 223 GrTextureEntry* findAndLock(const GrTextureKey&);
236 * being found by a subsequent findAndLock() until it is reattached. The
244 * by a subsequent findAndLock or be purged (provided its lock count is
  /external/skia/gpu/src/
GrTextureCache.cpp 157 GrTextureEntry* GrTextureCache::findAndLock(const GrTextureKey& key) {
GrContext.cpp 172 return fTextureCache->findAndLock(*key);
325 GrTextureEntry* entry = fTextureCache->findAndLock(key);
    [all...]

Completed in 104 milliseconds