Searched refs:wglMakeContextCurrentARB (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/glx/windows/ |
D | wgl.h | 37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
|
D | wgl.c | 79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) in wglMakeContextCurrentARB() function
|
D | windowsgl.c | 215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx); in windows_bind_context()
|
/external/swiftshader/include/GL/ |
D | wglext.h | 124 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/mesa3d/include/GL/ |
D | wglext.h | 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|