Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp713 mDeviceContext = GetDC(mWindow); in ConfigDC()
715 dispatch->SetPixelFormat(mDeviceContext, in ConfigDC()
725 ReleaseDC(mWindow, mDeviceContext); in ~ConfigDC()
734 mDeviceContext(other.mDeviceContext) { in ConfigDC()
740 mDeviceContext = other.mDeviceContext; in operator =()
746 HDC dc() const { return mDeviceContext; } in dc()
750 HDC mDeviceContext = nullptr; member in __anon7bb9b2c40111::WinGlobals::ConfigDC