Home
last modified time | relevance | path

Searched refs:wglMakeContextCurrentEXT (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/include/GL/
Dwglext.h402 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/angle/src/third_party/khronos/GL/
Dwglext.h392 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/mesa3d/include/GL/
Dwglext.h407 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h610 #define wglMakeContextCurrentEXT WGLEW_GET_FUN(__wglewMakeContextCurrentEXT) macro
/external/angle/include/WGL/
Dwgl.h498 BOOL WINAPI wglMakeContextCurrentEXT (HDC hDrawDC, HDC hReadDC, HGLRC hglrc);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19188 …r = ((wglMakeContextCurrentEXT = (PFNWGLMAKECONTEXTCURRENTEXTPROC)glewGetProcAddress((const GLubyt… in _glewInit_WGL_EXT_make_current_read()