HomeSort by relevance Sort by last modified time
    Searched full:nativepixmap (Results 1 - 3 of 3) sorted by null

  /frameworks/base/opengl/libagl/
egl.cpp 643 virtual EGLint getWidth() const { return nativePixmap.width; }
644 virtual EGLint getHeight() const { return nativePixmap.height; }
646 egl_native_pixmap_t nativePixmap;
653 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
669 buffer.width = nativePixmap.width;
670 buffer.height = nativePixmap.height;
671 buffer.stride = nativePixmap.stride;
672 buffer.data = nativePixmap.data;
673 buffer.format = nativePixmap.format;
684 buffer.width = nativePixmap.width
    [all...]
  /external/mesa3d/test/
egl.cpp 692 return nativePixmap.width;
695 return nativePixmap.height;
698 egl_native_pixmap_t nativePixmap;
705 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
722 buffer.width = nativePixmap.width;
723 buffer.height = nativePixmap.height;
724 buffer.stride = nativePixmap.stride;
725 buffer.data = nativePixmap.data;
726 buffer.format = nativePixmap.format;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 149 milliseconds