Searched defs:nativePixmap (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libagl/
H A Degl.cpp666 virtual EGLint getWidth() const { return nativePixmap.width; }
667 virtual EGLint getHeight() const { return nativePixmap.height; }
669 egl_native_pixmap_t nativePixmap; member in struct:android::egl_pixmap_surface_t
676 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
699 buffer.width = nativePixmap.width;
700 buffer.height = nativePixmap.height;
701 buffer.stride = nativePixmap.stride;
702 buffer.data = nativePixmap.data;
703 buffer.format = nativePixmap.format;
714 buffer.width = nativePixmap
[all...]

Completed in 118 milliseconds