Searched refs:impl_read (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp336 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
350 disp.dpy, impl_draw, impl_read, impl_ctx);
356 disp.dpy, impl_draw, impl_read, impl_ctx);
334 makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, EGLContext , EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) argument
H A Degl_display.h77 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
H A DeglApi.cpp775 EGLSurface impl_read = EGL_NO_SURFACE; local
812 impl_read = r->surface;
818 impl_draw, impl_read, impl_ctx);
848 impl_read = EGL_NO_SURFACE;
851 impl_read = r->surface;
855 impl_draw, impl_read, impl_ctx);

Completed in 1107 milliseconds