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

/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp354 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
368 disp.dpy, impl_draw, impl_read, impl_ctx);
374 disp.dpy, impl_draw, impl_read, impl_ctx);
352 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.cpp970 EGLSurface impl_draw = EGL_NO_SURFACE; local
1001 impl_draw = d->surface;
1014 impl_draw, impl_read, impl_ctx);
1039 impl_draw = EGL_NO_SURFACE;
1042 impl_draw = d->surface;
1051 impl_draw, impl_read, impl_ctx);

Completed in 52 milliseconds