Searched defs:getDeviceContext (Results 1 – 5 of 5) sorted by relevance
| /external/deqp/framework/platform/win32/ | ||
| D | tcuWin32Window.hpp | 50 HDC getDeviceContext (void) const { return GetDC(m_window); } in getDeviceContext() function in tcu::win32::Window |
| D | tcuWGL.hpp | 215 HDC getDeviceContext (void) const { return m_deviceCtx; } in getDeviceContext() function in tcu::wgl::Context |
| D | tcuWin32EGLNativeDisplayFactory.cpp | 76 HDC getDeviceContext (void) { return m_deviceContext; } in getDeviceContext() function in tcu::win32::__anon8cbf49e10111::NativeDisplay |
| /external/angle/src/tests/deqp_support/ | ||
| D | tcuANGLENativeDisplayFactory.cpp | 106 EGLNativeDisplayType getDeviceContext() const { return mDeviceContext; } in getDeviceContext() function in tcu::__anonb65af0d50111::ANGLENativeDisplay |
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ | ||
| D | Renderer11.h | 298 ID3D11DeviceContext *getDeviceContext() { return mDeviceContext; } in getDeviceContext() function |