Home | History | Annotate | Download | only in EGL

Lines Matching refs:egl

35 static char const * const sVersionString    = "1.4 Android META-EGL";
112 EGLDisplay dpy = cnx->egl.eglGetDisplay(display);
146 // initialize each EGL and
155 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
163 disp.queryString.vendor = cnx->egl.eglQueryString(idpy,
165 disp.queryString.version = cnx->egl.eglQueryString(idpy,
167 disp.queryString.extensions = cnx->egl.eglQueryString(idpy,
169 disp.queryString.clientApi = cnx->egl.eglQueryString(idpy,
174 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
204 property_get("debug.egl.finish", value, "0");
209 property_get("debug.egl.traceGpuCompletion", value, "0");
237 * From the EGL spec (3.2):
259 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) {
261 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
322 // calling back into EGL (in particular when a surface is destroyed
344 result = c->cnx->egl.eglMakeCurrent(
353 result = cur_c->cnx->egl.eglMakeCurrent(
364 // calling back into EGL (in particular when a surface is destroyed
398 ALOGD_IF(!mDpyValid || !cnx->egl.eglAwakenProcessIMG,
401 if (!cnx->egl.eglAwakenProcessIMG()) {
402 ALOGE("Failed to awaken EGL implementation\n");
422 cnx->egl.eglHibernateProcessIMG &&
423 cnx->egl.eglAwakenProcessIMG) {
425 if (!cnx->egl.eglHibernateProcessIMG()) {
426 ALOGE("Failed to hibernate EGL implementation\n");