Home | History | Annotate | Download | only in gpu

Lines Matching full:sk_sp

44     static sk_sp<SkGpuDevice> Make(GrContext*, sk_sp<GrRenderTargetContext> renderTargetContext,
55 static sk_sp<SkGpuDevice> Make(GrContext*, SkBudgeted, const SkImageInfo&,
117 sk_sp<SkSpecialImage> makeSpecial(const SkBitmap&) override;
118 sk_sp<SkSpecialImage> makeSpecial(const SkImage*) override;
119 sk_sp<SkSpecialImage> snapSpecial() override;
135 sk_sp<GrContext> fContext;
136 sk_sp<GrRenderTargetContext> fRenderTargetContext;
149 SkGpuDevice(GrContext*, sk_sp<GrRenderTargetContext>, int width, int height, unsigned flags);
153 sk_sp<SkSurface> makeSurface(const SkImageInfo&, const SkSurfaceProps&) override;
182 sk_sp<SkSpecialImage> filterTexture(SkSpecialImage*,
210 void drawPinnedTextureProxy(sk_sp<GrTextureProxy>,
252 static sk_sp<GrRenderTargetContext> MakeRenderTargetContext(GrContext*,