Searched refs:wglMakeContextCurrentARB (Results 1 – 12 of 12) 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/mesa3d/src/gallium/frontends/wgl/ |
D | stw_wgl.h | 66 wglMakeContextCurrentARB(
|
D | stw_getprocaddress.c | 83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
|
D | stw_ext_context.c | 202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() function
|
/external/swiftshader/include/GL/ |
D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/angle/src/third_party/khronos/GL/ |
D | wglext.h | 131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/mesa3d/include/GL/ |
D | wglext.h | 134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | wglew.h | 285 #define wglMakeContextCurrentARB WGLEW_GET_FUN(__wglewMakeContextCurrentARB) macro
|
/external/angle/include/WGL/ |
D | wgl.h | 225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 19098 …r = ((wglMakeContextCurrentARB = (PFNWGLMAKECONTEXTCURRENTARBPROC)glewGetProcAddress((const GLubyt… in _glewInit_WGL_ARB_make_current_read()
|