Searched refs:impl_ctx (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp712 EGLContext impl_ctx = EGL_NO_CONTEXT; local
726 impl_ctx = c->context;
757 impl_draw, impl_read, impl_ctx);
H A Degl_display.cpp342 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx)
356 disp.dpy, impl_draw, impl_read, impl_ctx);
365 disp.dpy, impl_draw, impl_read, impl_ctx);
340 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.h90 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);

Completed in 42 milliseconds