Home | History | Annotate | Download | only in EGL

Lines Matching refs:egl

35 static char const * const sVersionString    = "1.4 Android META-EGL";
110 EGLDisplay dpy = cnx->egl.eglGetDisplay(display);
145 // initialize each EGL and
154 if (cnx->egl.eglInitialize(idpy, &cnx->major, &cnx->minor)) {
162 disp.queryString.vendor = cnx->egl.eglQueryString(idpy,
164 disp.queryString.version = cnx->egl.eglQueryString(idpy,
166 disp.queryString.extensions = cnx->egl.eglQueryString(idpy,
168 disp.queryString.clientApi = cnx->egl.eglQueryString(idpy,
173 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
207 property_get("debug.egl.finish", value, "0");
212 property_get("debug.egl.traceGpuCompletion", value, "0");
234 * From the EGL spec (3.2):
251 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) {
253 egl_tls_t::egl_strerror(cnx->egl.eglGetError()));
308 // calling back into EGL (in particular when a surface is destroyed
330 result = c->cnx->egl.eglMakeCurrent(
339 result = cur_c->cnx->egl.eglMakeCurrent(
350 // calling back into EGL (in particular when a surface is destroyed
384 ALOGD_IF(!mDpyValid || !cnx->egl.eglAwakenProcessIMG,
387 if (!cnx->egl.eglAwakenProcessIMG()) {
388 ALOGE("Failed to awaken EGL implementation\n");
408 cnx->egl.eglHibernateProcessIMG &&
409 cnx->egl.eglAwakenProcessIMG) {
411 if (!cnx->egl.eglHibernateProcessIMG()) {
412 ALOGE("Failed to hibernate EGL implementation\n");