HomeSort by relevance Sort by last modified time
    Searched refs:scheduleUpload (Results 1 - 8 of 8) sorted by null

  /external/skia/src/gpu/
GrTextureProxyPriv.h 26 void scheduleUpload(GrOpFlushState*);
GrDeferredProxyUploader.h 34 * scheduleUpload on those proxies, which calls scheduleUpload on the uploader (below).
35 * 6) scheduleUpload defers the upload even further, by adding an ASAPUpload to the flush.
50 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) {
GrTextureProxy.cpp 95 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) {
98 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy);
GrOpList.cpp 81 fDeferredProxies[i]->texPriv().scheduleUpload(flushState);
  /external/skqp/src/gpu/
GrTextureProxyPriv.h 26 void scheduleUpload(GrOpFlushState*);
GrDeferredProxyUploader.h 34 * scheduleUpload on those proxies, which calls scheduleUpload on the uploader (below).
35 * 6) scheduleUpload defers the upload even further, by adding an ASAPUpload to the flush.
50 void scheduleUpload(GrOpFlushState* flushState, GrTextureProxy* proxy) {
GrTextureProxy.cpp 97 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) {
102 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy);
GrOpList.cpp 80 fDeferredProxies[i]->texPriv().scheduleUpload(flushState);

Completed in 269 milliseconds