Home
last modified time | relevance | path

Searched defs:getDeviceContext (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWin32Window.hpp51 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window
DtcuWGL.hpp215 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext() function in tcu::wgl::Context
DtcuWin32EGLNativeDisplayFactory.cpp76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext() function in tcu::win32::__anonfe1e74ff0111::NativeDisplay
/external/angle/src/tests/deqp_support/
DtcuANGLENativeDisplayFactory.cpp113 EGLNativeDisplayType getDeviceContext() const { return mDeviceContext; } in getDeviceContext() function in tcu::__anond9553cf30111::ANGLENativeDisplay
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h307 ID3D11DeviceContext *getDeviceContext() { return mDeviceContext.Get(); } in getDeviceContext() function