Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp122 DISPMANX_UPDATE_HANDLE_T dispmanUpdate = 0; in Window() local
142 dispmanUpdate = vc_dispmanx_update_start(0); in Window()
143 TCU_CHECK(dispmanUpdate); in Window()
145 m_dispmanElement = vc_dispmanx_element_add(dispmanUpdate, m_dispmanDisplay, 0/*layer*/, &dstRect, 0/*src*/, &srcRect, DISPMANX_PROTECTION_NONE, 0/*alpha*/, 0/*clamp*/, DISPMANX_NO_ROTATE); in Window()
148 vc_dispmanx_update_submit_sync(dispmanUpdate); in Window()
157 DISPMANX_UPDATE_HANDLE_T dispmanUpdate = 0; in ~Window() local
158 dispmanUpdate = vc_dispmanx_update_start(0); in ~Window()
159 if (dispmanUpdate) in ~Window()
161 vc_dispmanx_element_remove(dispmanUpdate, m_dispmanElement); in ~Window()
162 vc_dispmanx_update_submit_sync(dispmanUpdate); in ~Window()
[all...]

Completed in 1 milliseconds