Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/raspi/
H A DtcuRaspiPlatform.cpp78 DISPMANX_DISPLAY_HANDLE_T m_dispmanDisplay; member in tcu::rpi::Window
119 , m_dispmanDisplay (0) in Window()
139 m_dispmanDisplay = vc_dispmanx_display_open(0); in Window()
140 TCU_CHECK(m_dispmanDisplay); 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()
165 vc_dispmanx_display_close(m_dispmanDisplay); in ~Window()

Completed in 2 milliseconds