Searched refs:wglMakeContextCurrentARB (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/glx/windows/ |
| H A D | wgl.h | 37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
|
| H A D | wgl.c | 59 PRERESOLVE(PFNWGLMAKECONTEXTCURRENTARBPROC, "wglMakeContextCurrentARB"); 79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) function in typeref:typename:BOOL
|
| H A D | windowsgl.c | 215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx); 220 printf("wglMakeContextCurrentARB error: %08x\n", GetLastError());
|
| /xsrc/external/mit/MesaLib/dist/src/glx/windows/ |
| H A D | wgl.h | 37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
|
| H A D | wgl.c | 59 PRERESOLVE(PFNWGLMAKECONTEXTCURRENTARBPROC, "wglMakeContextCurrentARB"); 79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) function in typeref:typename:BOOL
|
| H A D | windowsgl.c | 215 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 D | stw_wgl.h | 66 wglMakeContextCurrentARB(
|
| H A D | stw_getprocaddress.c | 83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
|
| H A D | stw_ext_context.c | 202 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 D | stw_wgl.h | 66 wglMakeContextCurrentARB(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_getprocaddress.c | 83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
|
| H A D | stw_ext_context.c | 225 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) function in typeref:typename:BOOL APIENTRY
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/ |
| H A D | wglext.h | 497 extern BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
Completed in 13 milliseconds