Home
last modified time | relevance | path

Searched refs:WGLEW_EXT_pixel_format (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h720 #define WGLEW_EXT_pixel_format WGLEW_GET_VAR(__WGLEW_EXT_pixel_format) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19654 WGLEW_EXT_pixel_format = _glewSearchExtension("WGL_EXT_pixel_format", extStart, extEnd); in wglewInit()
19655 …if (glewExperimental || WGLEW_EXT_pixel_format|| crippled) WGLEW_EXT_pixel_format= !_glewInit_WGL_… in wglewInit()
26875 ret = WGLEW_EXT_pixel_format; in wglewIsSupported()