Searched refs:wglMakeContextCurrentARB (Results 1 - 14 of 14) sorted by relevance
/third_party/mesa3d/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"); in wglResolveExtensionProcs() 79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) in wglMakeContextCurrentARB() function
|
H A D | windowsgl.c | 215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx); in windows_bind_context() 220 printf("wglMakeContextCurrentARB error: %08x\n", (int)GetLastError()); in windows_bind_context()
|
/third_party/mesa3d/src/gallium/targets/libgl-gdi/ |
H A D | stw_wgl.h | 66 wglMakeContextCurrentARB(
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_getprocaddress.c | 83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
|
H A D | stw_ext_context.c | 237 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() function
|
/third_party/mesa3d/include/GL/ |
H A D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/openGLES/api/GL/ |
H A D | wglext.h | 115 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
H A D | wgl.h | 206 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
H A D | wgl.h | 220 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/ |
H A D | wglext.h | 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/third_party/skia/third_party/externals/angle2/include/WGL/ |
H A D | wgl.h | 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
Completed in 21 milliseconds