Home
last modified time | relevance | path

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

/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp492 EGLSurface impl_read, EGLContext impl_ctx) { in makeCurrent() argument
504 result = c->cnx->egl.eglMakeCurrent(disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
509 result = cur_c->cnx->egl.eglMakeCurrent(disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
H A Degl_display.h76 EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read,
H A Degl_platform_entries.cpp982 EGLSurface impl_read = EGL_NO_SURFACE; in eglMakeCurrentImpl() local
1019 impl_read = r->surface; in eglMakeCurrentImpl()
1022 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()