Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp157 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
227 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
584 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_window_surface_v2_t
651 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
675 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_pixmap_surface_t
714 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
759 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface() function in android::egl_pbuffer_surface_t
1768 d->bindDrawSurface(gl); in eglMakeCurrent()
1877 d->bindDrawSurface((ogles_context_t*)d->ctx); in eglSwapBuffers()