Searched refs:eglIsInitialized (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp59 magic('_dpy'), finishOnSwap(false), traceGpuCompletion(false), refs(0), eglIsInitialized(false) {
134 while(!eglIsInitialized) refCond.wait(refLock);
138 while(eglIsInitialized) refCond.wait(refLock);
224 eglIsInitialized = true;
290 eglIsInitialized = false;
H A Degl_display.h134 bool eglIsInitialized; member in class:android::egl_display_t

Completed in 2457 milliseconds