Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp655 const EmulatedEglConfig* emulatedEglConfig = mEmulatedEglConfigs->get(emulatedEglConfigIndex); in createEmulatedEglContext() local
656 if (!emulatedEglConfig) { in createEmulatedEglContext()
661 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglContext()
700 const EmulatedEglConfig* emulatedEglConfig = mEmulatedEglConfigs->get(emulatedConfigIndex); in createEmulatedEglWindowSurface() local
701 if (!emulatedEglConfig) { in createEmulatedEglWindowSurface()
706 EGLConfig config = emulatedEglConfig->getHostEglConfig(); in createEmulatedEglWindowSurface()