Searched refs:usableConfigs (Results 1 – 3 of 3) sorted by relevance
61 _GLFWfbconfig* usableConfigs; in choosePixelFormat() local79 usableConfigs = calloc(nativeCount, sizeof(_GLFWfbconfig)); in choosePixelFormat()85 _GLFWfbconfig* u = usableConfigs + usableCount; in choosePixelFormat()199 free(usableConfigs); in choosePixelFormat()203 closest = _glfwChooseFBConfig(desired, usableConfigs, usableCount); in choosePixelFormat()209 free(usableConfigs); in choosePixelFormat()214 free(usableConfigs); in choosePixelFormat()
53 _GLFWfbconfig* usableConfigs; in chooseGLXFBConfig() local73 usableConfigs = calloc(nativeCount, sizeof(_GLFWfbconfig)); in chooseGLXFBConfig()79 _GLFWfbconfig* u = usableConfigs + usableCount; in chooseGLXFBConfig()122 closest = _glfwChooseFBConfig(desired, usableConfigs, usableCount); in chooseGLXFBConfig()127 free(usableConfigs); in chooseGLXFBConfig()
93 _GLFWfbconfig* usableConfigs; in chooseEGLConfig() local107 usableConfigs = calloc(nativeCount, sizeof(_GLFWfbconfig)); in chooseEGLConfig()113 _GLFWfbconfig* u = usableConfigs + usableCount; in chooseEGLConfig()163 closest = _glfwChooseFBConfig(desired, usableConfigs, usableCount); in chooseEGLConfig()168 free(usableConfigs); in chooseEGLConfig()