Home
last modified time | relevance | path

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

/frameworks/native/opengl/libs/EGL/
Degl_display.cpp317 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx) in makeCurrent() argument
331 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
340 disp.dpy, impl_draw, impl_read, impl_ctx); in makeCurrent()
Degl_display.h90 EGLSurface impl_draw, EGLSurface impl_read, EGLContext impl_ctx);
DeglApi.cpp711 EGLSurface impl_draw = EGL_NO_SURFACE; in eglMakeCurrent() local
742 impl_draw = d->surface; in eglMakeCurrent()
755 impl_draw, impl_read, impl_ctx); in eglMakeCurrent()