Home | History | Annotate | Download | only in gpu

Lines Matching full:sk_sp

71 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, GrSurfaceOrigin origin, SkBackingFit fit)
114 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl(
131 sk_sp<GrSurface> surface;
172 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) {
195 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil,
292 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context,
313 sk_sp<SkColorSpace> colorSpace;
317 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
330 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src,
336 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
339 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
386 sk_sp<GrSurface> surface = fProxy->fLazyInstantiateCallback(resourceProvider);