Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrOpFlushState.cpp74 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload) { in doUpload() function in GrOpFlushState
/external/skia/src/gpu/
DGrOpFlushState.cpp100 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload, in doUpload() function in GrOpFlushState
/external/skia/infra/bots/gen_tasks_logic/
Dgen_tasks_logic.go1399 func (b *jobBuilder) doUpload() bool { func
/external/skqp/infra/bots/
Dgen_tasks.go1067 func doUpload(name string) bool { func
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java466 private void doUpload(TransferKind uploadKind, WriteKind writeKind) throws Exception { in doUpload() method in URLConnectionTest