Home
last modified time | relevance | path

Searched refs:GpuSemaphore (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dgpu_semaphore.h26 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()
H A Ddevice.h58 class GpuSemaphore; variable
237 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() = 0;
238 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.h41 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;
H A Drender_frame_util.cpp415 array_view<unique_ptr<GpuSemaphore>> RenderFrameUtil::GetGpuSemaphores() in GetGpuSemaphores()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h41 class GpuSemaphore; variable
175 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
176 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
H A Dgpu_semaphore_vk.h33 class GpuSemaphoreVk final : public GpuSemaphore {
H A Ddevice_vk.cpp1338 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphore() in CreateGpuSemaphore()
1343 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphoreView(const uint64_t handle) in CreateGpuSemaphoreView()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_semaphore_gles.h33 class GpuSemaphoreGles final : public GpuSemaphore {
H A Ddevice_gles.h49 class GpuSemaphore; variable
166 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
167 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphoreView(const uint64_t handle) override;
H A Ddevice_gles.cpp2163 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphore() in CreateGpuSemaphore()
2168 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphoreView(const uint64_t handle) in CreateGpuSemaphoreView()