Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/tests/
DOpenGLTestContext.cpp37 EGLint eglMaj, eglMin; in getDisplay() local
38 EGLBoolean init_res = egl->eglInitialize(dpy, &eglMaj, &eglMin); in getDisplay()
/hardware/google/gfxstream/host/
DSyncThread.cpp181 int eglMaj, eglMin; in initSyncEGLContext() local
182 egl->eglInitialize(mDisplay, &eglMaj, &eglMin); in initSyncEGLContext()