Home
last modified time | relevance | path

Searched refs:impl_ctx (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp494 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent() argument
508 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
514 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
Degl_display.h81 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
Degl_platform_entries.cpp1039 EGLContext impl_ctx = EGL_NO_CONTEXT; in eglMakeCurrentImpl() local
1053 impl_ctx = c->context; in eglMakeCurrentImpl()
1084 impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()