Home
last modified time | relevance | path

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

/external/deqp/framework/platform/raspi/
DtcuRaspiPlatform.cpp79 DISPMANX_ELEMENT_HANDLE_T m_dispmanElement; member in tcu::rpi::Window
120 , m_dispmanElement (0) in Window()
145m_dispmanElement = vc_dispmanx_element_add(dispmanUpdate, m_dispmanDisplay, 0/*layer*/, &dstRect, … in Window()
146 TCU_CHECK(m_dispmanElement); in Window()
150 m_nativeWindow.element = m_dispmanElement; in Window()
161 vc_dispmanx_element_remove(dispmanUpdate, m_dispmanElement); in ~Window()