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

  /external/skia/gm/
yuvtorgbeffect.cpp 89 texture[0].reset(GrRefCachedBitmapTexture(context, fBmp[0],
91 texture[1].reset(GrRefCachedBitmapTexture(context, fBmp[1],
93 texture[2].reset(GrRefCachedBitmapTexture(context, fBmp[2],
texturedomaineffect.cpp 89 SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fBmp,
  /external/skia/include/gpu/
SkGr.h 70 GrTexture* GrRefCachedBitmapTexture(GrContext*, const SkBitmap&, const GrTextureParams&);
  /external/skia/src/core/
SkLightingShader.cpp 390 SkAutoTUnref<GrTexture> diffuseTexture(GrRefCachedBitmapTexture(context,
398 SkAutoTUnref<GrTexture> normalTexture(GrRefCachedBitmapTexture(context,
SkBitmapProcShader.cpp 331 SkAutoTUnref<GrTexture> texture(GrRefCachedBitmapTexture(context, fRawBitmap, params));
SkImageFilter.cpp 500 GrRefCachedBitmapTexture(context, *result, GrTextureParams::ClampNoFilter()));
  /external/skia/src/image/
SkImage_Raster.cpp 176 return GrRefCachedBitmapTexture(ctx, fBitmap, params);
  /external/skia/experimental/SkPerlinNoiseShader2/
SkPerlinNoiseShader2.cpp     [all...]
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp     [all...]
SkTableColorFilter.cpp 475 texture.reset(GrRefCachedBitmapTexture(context, bitmap, GrTextureParams::ClampNoFilter()));
  /external/skia/tests/
ReadPixelsTest.cpp 588 SkAutoTUnref<GrTexture> fullTx(GrRefCachedBitmapTexture(context, bitmap,
597 SkAutoTUnref<GrTexture> subsetTx(GrRefCachedBitmapTexture(context, tmp_subset,
  /external/skia/src/gpu/
SkGr.cpp 288 GrTexture* GrRefCachedBitmapTexture(GrContext* ctx, const SkBitmap& bitmap,
SkGpuDevice.cpp 101 fTexture.reset(GrRefCachedBitmapTexture(context, bitmap, params));
    [all...]
  /external/skia/src/effects/gradients/
SkGradientShader.cpp     [all...]

Completed in 676 milliseconds