Searched refs:wglMakeContextCurrentARB (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/windows/
H A Dwgl.h37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
H A Dwgl.c59 PRERESOLVE(PFNWGLMAKECONTEXTCURRENTARBPROC, "wglMakeContextCurrentARB");
79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) function in typeref:typename:BOOL
H A Dwindowsgl.c215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx);
220 printf("wglMakeContextCurrentARB error: %08x\n", GetLastError());
/xsrc/external/mit/MesaLib/dist/src/glx/windows/
H A Dwgl.h37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
H A Dwgl.c59 PRERESOLVE(PFNWGLMAKECONTEXTCURRENTARBPROC, "wglMakeContextCurrentARB");
79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) function in typeref:typename:BOOL
H A Dwindowsgl.c215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx);
220 printf("wglMakeContextCurrentARB error: %08x\n", (int)GetLastError());
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_wgl.h66 wglMakeContextCurrentARB(
H A Dstw_getprocaddress.c83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
H A Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) function in typeref:typename:BOOL APIENTRY
/xsrc/external/mit/MesaLib/dist/src/gallium/targets/libgl-gdi/
H A Dstw_wgl.h66 wglMakeContextCurrentARB(
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_getprocaddress.c83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
H A Dstw_ext_context.c225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) function in typeref:typename:BOOL APIENTRY
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dwglext.h134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dwglext.h134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
H A Dwglext.h497 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);

Completed in 13 milliseconds