Searched refs:SemaphoreImpl (Results 1 – 20 of 20) sorted by relevance
23 class SemaphoreImpl; variable38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation()52 std::unique_ptr<rx::SemaphoreImpl> mImplementation;
26 class SemaphoreImpl : angle::NonCopyable29 virtual ~SemaphoreImpl() {} in ~SemaphoreImpl()
48 class SemaphoreImpl; variable99 virtual SemaphoreImpl *createSemaphore() = 0;
75 SemaphoreImpl *createSemaphore() override { return nullptr; } in createSemaphore()101 MOCK_METHOD0(createSemaphore, SemaphoreImpl *());
71 public fun Semaphore(permits: Int, acquiredPermits: Int = 0): Semaphore = SemaphoreImpl(permits, ac… in Semaphore()93 private class SemaphoreImpl(private val permits: Int, acquiredPermits: Int) : Semaphore { class
16 class SemaphoreGL : public SemaphoreImpl
90 SemaphoreImpl *createSemaphore() override;
193 SemaphoreImpl *ContextGL::createSemaphore() in createSemaphore()
18 class SemaphoreVk : public SemaphoreImpl
308 SemaphoreImpl *createSemaphore() override;
4130 SemaphoreImpl *ContextVk::createSemaphore() in createSemaphore()
232 SemaphoreImpl *createSemaphore() override;
463 SemaphoreImpl *ContextNULL::createSemaphore() in createSemaphore()
68 SemaphoreImpl *createSemaphore() override;
141 SemaphoreImpl *Context9::createSemaphore() in createSemaphore()
69 SemaphoreImpl *createSemaphore() override;
240 SemaphoreImpl *Context11::createSemaphore() in createSemaphore()
242 SemaphoreImpl *createSemaphore() override;
1208 SemaphoreImpl *ContextMtl::createSemaphore()
308 "src/libANGLE/renderer/SemaphoreImpl.h",