Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1092 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group); typedef
1338 WGLEW_FUN_EXPORT PFNWGLJOINSWAPGROUPNVPROC __wglewJoinSwapGroupNV;
/external/swiftshader/include/GL/
Dwglext.h751 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h741 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group); typedef
/external/mesa3d/include/GL/
Dwglext.h765 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group); typedef
/external/angle/include/WGL/
Dwgl.h847 typedef BOOL (WINAPI * PFNWGLJOINSWAPGROUPNVPROC) (HDC hDC, GLuint group); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18931 PFNWGLJOINSWAPGROUPNVPROC __wglewJoinSwapGroupNV = NULL;
19428 …r = ((wglJoinSwapGroupNV = (PFNWGLJOINSWAPGROUPNVPROC)glewGetProcAddress((const GLubyte*)"wglJoinS… in _glewInit_WGL_NV_swap_group()