Searched defs:impl_ctx (Results 1 - 2 of 2) 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 DeglApi.cpp998 EGLContext impl_ctx = EGL_NO_CONTEXT; local
1012 impl_ctx = c->context;
1043 impl_draw, impl_read, impl_ctx);
1067 impl_ctx = c->context;
1080 impl_draw, impl_read, impl_ctx);

Completed in 11 milliseconds