Home
last modified time | relevance | path

Searched defs:doUpload (Results 1 – 5 of 5) sorted by relevance

/external/skqp/src/gpu/
DGrOpFlushState.cpp80 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload) { in doUpload() function in GrOpFlushState
/external/skia/src/gpu/
DGrOpFlushState.cpp81 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload) { in doUpload() function in GrOpFlushState
/external/skia/infra/bots/
Dgen_tasks.go874 func doUpload(name string) bool { func
/external/skqp/infra/bots/
Dgen_tasks.go878 func doUpload(name string) bool { func
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java461 private void doUpload(TransferKind uploadKind, WriteKind writeKind) throws Exception { in doUpload() method in URLConnectionTest