Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp502 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()
Degl_display.h75 EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read,
Degl_platform_entries.cpp1002 EGLSurface impl_read = EGL_NO_SURFACE; in eglMakeCurrentImpl() local
1039 impl_read = r->surface; in eglMakeCurrentImpl()
1042 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()