Home
last modified time | relevance | path

Searched defs:guestConfig (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/
DEmulatedEglConfig.cpp103 EmulatedEglConfig::EmulatedEglConfig(EGLint guestConfig, in EmulatedEglConfig()
158 const EGLint guestConfig = static_cast<EGLint>(mConfigs.size()); in EmulatedEglConfigList() local
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/lib/
H A Demulator_controller.proto1130 map<string, string> guestConfig = 7; field
/aosp_15_r20/hardware/google/gfxstream/guest/egl/
Degl.cpp1227 EGLConfig guestConfig = s_display.getConfigAtIndex(*((uint32_t*)tempConfigs+i)); in eglChooseConfig() local