Searched refs:impl_ctx (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/opengl/libs/EGL/ |
D | egl_display.cpp | 502 EGLSurface impl_read, EGLContext impl_ctx) { in makeCurrent() argument 514 result = c->cnx->egl.eglMakeCurrent(disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent() 519 result = cur_c->cnx->egl.eglMakeCurrent(disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
|
D | egl_display.h | 76 EGLContext impl_ctx);
|
D | egl_platform_entries.cpp | 1000 EGLContext impl_ctx = EGL_NO_CONTEXT; in eglMakeCurrentImpl() local 1014 impl_ctx = c->context; in eglMakeCurrentImpl() 1042 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()
|