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

/frameworks/native/opengl/libagl/
H A Degl.cpp677 virtual EGLint getWidth() const { return nativePixmap.width; }
678 virtual EGLint getHeight() const { return nativePixmap.height; }
680 egl_native_pixmap_t nativePixmap; member in struct:android::egl_pixmap_surface_t
687 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
710 buffer.width = nativePixmap.width;
711 buffer.height = nativePixmap.height;
712 buffer.stride = nativePixmap.stride;
713 buffer.data = nativePixmap.data;
714 buffer.format = nativePixmap.format;
725 buffer.width = nativePixmap
[all...]

Completed in 33 milliseconds