Searched refs:callbackDesc (Results 1 – 9 of 9) sorted by relevance
34 LazySurfaceDesc callbackDesc() const override { SkUNREACHABLE; } in callbackDesc() function
70 LazySurfaceDesc callbackDesc() const override;
168 LazySurfaceDesc callbackDesc() const override;
191 LazySurfaceDesc callbackDesc() const override;
151 GrSurfaceProxy::LazySurfaceDesc GrRenderTargetProxy::callbackDesc() const { in callbackDesc() function in GrRenderTargetProxy
152 GrSurfaceProxy::LazySurfaceDesc GrTextureRenderTargetProxy::callbackDesc() const { in callbackDesc() function in GrTextureRenderTargetProxy
189 GrSurfaceProxy::LazySurfaceDesc GrTextureProxy::callbackDesc() const { in callbackDesc() function in GrTextureProxy
453 virtual LazySurfaceDesc callbackDesc() const = 0;
426 auto result = fProxy->fLazyInstantiateCallback(resourceProvider, fProxy->callbackDesc()); in doLazyInstantiation()