Searched refs:impl_draw (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_display.cpp | 491 EGLSurface read, EGLContext /*ctx*/, EGLSurface impl_draw, 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 D | egl_display.h | 76 EGLContext ctx, EGLSurface impl_draw, EGLSurface impl_read,
|
H A D | egl_platform_entries.cpp | 981 EGLSurface impl_draw = EGL_NO_SURFACE; in eglMakeCurrentImpl() local 1012 impl_draw = d->surface; in eglMakeCurrentImpl() 1022 EGLBoolean result = dp->makeCurrent(c, cur_c, draw, read, ctx, impl_draw, impl_read, impl_ctx); in eglMakeCurrentImpl()
|