Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrOpFlushState.cpp103 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload, in doUpload() function in GrOpFlushState
/external/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1586 func (b *jobBuilder) doUpload() bool { func
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java481 private void doUpload(TransferKind uploadKind, WriteKind writeKind) throws Exception { in doUpload() method in URLConnectionTest