HomeSort by relevance Sort by last modified time
    Searched defs:getDeviceContext (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/platform/win32/
tcuWin32Window.hpp 47 HDC getDeviceContext (void) const { return GetDC(m_window); }
tcuWGL.hpp 197 HDC getDeviceContext (void) const { return m_deviceCtx; }
tcuWin32EGLNativeDisplayFactory.cpp 64 HDC getDeviceContext (void) { return m_deviceContext; }
138 const HDC deviceCtx = nativeDisplay->getDeviceContext();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Renderer11.h 222 ID3D11DeviceContext *getDeviceContext() { return mDeviceContext; };

Completed in 261 milliseconds