Searched defs:swapchain (Results 1 - 7 of 7) sorted by relevance
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
H A D | device.h | 182 BASE_NS::unique_ptr<Swapchain> swapchain; member
|
H A D | device.cpp | 475 void CreateDepthBuffer(const DeviceBackendType backendType, const Swapchain& swapchain, in CreateDepthBuffer() argument [all...] |
/foundation/graphic/graphic_3d/3d_scene_adapter/src/ |
H A D | scene_adapter.cpp | 455 void SceneAdapter::AttachSwapchain(META_NS::IObject::Ptr cameraObj, RENDER_NS::RenderHandleReference swapchain) in AttachSwapchain() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 1027 void DeviceGLES::Activate(RenderHandle swapchain) in Activate() argument 1037 void DeviceGLES::SwapBuffers(const SwapchainGLES& swapchain) in SwapBuffers() argument [all...] |
H A D | egl_state.cpp | 834 void EGLState::SetContext(const SwapchainGLES* swapchain) in SetContext() argument 1083 void EGLState::SwapBuffers(const SwapchainGLES& swapchain) in SwapBuffers() argument
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | device_vk.cpp | 1241 vector<unique_ptr<GpuImage>> DeviceVk::CreateGpuImageViews(const Swapchain& swapchain) in CreateGpuImageViews() argument
|
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/swapchain_layer/ |
H A D | swapchain_layer.cpp | 820 CreateImages(uint32_t &numImages, Swapchain* swapchain, const VkSwapchainCreateInfoKHR* createInfo, VkImageCreateInfo &imageCreate, VkDevice device) CreateImages() argument 877 Swapchain* swapchain = SwapchainFromHandle(swapchainHandle); DestroySwapchainInternal() local 927 Swapchain* swapchain = new (mem) Swapchain(surface, numImages, createInfo->presentMode, transformType); CreateSwapchainKHR() local 964 const Swapchain &swapchain = *SwapchainFromHandle(vkSwapchain); GetSwapchainImagesKHR() local 987 Swapchain &swapchain = *SwapchainFromHandle(swapchainHandle); AcquireNextImageKHR() local 1144 FlushBuffer(const VkPresentRegionKHR* region, struct Region::Rect* rects, Swapchain &swapchain, Swapchain::Image &img, int32_t fence) FlushBuffer() argument 1221 Swapchain &swapchain = *(reinterpret_cast<Swapchain*>(presentInfo->pSwapchains[i])); QueuePresentKHR() local [all...] |
Completed in 10 milliseconds