Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h821 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); typedef
1291 WGLEW_FUN_EXPORT PFNWGLGENLOCKSOURCEI3DPROC __wglewGenlockSourceI3D;
/external/swiftshader/include/GL/
Dwglext.h559 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); typedef
/external/mesa3d/include/GL/
Dwglext.h564 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h549 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); typedef
/external/angle/include/WGL/
Dwgl.h655 typedef BOOL (WINAPI * PFNWGLGENLOCKSOURCEI3DPROC) (HDC hDC, UINT uSource); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18884 PFNWGLGENLOCKSOURCEI3DPROC __wglewGenlockSourceI3D = NULL;
19282 …r = ((wglGenlockSourceI3D = (PFNWGLGENLOCKSOURCEI3DPROC)glewGetProcAddress((const GLubyte*)"wglGen… in _glewInit_WGL_I3D_genlock()