Home
last modified time | relevance | path

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

/external/swiftshader/include/GL/
Dwglext.h379 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
/external/angle/src/third_party/khronos/GL/
Dwglext.h369 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
/external/mesa3d/include/GL/
Dwglext.h384 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h568 #define wglDestroyDisplayColorTableEXT WGLEW_GET_FUN(__wglewDestroyDisplayColorTableEXT) macro
/external/angle/include/WGL/
Dwgl.h475 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19160 …r = ((wglDestroyDisplayColorTableEXT = (PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC)glewGetProcAddress((… in _glewInit_WGL_EXT_display_color_table()