Home
last modified time | relevance | path

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

/external/deqp/framework/platform/raspi/
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, … in Window()
165 vc_dispmanx_display_close(m_dispmanDisplay); in ~Window()