Home
last modified time | relevance | path

Searched refs:getConfigAtIndex (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
DeglDisplay.h60 EGLConfig getConfigAtIndex(uint32_t index) const;
DeglDisplay.cpp210 EGLConfig config = getConfigAtIndex(i); in processConfigs()
456 EGLConfig eglDisplay::getConfigAtIndex(uint32_t index) const { in getConfigAtIndex() function in eglDisplay
Degl.cpp949 *configs++ = (EGLConfig)(uintptr_t)s_display.getConfigAtIndex(i); in eglGetConfigs()
1010 EGLConfig guestConfig = s_display.getConfigAtIndex(*((uint32_t*)tempConfigs+i)); in eglChooseConfig()