Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp665 struct egl_pixmap_surface_t : public egl_surface_t struct
667 egl_pixmap_surface_t(
672 virtual ~egl_pixmap_surface_t() { } in ~egl_pixmap_surface_t() argument
683 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t() function in android::egl_pixmap_surface_t
706 EGLBoolean egl_pixmap_surface_t::bindDrawSurface(ogles_context_t* gl) in bindDrawSurface()
721 EGLBoolean egl_pixmap_surface_t::bindReadSurface(ogles_context_t* gl) in bindReadSurface()
1369 new egl_pixmap_surface_t(dpy, config, depthFormat, in createPixmapSurface()