Home
last modified time | relevance | path

Searched refs:GetEglState (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp150 const auto& EGLState = device.GetEglState(); in ExtractInfo()
277 …device_.GetEglState().CreateSurface(swapchainCreateInfo.window.window, swapchainCreateInfo.window.… in SwapchainGLES()
333 device_.GetEglState().DestroySurface(plat_.surface); in ~SwapchainGLES()
H A Ddevice_gles.h175 const WGLHelpers::WGLState& GetEglState();
178 const EGLHelpers::EGLState& GetEglState();
H A Ddevice_gles.cpp1043 const WGLHelpers::WGLState& DeviceGLES::GetEglState() in GetEglState() function in DeviceGLES
1046 const EGLHelpers::EGLState& DeviceGLES::GetEglState() in GetEglState()