Searched refs:dstTexture (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp179 GrTexture* dstTexture; local
185 dstTexture = temp1.get();
194 if (NULL == dstTexture || NULL == tempTexture) {
222 context->drawNonAARectToRect(dstTexture->asRenderTarget(), clip, paint, SkMatrix::I(),
225 srcTexture = dstTexture;
226 SkTSwap(dstTexture, tempTexture);
238 convolve_gaussian_2d(context, dstTexture->asRenderTarget(), clip, srcRect, dstRect,
240 srcTexture = dstTexture;
242 SkTSwap(dstTexture, tempTexture);
254 convolve_gaussian(context, dstTexture
[all...]

Completed in 49 milliseconds