Home
last modified time | relevance | path

Searched defs: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
672 virtual ~egl_pixmap_surface_t() { } in ~egl_pixmap_surface_t()
674 virtual bool initCheck() const { return !depth.format || depth.data!=0; } in initCheck()
677 virtual EGLint getWidth() const { return nativePixmap.width; } in getWidth()
678 virtual EGLint getHeight() const { return nativePixmap.height; } in getHeight()
680 egl_native_pixmap_t nativePixmap;
683 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t() function in android::egl_pixmap_surface_t