Searched defs:impl_ctx (Results 1 - 2 of 2) sorted by path

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp739 EGLContext impl_ctx = EGL_NO_CONTEXT; local
753 impl_ctx = c->context;
784 impl_draw, impl_read, impl_ctx);
H A Degl_display.cpp328 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
342 disp.dpy, impl_draw, impl_read, impl_ctx);
351 disp.dpy, impl_draw, impl_read, impl_ctx);
326 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

Completed in 141 milliseconds