Searched refs:wglReleasePbufferDCARB (Results 1 - 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
H A DEglWindowsApi.cpp84 PFNWGLRELEASEPBUFFERDCARBPROC wglReleasePbufferDCARB; member in struct:WglExtProcs
296 s_wglExtProcs->wglReleasePbufferDCARB = (PFNWGLRELEASEPBUFFERDCARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","wglReleasePbufferDCARB");
506 if(!s_wglExtProcs->wglReleasePbufferDCARB || !s_wglExtProcs->wglDestroyPbufferARB) return false;
507 if(!s_wglExtProcs->wglReleasePbufferDCARB(pb->getPbuffer(),pb->getDC()) || !s_wglExtProcs->wglDestroyPbufferARB(pb->getPbuffer())){
/sdk/emulator/opengl/host/libs/Translator/include/GL/
H A Dwglext.h503 extern int WINAPI wglReleasePbufferDCARB (HPBUFFERARB hPbuffer, HDC hDC);

Completed in 43 milliseconds