Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dswapchain.h40 virtual uint64_t GetSurfaceHandle() const = 0;
H A Ddevice.cpp569 to_hex(swapchainData.swapchain->GetSurfaceHandle()) + '_'; in CreateSwapchainImpl()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.h65 uint64_t GetSurfaceHandle() const override;
H A Dswapchain_gles.cpp364 uint64_t SwapchainGLES::GetSurfaceHandle() const in GetSurfaceHandle() function in SwapchainGLES
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/
H A Dswapchain_vk.h58 uint64_t GetSurfaceHandle() const override;
H A Dswapchain_vk.cpp450 uint64_t SwapchainVk::GetSurfaceHandle() const in GetSurfaceHandle() function in SwapchainVk