Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.cpp324 auto eglConfigOpt = getEmulationEglConfig(emulationGl->mEglDisplay, allowWindowSurface); in create() local
325 if (!eglConfigOpt) { in create()
329 emulationGl->mEglConfig = *eglConfigOpt; in create()