• Home
  • Raw
  • Download

Lines Matching refs:dpy

80 int egl_get_init_count(EGLDisplay dpy) {  in egl_get_init_count()  argument
81 egl_display_t* eglDisplay = egl_display_t::get(dpy); in egl_get_init_count()
96 egl_display_t* egl_display_t::get(EGLDisplay dpy) { in get() argument
97 if (uintptr_t(dpy) == 0) { in get()
101 uintptr_t index = uintptr_t(dpy)-1U; in get()
139 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplayAngle() local
159 dpy = cnx->egl.eglGetPlatformDisplay(EGL_PLATFORM_ANGLE_ANGLE, in getPlatformDisplayAngle()
162 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplayAngle()
165 if (!angle::initializeAnglePlatform(dpy)) { in getPlatformDisplayAngle()
174 return dpy; in getPlatformDisplayAngle()
187 EGLDisplay dpy = EGL_NO_DISPLAY; in getPlatformDisplay() local
191 dpy = getPlatformDisplayAngle(display, cnx, attrib_list, &error); in getPlatformDisplay()
193 return setError(error, dpy); in getPlatformDisplay()
196 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay()
200 dpy = cnx->egl.eglGetPlatformDisplay(EGL_PLATFORM_ANDROID_KHR, display, in getPlatformDisplay()
207 if(dpy == EGL_NO_DISPLAY) { in getPlatformDisplay()
211 dpy = cnx->egl.eglGetDisplay(display); in getPlatformDisplay()
215 disp.dpy = dpy; in getPlatformDisplay()
216 if (dpy == EGL_NO_DISPLAY) { in getPlatformDisplay()
264 EGLDisplay idpy = disp.dpy; in initialize()
423 angle::resetAnglePlatform(disp.dpy); in terminate()
425 if (cnx->egl.eglTerminate(disp.dpy) == EGL_FALSE) { in terminate()
426 ALOGW("eglTerminate(%p) failed (%s)", disp.dpy, in terminate()
508 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
514 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()