Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h746 #define WGLEW_EXT_swap_control WGLEW_GET_VAR(__WGLEW_EXT_swap_control) macro
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19661 WGLEW_EXT_swap_control = _glewSearchExtension("WGL_EXT_swap_control", extStart, extEnd); in wglewInit()
19662 …if (glewExperimental || WGLEW_EXT_swap_control|| crippled) WGLEW_EXT_swap_control= !_glewInit_WGL_… in wglewInit()
26889 ret = WGLEW_EXT_swap_control; in wglewIsSupported()