Searched refs:impl_draw (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 494 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent() argument 508 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent() 514 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
|
D | egl_display.h | 81 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
|
D | egl_platform_entries.cpp | 1040 EGLSurface impl_draw = EGL_NO_SURFACE; in eglMakeCurrentImpl() local 1071 impl_draw = d->surface; in eglMakeCurrentImpl() 1084 impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()
|