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

/frameworks/base/opengl/libagl/
H A Degl.cpp717 struct egl_pixmap_surface_t : public egl_surface_t struct in namespace:android
719 egl_pixmap_surface_t(
724 virtual ~egl_pixmap_surface_t() { }
735 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, function in class:android::egl_pixmap_surface_t
751 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl)
766 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl)
1371 new egl_pixmap_surface_t(dpy, config, depthFormat,

Completed in 3036 milliseconds