Searched refs:eglIsInitialized (Results 1 – 2 of 2) sorted by relevance
59 … magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) { in egl_display_t()131 while(!eglIsInitialized) refCond.wait(refLock); in initialize()135 while(eglIsInitialized) refCond.wait(refLock); in initialize()221 eglIsInitialized = true; in initialize()287 eglIsInitialized = false; in terminate()
134 bool eglIsInitialized; variable