Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp179 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
249 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
608 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_window_surface_v2_t
675 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
706 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_pixmap_surface_t
745 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
798 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_pbuffer_surface_t
1828 d->bindDrawSurface(gl); in eglMakeCurrent()
1937 d->bindDrawSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()