Searched refs:GpuSemaphore (Results 1 – 10 of 10) sorted by relevance
26 class GpuSemaphore { in RENDER_BEGIN_NAMESPACE()28 GpuSemaphore() = default; in RENDER_BEGIN_NAMESPACE()29 virtual ~GpuSemaphore() = default; in RENDER_BEGIN_NAMESPACE()31 GpuSemaphore(const GpuSemaphore&) = delete; in RENDER_BEGIN_NAMESPACE()32 GpuSemaphore& operator=(const GpuSemaphore&) = delete; in RENDER_BEGIN_NAMESPACE()
58 class GpuSemaphore; variable237 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() = 0;238 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) = 0;
41 BASE_NS::array_view<BASE_NS::unique_ptr<GpuSemaphore>> GetGpuSemaphores();93 BASE_NS::vector<BASE_NS::unique_ptr<GpuSemaphore>> gpuSemaphores;107 BASE_NS::unique_ptr<GpuSemaphore> gpuSemaphore;
415 array_view<unique_ptr<GpuSemaphore>> RenderFrameUtil::GetGpuSemaphores() in GetGpuSemaphores()
41 class GpuSemaphore; variable175 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;176 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
33 class GpuSemaphoreVk final : public GpuSemaphore {
1338 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphore() in CreateGpuSemaphore()1343 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphoreView(const uint64_t handle) in CreateGpuSemaphoreView()
33 class GpuSemaphoreGles final : public GpuSemaphore {
49 class GpuSemaphore; variable166 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;167 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
2163 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphore() in CreateGpuSemaphore()2168 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphoreView(const uint64_t handle) in CreateGpuSemaphoreView()