Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h377 GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
/external/mesa3d/include/GL/
Dwglext.h382 GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
/external/angle/src/third_party/khronos/GL/
Dwglext.h367 GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h569 #define wglLoadDisplayColorTableEXT WGLEW_GET_FUN(__wglewLoadDisplayColorTableEXT) macro
/external/angle/include/WGL/
Dwgl.h473 GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19161 …r = ((wglLoadDisplayColorTableEXT = (PFNWGLLOADDISPLAYCOLORTABLEEXTPROC)glewGetProcAddress((const … in _glewInit_WGL_EXT_display_color_table()