Lines Matching refs:GrRenderTargetProxy
27 GrRenderTargetProxy::GrRenderTargetProxy(const GrCaps& caps, in GrRenderTargetProxy() function in GrRenderTargetProxy
41 GrRenderTargetProxy::GrRenderTargetProxy(LazyInstantiateCallback&& callback, in GrRenderTargetProxy() function in GrRenderTargetProxy
57 GrRenderTargetProxy::GrRenderTargetProxy(sk_sp<GrSurface> surf, in GrRenderTargetProxy() function in GrRenderTargetProxy
74 int GrRenderTargetProxy::maxWindowRectangles(const GrCaps& caps) const { in maxWindowRectangles()
78 bool GrRenderTargetProxy::instantiate(GrResourceProvider* resourceProvider) { in instantiate()
92 bool GrRenderTargetProxy::canUseStencil(const GrCaps& caps) const { in canUseStencil()
119 sk_sp<GrSurface> GrRenderTargetProxy::createSurface(GrResourceProvider* resourceProvider) const { in createSurface()
130 size_t GrRenderTargetProxy::onUninstantiatedGpuMemorySize() const { in onUninstantiatedGpuMemorySize()
142 bool GrRenderTargetProxy::refsWrappedObjects() const { in refsWrappedObjects()
151 GrSurfaceProxy::LazySurfaceDesc GrRenderTargetProxy::callbackDesc() const { in callbackDesc()
168 void GrRenderTargetProxy::onValidateSurface(const GrSurface* surface) { in onValidateSurface()