Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglOsApi_wgl.cpp601 class WinContext : public EglOS::Context { class
603 explicit WinContext(const WglExtensionsDispatch* dispatch, HGLRC ctx) : in WinContext() function in __anonb70991b00111::WinContext
606 virtual ~WinContext() { in ~WinContext()
618 return static_cast<const WinContext*>(c)->context(); in from()
1042 dpy, WinContext::from(sharedContext), in createContext()
1047 if (!mDispatch->wglShareLists(WinContext::from(sharedContext), ctx)) { in createContext()
1054 return std::make_shared<WinContext>(mDispatch, ctx); in createContext()
1138 HGLRC hdcContext = context ? WinContext::from(context) : 0; in makeCurrent()