Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h562 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); typedef
1256 WGLEW_FUN_EXPORT PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC __wglewCreateDisplayColorTableEXT;
/external/swiftshader/include/GL/
Dwglext.h371 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h361 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); typedef
/external/mesa3d/include/GL/
Dwglext.h376 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); typedef
/external/angle/include/WGL/
Dwgl.h467 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18849 PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC __wglewCreateDisplayColorTableEXT = NULL;
19159 …r = ((wglCreateDisplayColorTableEXT = (PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC)glewGetProcAddress((co… in _glewInit_WGL_EXT_display_color_table()