Home
last modified time | relevance | path

Searched refs:swapChain (Results 1 - 3 of 3) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h49 void SetContext(const SwapchainGLES* swapChain);
57 void SwapBuffers(const SwapchainGLES& swapChain);
H A Dwgl_state.cpp382 void WGLState::SwapBuffers(const SwapchainGLES& swapChain) in SwapBuffers() argument
384 auto& plat = swapChain.GetPlatformData(); in SwapBuffers()
550 void WGLState::SetContext(const SwapchainGLES* swapChain) in SetContext() argument
552 if (swapChain == nullptr) { in SetContext()
555 const auto& plat = swapChain->GetPlatformData(); in SetContext()
557 const uint64_t swapLoc = reinterpret_cast<uint64_t>(swapChain); in SetContext()
/foundation/graphic/graphic_2d/frameworks/vulkan_layers/test/unittest/
H A Dvulkan_loader_unit_test.cpp860 VkSwapchainKHR swapChain = VK_NULL_HANDLE; in HWTEST_F() local
861 result = fpCreateSwapchainKHR(device_, &swapchainCI, nullptr, &swapChain); in HWTEST_F()
863 EXPECT_NE(swapChain, VK_NULL_HANDLE); in HWTEST_F()
864 fpDestroySwapchainKHR(device_, swapChain, nullptr); in HWTEST_F()
888 VkSwapchainKHR swapChain = VK_NULL_HANDLE; in HWTEST_F() local
889 VkResult result = fpCreateSwapchainKHR(device_, &swapchainCI, nullptr, &swapChain); in HWTEST_F()
891 EXPECT_NE(swapChain, VK_NULL_HANDLE); in HWTEST_F()
892 fpDestroySwapchainKHR(device_, swapChain, nullptr); in HWTEST_F()

Completed in 4 milliseconds