Home
last modified time | relevance | path

Searched refs:insertSemaphore (Results 1 – 23 of 23) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockGpu.h42 void insertSemaphore(GrSemaphore* semaphore) override {} in insertSemaphore() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h44 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h79 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override;
DGrDawnGpu.cpp464 void GrDawnGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore) { in insertSemaphore() function in GrDawnGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h87 void insertSemaphore(GrSemaphore* semaphore) override;
DGrDawnGpu.cpp832 void GrDawnGpu::insertSemaphore(GrSemaphore* semaphore) { in insertSemaphore() function in GrDawnGpu
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h104 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override {} in insertSemaphore() function
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h106 void insertSemaphore(GrSemaphore* semaphore) override;
DGrMtlGpu.mm1576 void GrMtlGpu::insertSemaphore(GrSemaphore* semaphore) { function
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h110 void insertSemaphore(GrSemaphore* semaphore) override;
DGrD3DGpu.cpp1714 void GrD3DGpu::insertSemaphore(GrSemaphore* semaphore) { in insertSemaphore() function in GrD3DGpu
/third_party/skia/src/gpu/
DGrGpu.cpp649 this->insertSemaphore(semaphores[i].get()); in executeFlushInfo()
654 this->insertSemaphore(semaphores[i].get()); in executeFlushInfo()
DGrGpu.h391 virtual void insertSemaphore(GrSemaphore* semaphore) = 0;
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h157 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override;
DGrVkGpu.cpp2581 void GrVkGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore) { in insertSemaphore() function in GrVkGpu
/third_party/flutter/skia/src/gpu/
DGrGpu.h342 virtual void insertSemaphore(sk_sp<GrSemaphore> semaphore) = 0;
DGrGpu.cpp596 this->insertSemaphore(semaphore); in finishFlush()
/third_party/skia/src/gpu/vk/
DGrVkGpu.h161 void insertSemaphore(GrSemaphore* semaphore) override;
DGrVkGpu.cpp2599 void GrVkGpu::insertSemaphore(GrSemaphore* semaphore) { in insertSemaphore() function in GrVkGpu
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h168 void insertSemaphore(sk_sp<GrSemaphore> semaphore) override;
DGrGLGpu.cpp4194 void GrGLGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore) { in insertSemaphore() function in GrGLGpu
4229 this->insertSemaphore(semaphore); in prepareTextureForCrossContextUsage()
/third_party/skia/src/gpu/gl/
DGrGLGpu.h190 void insertSemaphore(GrSemaphore* semaphore) override;
DGrGLGpu.cpp4055 void GrGLGpu::insertSemaphore(GrSemaphore* semaphore) { in insertSemaphore() function in GrGLGpu
4110 this->insertSemaphore(semaphore.get()); in prepareTextureForCrossContextUsage()