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

  /external/skia/src/gpu/
GrTextureProxy.cpp 95 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) {
98 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy);
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) {
  /external/skqp/src/gpu/
GrTextureProxy.cpp 97 void GrTextureProxyPriv::scheduleUpload(GrOpFlushState* flushState) {
102 fTextureProxy->fDeferredUploader->scheduleUpload(flushState, fTextureProxy);
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) {

Completed in 46 milliseconds