Lines Matching refs:dstProxy
511 GrSurfaceProxy* dstProxy = dst->asSurfaceProxy();
512 GrSurface* dstSurface = dstProxy->peekSurface();
531 (dstProxy->config() == kRGBA_8888_GrPixelConfig ||
532 dstProxy->config() == kBGRA_8888_GrPixelConfig) &&
557 desc.fConfig = dstProxy->config();
558 format = dstProxy->backendFormat().makeTexture2D();
607 if (!valid_pixel_conversion(srcColorType, dstProxy->config(), premul)) {
612 dstProxy->config(), srcColorType);
648 if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin) {
657 } else if (dstProxy->origin() == kBottomLeft_GrSurfaceOrigin) {