Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp146 static std::optional<EGLConfig> getEmulationEglConfig(EGLDisplay display, bool allowWindowSurface) { in getEmulationEglConfig() function
324 auto eglConfigOpt = getEmulationEglConfig(emulationGl->mEglDisplay, allowWindowSurface); in create()