Home
last modified time | relevance | path

Searched refs:CreateGpuSemaphore (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Ddevice.h237 virtual BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Ddevice_vk.h175 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
H A Ddevice_vk.cpp1338 unique_ptr<GpuSemaphore> DeviceVk::CreateGpuSemaphore() in CreateGpuSemaphore() function in DeviceVk
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp225 thisFrameSignalData_.gpuSemaphores.push_back(device.CreateGpuSemaphore()); in ProcessFrameSignalData()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h166 BASE_NS::unique_ptr<GpuSemaphore> CreateGpuSemaphore() override;
H A Ddevice_gles.cpp2163 unique_ptr<GpuSemaphore> DeviceGLES::CreateGpuSemaphore() in CreateGpuSemaphore() function in DeviceGLES