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

/external/skia/src/effects/
H A DSkGpuBlurUtils.cpp226 SkAutoTUnref<GrDrawContext> srcDrawContext; local
262 srcDrawContext.swap(dstDrawContext);
285 srcDrawContext.swap(dstDrawContext);
297 if (!srcDrawContext) {
298 srcDrawContext.reset(context->drawContext(srcTexture->asRenderTarget()));
299 if (!srcDrawContext) {
308 srcDrawContext->clear(&clearRect, 0x0, false);
319 srcDrawContext.swap(dstDrawContext);
330 if (!srcDrawContext) {
331 srcDrawContext
[all...]

Completed in 141 milliseconds