Searched defs:getDeviceContext (Results 1 – 5 of 5) sorted by relevance
| /external/deqp/framework/platform/win32/ | ||
| D | tcuWin32Window.hpp | 51 	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::__anonfe1e74ff0111::NativeDisplay | 
| /external/angle/src/tests/deqp_support/ | ||
| D | tcuANGLENativeDisplayFactory.cpp | 113     EGLNativeDisplayType getDeviceContext() const { return mDeviceContext; }  in getDeviceContext()  function in tcu::__anond9553cf30111::ANGLENativeDisplay | 
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ | ||
| D | Renderer11.h | 307     ID3D11DeviceContext *getDeviceContext() { return mDeviceContext.Get(); }  in getDeviceContext()  function |