Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1173 typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long* pulCount… typedef
1355 WGLEW_FUN_EXPORT PFNWGLGETVIDEOINFONVPROC __wglewGetVideoInfoNV;
/external/swiftshader/include/GL/
Dwglext.h817 typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCount… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h807 typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCount… typedef
/external/mesa3d/include/GL/
Dwglext.h831 typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCount… typedef
/external/angle/include/WGL/
Dwgl.h913 typedef BOOL (WINAPI * PFNWGLGETVIDEOINFONVPROC) (HPVIDEODEV hpVideoDevice, unsigned long *pulCount… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18948 PFNWGLGETVIDEOINFONVPROC __wglewGetVideoInfoNV = NULL;
19478 …r = ((wglGetVideoInfoNV = (PFNWGLGETVIDEOINFONVPROC)glewGetProcAddress((const GLubyte*)"wglGetVide… in _glewInit_WGL_NV_video_output()