Home
last modified time | relevance | path

Searched refs:scheduleUpload (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrTextureProxyPriv.h26 void scheduleUpload(GrOpFlushState*);
H A DGrTextureProxy.cpp157 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) { in scheduleUpload() function in GrTextureProxyPriv
160 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy); in scheduleUpload()
H A DGrDeferredProxyUploader.h33 * scheduleUpload on those proxies, which calls scheduleUpload on the uploader (below).
34 * 6) scheduleUpload defers the upload even further, by adding an ASAPUpload to the flush.
49 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) { in scheduleUpload() function in GrDeferredProxyUploader
H A DGrRenderTask.cpp98 fDeferredProxies[i]->texPriv().scheduleUpload(flushState); in prepare()

Completed in 2 milliseconds