Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp104 EGLConfig hostConfig, in EmulatedEglConfig() argument
108 mHostConfig(hostConfig), in EmulatedEglConfig()
114 hostConfig, in EmulatedEglConfig()
152 for (EGLConfig hostConfig : hostConfigs) { in EmulatedEglConfigList() local
154 if (!isCompatibleHostConfig(hostConfig, display)) { in EmulatedEglConfigList()
159 … mConfigs.push_back(EmulatedEglConfig(guestConfig, hostConfig, display, mGlesDynamicVersion)); in EmulatedEglConfigList()
DEmulatedEglConfig.h73 EGLConfig hostConfig,