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.cpp342 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent() argument
356 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
365 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
Degl_display.h90 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
DeglApi.cpp714 EGLSurface impl_read = EGL_NO_SURFACE; in eglMakeCurrent() local
751 impl_read = r->surface; in eglMakeCurrent()
757 impl_draw, impl_read, impl_ctx); in eglMakeCurrent()