Home | History | Annotate | Download | only in gpu

Lines Matching full:sk_sp

70 GrSurfaceProxy::GrSurfaceProxy(sk_sp<GrSurface> surface, GrSurfaceOrigin origin, SkBackingFit fit)
113 sk_sp<GrSurface> GrSurfaceProxy::createSurfaceImpl(
131 sk_sp<GrSurface> surface;
150 void GrSurfaceProxy::assign(sk_sp<GrSurface> surface) {
174 sk_sp<GrSurface> surface = this->createSurfaceImpl(resourceProvider, sampleCnt, needsStencil,
264 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context,
280 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
296 sk_sp<GrTextureProxy> GrSurfaceProxy::Copy(GrContext* context, GrSurfaceProxy* src,
302 sk_sp<GrSurfaceContext> GrSurfaceProxy::TestCopy(GrContext* context, const GrSurfaceDesc& dstDesc,
305 sk_sp<GrSurfaceContext> dstContext(context->contextPriv().makeDeferredSurfaceContext(
363 sk_sp<GrTexture> texture = fProxy->fLazyInstantiateCallback(resourceProvider, outOrigin);