Searched defs:GrRenderTargetProxy (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/private/
H A DGrRenderTargetProxy.h20 class GrRenderTargetProxy : virtual public GrSurfaceProxy { class in inherits:GrSurfaceProxy
22 GrRenderTargetProxy* asRenderTargetProxy() override { return this; }
23 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; }
67 GrRenderTargetProxy(const GrCaps&, const GrSurfaceDesc&,
80 GrRenderTargetProxy(LazyInstantiateCallback&&, LazyInstantiationType lazyType,
85 GrRenderTargetProxy(sk_sp<GrSurface>, GrSurfaceOrigin);
/external/skqp/include/private/
H A DGrRenderTargetProxy.h20 class GrRenderTargetProxy : virtual public GrSurfaceProxy { class in inherits:GrSurfaceProxy
22 GrRenderTargetProxy* asRenderTargetProxy() override { return this; }
23 const GrRenderTargetProxy* asRenderTargetProxy() const override { return this; }
67 GrRenderTargetProxy(const GrCaps&, const GrSurfaceDesc&,
80 GrRenderTargetProxy(LazyInstantiateCallback&&, const GrSurfaceDesc&, SkBackingFit, SkBudgeted,
84 GrRenderTargetProxy(sk_sp<GrSurface>, GrSurfaceOrigin);
/external/skqp/src/gpu/
H A DGrRenderTargetProxy.cpp8 #include "GrRenderTargetProxy.h"
21 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, const GrSurfaceDesc& desc, function in class:GrRenderTargetProxy
38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, function in class:GrRenderTargetProxy
50 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, GrSurfaceOrigin origin) function in class:GrRenderTargetProxy
57 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
63 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) {
82 sk_sp<GrSurface> GrRenderTargetProxy
[all...]
/external/skia/src/gpu/
H A DGrRenderTargetProxy.cpp8 #include "GrRenderTargetProxy.h"
21 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, const GrSurfaceDesc& desc, function in class:GrRenderTargetProxy
38 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, function in class:GrRenderTargetProxy
52 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, GrSurfaceOrigin origin) function in class:GrRenderTargetProxy
59 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const {
65 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) {
83 sk_sp<GrSurface> GrRenderTargetProxy
[all...]

Completed in 204 milliseconds