Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h789 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT* puRed, con… typedef
1283 WGLEW_FUN_EXPORT PFNWGLSETGAMMATABLEI3DPROC __wglewSetGammaTableI3D;
/external/swiftshader/include/GL/
Dwglext.h536 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, con… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h526 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, con… typedef
/external/mesa3d/include/GL/
Dwglext.h541 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, con… typedef
/external/angle/include/WGL/
Dwgl.h632 typedef BOOL (WINAPI * PFNWGLSETGAMMATABLEI3DPROC) (HDC hDC, int iEntries, const USHORT *puRed, con… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18876 PFNWGLSETGAMMATABLEI3DPROC __wglewSetGammaTableI3D = NULL;
19263 …r = ((wglSetGammaTableI3D = (PFNWGLSETGAMMATABLEI3DPROC)glewGetProcAddress((const GLubyte*)"wglSet… in _glewInit_WGL_I3D_gamma()