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

/external/skia/src/gpu/ops/
H A DGrSemaphoreOp.cpp33 state->gpu()->insertSemaphore(fSemaphore, fForceFlush);
/external/skia/src/gpu/mock/
H A DGrMockGpu.h56 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override {}
/external/skia/src/gpu/mtl/
H A DGrMtlGpu.h58 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override {}
/external/skia/src/gpu/vk/
H A DGrVkGpu.h137 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override;
H A DGrVkGpu.cpp2021 void GrVkGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) { function in class:GrVkGpu
/external/skia/src/gpu/
H A DGrGpu.h383 virtual void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush = false) = 0;
/external/skia/src/gpu/gl/
H A DGrGLGpu.h172 void insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) override;
H A DGrGLGpu.cpp4359 void GrGLGpu::insertSemaphore(sk_sp<GrSemaphore> semaphore, bool flush) { function in class:GrGLGpu
4384 this->insertSemaphore(semaphore, true);

Completed in 177 milliseconds