Home
last modified time | relevance | path

Searched refs:GrWrapTextureInBitmap (Results 1 – 18 of 18) sorted by relevance

/external/skia/tests/
DGrTextureMipMapInvalidationTest.cpp38 GrWrapTextureInBitmap(tex, 256, 256, false, &bitmap); in DEF_GPUTEST_FOR_NULL_CONTEXT()
DReadPixelsTest.cpp591 GrWrapTextureInBitmap(fullTx, bitmap.width(), bitmap.height(), true, &tx_full); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
599 GrWrapTextureInBitmap(subsetTx, tmp_subset.width(), tmp_subset.height(), true, &bm_subset); in DEF_GPUTEST_FOR_NATIVE_CONTEXT()
DBitmapCopyTest.cpp677 GrWrapTextureInBitmap(texture, 2, 2, false, &srcBmp); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/include/gpu/
DSkGr.h89 SK_API void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque,
/external/skia/src/gpu/
DGrRecordReplaceDraw.cpp28 GrWrapTextureInBitmap(layer->texture(), in draw_replacement_bitmap()
DGrLayerHoister.cpp308 GrWrapTextureInBitmap(layer->texture(), layer->texture()->width(), layer->texture()->height(), in FilterLayer()
DSkGr.cpp597 void GrWrapTextureInBitmap(GrTexture* src, int w, int h, bool isOpaque, SkBitmap* dst) { in GrWrapTextureInBitmap() function
DSkGpuDevice.cpp1193 GrWrapTextureInBitmap(texture, width, height, false, &bm); in filterTexture()
/external/skia/gm/
Ddrawbitmaprect.cpp89 GrWrapTextureInBitmap(image->getTexture(), in makebm()
Dbleed.cpp246 GrWrapTextureInBitmap(texture, width, height, true, &result->fBitmap); in make_oversized_texture_bitmap()
/external/skia/src/effects/
DSkXfermodeImageFilter.cpp245 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result); in filterImageGPUDeprecated()
DSkBlurImageFilter.cpp242 GrWrapTextureInBitmap(tex, dstBounds.width(), dstBounds.height(), false, result); in filterImageGPUDeprecated()
DSkDisplacementMapEffect.cpp465 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result); in filterImageGPUDeprecated()
DSkMorphologyImageFilter.cpp597 GrWrapTextureInBitmap(srcTexture, rect.width(), rect.height(), false, dst); in apply_morphology()
DSkLightingImageFilter.cpp471 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result); in filterImageGPUDeprecated()
/external/skia/src/core/
DSkSpecialImage.cpp266 GrWrapTextureInBitmap(fTexture, in onDraw()
DSkImageFilter.cpp360 GrWrapTextureInBitmap(dst, bounds.width(), bounds.height(), false, result); in filterImageGPUDeprecated()
DSkCanvas.cpp1154 GrWrapTextureInBitmap(tex, src->width(), src->height(), src->isOpaque(), &srcBM); in draw_filter_into_device()