Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h817 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC); typedef
1287 WGLEW_FUN_EXPORT PFNWGLENABLEGENLOCKI3DPROC __wglewEnableGenlockI3D;
/external/swiftshader/include/GL/
Dwglext.h556 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/mesa3d/include/GL/
Dwglext.h561 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h546 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/angle/include/WGL/
Dwgl.h652 typedef BOOL (WINAPI * PFNWGLENABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18880 PFNWGLENABLEGENLOCKI3DPROC __wglewEnableGenlockI3D = NULL;
19278 …r = ((wglEnableGenlockI3D = (PFNWGLENABLEGENLOCKI3DPROC)glewGetProcAddress((const GLubyte*)"wglEna… in _glewInit_WGL_I3D_genlock()