Searched defs:impl_read (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp353 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
367 disp.dpy, impl_draw, impl_read, impl_ctx);
376 disp.dpy, impl_draw, impl_read, impl_ctx);
351 makeCurrent(egl_context_t* c, egl_context_t* cur_c, EGLSurface draw, EGLSurface read, EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) argument
H A DeglApi.cpp533 EGLSurface impl_read = EGL_NO_SURFACE; local
568 impl_read = r->surface;
574 impl_draw, impl_read, impl_ctx);

Completed in 46 milliseconds