Home
last modified time | relevance | path

Searched refs:SetSwapInterval (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dwgl_state.h45 void SetSwapInterval(uint32_t interval);
H A Degl_state.h46 void SetSwapInterval(uint32_t interval);
H A Dwgl_state.cpp525 SetSwapInterval(1); // default to vsync enabled. in GlInitialize()
530 void WGLState::SetSwapInterval(uint32_t aInterval) in SetSwapInterval() function in WGLHelpers::WGLState
575 SetSwapInterval(plat.vsync ? 1u : 0u); in SetContext()
H A Degl_state.cpp819 SetSwapInterval(1); // default to vsync enabled. in GlInitialize()
849 SetSwapInterval(plat.vsync ? 1u : 0u); in SetContext()
939 void EGLState::SetSwapInterval(uint32_t interval) in SetSwapInterval() function in EGLHelpers::EGLState