Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1047 typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int* piValue); typedef
1335 WGLEW_FUN_EXPORT PFNWGLQUERYCURRENTCONTEXTNVPROC __wglewQueryCurrentContextNV;
/external/swiftshader/include/GL/
Dwglext.h725 typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h715 typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue); typedef
/external/mesa3d/include/GL/
Dwglext.h739 typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue); typedef
/external/angle/include/WGL/
Dwgl.h821 typedef BOOL (WINAPI * PFNWGLQUERYCURRENTCONTEXTNVPROC) (int iAttribute, int *piValue); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18928 PFNWGLQUERYCURRENTCONTEXTNVPROC __wglewQueryCurrentContextNV = NULL;
19414 …r = ((wglQueryCurrentContextNV = (PFNWGLQUERYCURRENTCONTEXTNVPROC)glewGetProcAddress((const GLubyt… in _glewInit_WGL_NV_present_video()