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

/frameworks/base/opengl/libagl/
H A Degl.cpp149 virtual EGLBoolean bindReadSurface(ogles_context_t* gl) = 0;
223 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
675 EGLBoolean egl_window_surface_v2_t::bindReadSurface(ogles_context_t* gl) function in class:android::egl_window_surface_v2_t
728 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
766 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) function in class:android::egl_pixmap_surface_t
791 virtual EGLBoolean bindReadSurface(ogles_context_t* gl);
842 EGLBoolean egl_pbuffer_surface_t::bindReadSurface(ogles_context_t* gl) function in class:android::egl_pbuffer_surface_t
1823 r->bindReadSurface(gl);
1931 d->bindReadSurface((ogles_context_t*)d->ctx);

Completed in 31 milliseconds