Home
last modified time | relevance | path

Searched refs:platformSwapchain (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h135 …or<BASE_NS::unique_ptr<GpuImage>> CreateGpuImageViews(const Swapchain& platformSwapchain) override;
H A Ddevice_gles.cpp2069 vector<unique_ptr<GpuImage>> DeviceGLES::CreateGpuImageViews(const Swapchain& platformSwapchain) in CreateGpuImageViews() argument
2072 const SwapchainGLES& swapchain = (const SwapchainGLES&)platformSwapchain; in CreateGpuImageViews()