Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h398 #define WGLEW_ARB_pixel_format WGLEW_GET_VAR(__WGLEW_ARB_pixel_format) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19597 WGLEW_ARB_pixel_format = _glewSearchExtension("WGL_ARB_pixel_format", extStart, extEnd); in wglewInit()
19598 …if (glewExperimental || WGLEW_ARB_pixel_format|| crippled) WGLEW_ARB_pixel_format= !_glewInit_WGL_… in wglewInit()
26750 ret = WGLEW_ARB_pixel_format; in wglewIsSupported()