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.cpp641 struct egl_pixmap_surface_t : public egl_surface_t struct
648 virtual ~egl_pixmap_surface_t() { } in ~egl_pixmap_surface_t()
650 virtual bool initCheck() const { return !depth.format || depth.data!=0; } in initCheck()
653 virtual EGLint getWidth() const { return nativePixmap.width; } in getWidth()
654 virtual EGLint getHeight() const { return nativePixmap.height; } in getHeight()
656 egl_native_pixmap_t nativePixmap;
659 egl_pixmap_surface_t::egl_pixmap_surface_t(EGLDisplay dpy, in egl_pixmap_surface_t() function in android::egl_pixmap_surface_t