Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h816 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC); typedef
1286 WGLEW_FUN_EXPORT PFNWGLDISABLEGENLOCKI3DPROC __wglewDisableGenlockI3D;
/external/swiftshader/include/GL/
Dwglext.h557 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h547 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/mesa3d/include/GL/
Dwglext.h562 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/angle/include/WGL/
Dwgl.h653 typedef BOOL (WINAPI * PFNWGLDISABLEGENLOCKI3DPROC) (HDC hDC); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18879 PFNWGLDISABLEGENLOCKI3DPROC __wglewDisableGenlockI3D = NULL;
19277 …r = ((wglDisableGenlockI3D = (PFNWGLDISABLEGENLOCKI3DPROC)glewGetProcAddress((const GLubyte*)"wglD… in _glewInit_WGL_I3D_genlock()