Home
last modified time | relevance | path

Searched refs:doUpload (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go1433 // doUpload indicates whether the given Job should upload its results.
1434 func (b *jobBuilder) doUpload() bool {
1501 if b.doUpload() {
1508 if b.doUpload() {
1521 if b.doUpload() {
1529 if b.doUpload() && !b.matchOs("Win") {
1581 if b.doUpload() && !directUpload {
1788 doUpload := b.release() && b.doUpload()
1812 b.nanobenchFlags(doUpload)
[all...]
H A Ddm_flags.go1182 b.recipeProp("do_upload", fmt.Sprintf("%t", b.doUpload()))
/third_party/skia/src/gpu/
H A DGrOpFlushState.cpp82 this->doUpload(upload); in preExecuteDraws()
102 void GrOpFlushState::doUpload(GrDeferredTextureUploadFn& upload, in doUpload() function in GrOpFlushState
H A DGrOpFlushState.h45 void doUpload(GrDeferredTextureUploadFn&, bool shouldPrepareSurfaceForSampling = false);
/third_party/skia/src/gpu/gl/
H A DGrGLOpsRenderPass.h30 state->doUpload(upload);
/third_party/skia/src/gpu/dawn/
H A DGrDawnOpsRenderPass.cpp117 state->doUpload(upload); in inlineUpload()
/third_party/skia/src/gpu/d3d/
H A DGrD3DOpsRenderPass.cpp350 state->doUpload(upload, true); in inlineUpload()
/third_party/skia/src/gpu/vk/
H A DGrVkOpsRenderPass.cpp608 state->doUpload(upload, true); in inlineUpload()

Completed in 11 milliseconds