Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp149 std::vector<EGLConfig> hostConfigs(numHostConfigs); in EmulatedEglConfigList() local
150 s_egl.eglGetConfigs(display, hostConfigs.data(), numHostConfigs, &numHostConfigs); in EmulatedEglConfigList()
152 for (EGLConfig hostConfig : hostConfigs) { in EmulatedEglConfigList()