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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp383 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
397 disp.dpy, impl_draw, impl_read, impl_ctx);
403 disp.dpy, impl_draw, impl_read, impl_ctx);
381 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.h79 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
H A DeglApi.cpp1000 EGLSurface impl_read = EGL_NO_SURFACE; local
1037 impl_read = r->surface;
1043 impl_draw, impl_read, impl_ctx);
1073 impl_read = EGL_NO_SURFACE;
1076 impl_read = r->surface;
1080 impl_draw, impl_read, impl_ctx);

Completed in 14 milliseconds