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

/frameworks/native/opengl/libagl/
H A Degl.cpp156 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl) = 0;
226 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
584 EGLBoolean egl_window_surface_v2_t::bindDrawSurface(ogles_context_t* gl) function in class: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) function in class:android::egl_pixmap_surface_t
714 virtual EGLBoolean bindDrawSurface(ogles_context_t* gl);
759 EGLBoolean egl_pbuffer_surface_t::bindDrawSurface(ogles_context_t* gl) function in class:android::egl_pbuffer_surface_t
1764 d->bindDrawSurface(gl);
1871 d->bindDrawSurface((ogles_context_t*)d->ctx);

Completed in 74 milliseconds