Home
last modified time | relevance | path

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

/frameworks/native/opengl/libagl/
Degl.cpp653 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; member
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap) in egl_pixmap_surface_t()
679 buffer.width = nativePixmap.width; in bindDrawSurface()
680 buffer.height = nativePixmap.height; in bindDrawSurface()
681 buffer.stride = nativePixmap.stride; in bindDrawSurface()
682 buffer.data = nativePixmap.data; in bindDrawSurface()
683 buffer.format = nativePixmap.format; in bindDrawSurface()
694 buffer.width = nativePixmap.width; in bindReadSurface()
[all …]