Home | History | Annotate | Download | only in EGL

Lines Matching refs:GetDC

53      HDC  getDC(int configId){return getTLS()->m_map[configId].dc;}
104 HDC getDC(){ return m_hdc;};
127 m_hdc = GetDC(wnd);
214 HDC hdc = GetDC(hwnd);
231 dpy = GetDC(hwnd);
234 dpy = display->getDC(cfgId);
240 HDC dpy = GetDC(hwnd);
451 HDC dc = GetDC(win);
507 if(!s_wglExtProcs->wglReleasePbufferDCARB(pb->getPbuffer(),pb->getDC()) || !s_wglExtProcs->wglDestroyPbufferARB(pb->getPbuffer())){
549 HDC hdcRead = read ? read->native()->getDC(): NULL;
550 HDC hdcDraw = draw ? draw->native()->getDC(): NULL;
566 if(srfc && !SwapBuffers(srfc->getDC())) {