Searched refs:impl_draw (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 317 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent() argument 331 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent() 340 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
|
D | egl_display.h | 90 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
|
D | eglApi.cpp | 711 EGLSurface impl_draw = EGL_NO_SURFACE; in eglMakeCurrent() local 742 impl_draw = d->surface; in eglMakeCurrent() 755 impl_draw, impl_read, impl_ctx); in eglMakeCurrent()
|