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

  /external/chromium_org/third_party/skia/src/core/
SkImageFilter.cpp 212 SkAutoTUnref<GrTexture> resultTex(dst.detach());
213 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
343 GrTexture* resultTex = GrLockAndRefCachedBitmapTexture(context, *result, NULL);
344 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
345 GrUnlockAndUnrefCachedBitmapTexture(resultTex);
  /external/skia/src/core/
SkImageFilter.cpp 212 SkAutoTUnref<GrTexture> resultTex(dst.detach());
213 WrapTexture(resultTex, bounds.width(), bounds.height(), result);
343 GrTexture* resultTex = GrLockAndRefCachedBitmapTexture(context, *result, NULL);
344 result->setPixelRef(new SkGrPixelRef(info, resultTex))->unref();
345 GrUnlockAndUnrefCachedBitmapTexture(resultTex);

Completed in 82 milliseconds