Searched defs:bindDrawSurface (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libagl/
H A Degl.cpp159 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
229 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
588 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) function in class:android::egl_window_surface_v2_t
655 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
686 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) function in class:android::egl_pixmap_surface_t
725 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
778 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) function in class:android::egl_pbuffer_surface_t
1809 d->bindDrawSurface(gl);
1918 d->bindDrawSurface((ogles_context_t*)d->ctx);

Completed in 63 milliseconds