Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1096 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC); typedef
1342 WGLEW_FUN_EXPORT PFNWGLRESETFRAMECOUNTNVPROC __wglewResetFrameCountNV;
/external/swiftshader/include/GL/
Dwglext.h756 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC); typedef
/external/mesa3d/include/GL/
Dwglext.h770 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h746 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC); typedef
/external/angle/include/WGL/
Dwgl.h852 typedef BOOL (WINAPI * PFNWGLRESETFRAMECOUNTNVPROC) (HDC hDC); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18935 PFNWGLRESETFRAMECOUNTNVPROC __wglewResetFrameCountNV = NULL;
19432 …r = ((wglResetFrameCountNV = (PFNWGLRESETFRAMECOUNTNVPROC)glewGetProcAddress((const GLubyte*)"wglR… in _glewInit_WGL_NV_swap_group()