Home
last modified time | relevance | path

Searched refs:wglMakeContextCurrentARB (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/glx/windows/
Dwgl.h37 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_);
Dwgl.c79 BOOL wglMakeContextCurrentARB(HDC hDrawDC_, HDC hReadDC_, HGLRC hglrc_) in wglMakeContextCurrentARB() function
Dwindowsgl.c215 BOOL ret = wglMakeContextCurrentARB(drawDc, readDc, context->ctx); in windows_bind_context()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_wgl.h66 wglMakeContextCurrentARB(
Dstw_getprocaddress.c83 STW_EXTENSION_ENTRY( wglMakeContextCurrentARB ),
Dstw_ext_context.c202 wglMakeContextCurrentARB(HDC hDrawDC, HDC hReadDC, HGLRC hglrc) in wglMakeContextCurrentARB() function
/external/swiftshader/include/GL/
Dwglext.h134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/angle/src/third_party/khronos/GL/
Dwglext.h131 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/mesa3d/include/GL/
Dwglext.h134 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h285 #define wglMakeContextCurrentARB WGLEW_GET_FUN(__wglewMakeContextCurrentARB) macro
/external/angle/include/WGL/
Dwgl.h225 BOOL WINAPI wglMakeContextCurrentARB (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19098 …r = ((wglMakeContextCurrentARB = (PFNWGLMAKECONTEXTCURRENTARBPROC)glewGetProcAddress((const GLubyt… in _glewInit_WGL_ARB_make_current_read()