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;
190 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
188 GrSurfaceProxy::LazySurfaceDesc GrTextureProxy::callbackDesc() const { in callbackDesc() function in GrTextureProxy
450 virtual LazySurfaceDesc callbackDesc() const = 0;
420 auto result = fProxy->fLazyInstantiateCallback(resourceProvider, fProxy->callbackDesc()); in doLazyInstantiation()