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

  /external/skia/tests/
GrTextureMipMapInvalidationTest.cpp 38 GrWrapTextureInBitmap(tex, 256, 256, false, &bitmap);
ReadPixelsTest.cpp 591 GrWrapTextureInBitmap(fullTx, bitmap.width(), bitmap.height(), true, &tx_full);
599 GrWrapTextureInBitmap(subsetTx, tmp_subset.width(), tmp_subset.height(), true, &bm_subset);
BitmapCopyTest.cpp 677 GrWrapTextureInBitmap(texture, 2, 2, false, &srcBmp);
  /external/skia/include/gpu/
SkGr.h 89 SK_API void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque,
  /external/skia/gm/
drawbitmaprect.cpp 89 GrWrapTextureInBitmap(image->getTexture(),
bleed.cpp 246 GrWrapTextureInBitmap(texture, width, height, true, &result->fBitmap);
  /external/skia/src/gpu/
GrRecordReplaceDraw.cpp 28 GrWrapTextureInBitmap(layer->texture(),
GrLayerHoister.cpp 308 GrWrapTextureInBitmap(layer->texture(), layer->texture()->width(), layer->texture()->height(),
SkGr.cpp 597 void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst) {
SkGpuDevice.cpp     [all...]
  /external/skia/src/core/
SkSpecialImage.cpp 266 GrWrapTextureInBitmap(fTexture,
SkImageFilter.cpp 360 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result);
SkCanvas.cpp     [all...]
  /external/skia/src/effects/
SkBlurImageFilter.cpp 242 GrWrapTextureInBitmap(tex, dstBounds.width(), dstBounds.height(), false, result);
SkXfermodeImageFilter.cpp 245 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result);
SkDisplacementMapEffect.cpp 465 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result);
SkMorphologyImageFilter.cpp 597 GrWrapTextureInBitmap(srcTexture, rect.width(), rect.height(), false, dst);
SkLightingImageFilter.cpp 471 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result);
    [all...]

Completed in 852 milliseconds