Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1012 typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu); typedef
1331 WGLEW_FUN_EXPORT PFNWGLENUMGPUSNVPROC __wglewEnumGpusNV;
/external/swiftshader/include/GL/
Dwglext.h699 typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h689 typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu); typedef
/external/mesa3d/include/GL/
Dwglext.h704 typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu); typedef
/external/angle/include/WGL/
Dwgl.h795 typedef BOOL (WINAPI * PFNWGLENUMGPUSNVPROC) (UINT iGpuIndex, HGPUNV *phGpu); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18924 PFNWGLENUMGPUSNVPROC __wglewEnumGpusNV = NULL;
19399 …r = ((wglEnumGpusNV = (PFNWGLENUMGPUSNVPROC)glewGetProcAddress((const GLubyte*)"wglEnumGpusNV")) =… in _glewInit_WGL_NV_gpu_affinity()