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

  /external/skia/src/gpu/
GrBitmapTextureMaker.cpp 53 this->context()->resourceProvider()->assignUniqueKeyToProxy(fOriginalKey, proxy.get());
GrResourceProvider.h 53 void assignUniqueKeyToProxy(const GrUniqueKey& key, GrTextureProxy*);
GrTextureMaker.cpp 65 fContext->resourceProvider()->assignUniqueKeyToProxy(copyKey, result.get());
GrClipStackClip.cpp 421 resourceProvider->assignUniqueKeyToProxy(key, result.get());
492 context->resourceProvider()->assignUniqueKeyToProxy(key, result.get());
GrTextureAdjuster.cpp 61 fContext->resourceProvider()->assignUniqueKeyToProxy(key, copy.get());
GrSoftwarePathRenderer.cpp 220 fResourceProvider->assignUniqueKeyToProxy(maskKey, proxy.get());
GrResourceProvider.cpp 290 void GrResourceProvider::assignUniqueKeyToProxy(const GrUniqueKey& key, GrTextureProxy* proxy) {
SkGr.cpp 256 resourceProvider->assignUniqueKeyToProxy(originalKey, proxy.get());
  /external/skia/src/effects/
GrCircleBlurFragmentProcessor.cpp 200 resourceProvider->assignUniqueKeyToProxy(key, blurProfile.get());
SkBlurMaskFilter.cpp     [all...]
  /external/skia/src/gpu/effects/
GrTextureStripAtlas.cpp 218 fDesc.fContext->resourceProvider()->assignUniqueKeyToProxy(key, proxy.get());
  /external/skia/src/image/
SkImage_Lazy.cpp 700 resourceProvider->assignUniqueKeyToProxy(key, proxy);
    [all...]

Completed in 1972 milliseconds