Home
last modified time | relevance | path

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

/external/deqp/framework/platform/win32/
DtcuWin32EGLNativeDisplayFactory.cpp73 virtual EGLNativeDisplayType getLegacyNative (void) { return m_deviceContext; } in getLegacyNative()
76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext()
79 HDC m_deviceContext; member in tcu::win32::__anonbac8d03a0111::NativeDisplay
141 , m_deviceContext ((HDC)EGL_DEFAULT_DISPLAY) in NativeDisplay()