Searched refs:getConfigAtIndex (Results 1 – 3 of 3) sorted by relevance
60 EGLConfig getConfigAtIndex(uint32_t index) const;
210 EGLConfig config = getConfigAtIndex(i); in processConfigs()456 EGLConfig eglDisplay::getConfigAtIndex(uint32_t index) const { in getConfigAtIndex() function in eglDisplay
1059 *configs++ = (EGLConfig)(uintptr_t)s_display.getConfigAtIndex(i); in eglGetConfigs()1120 EGLConfig guestConfig = s_display.getConfigAtIndex(*((uint32_t*)tempConfigs+i)); in eglChooseConfig()