HomeSort by relevance Sort by last modified time
    Searched refs:nativePixmap (Results 1 - 2 of 2) sorted by null

  /frameworks/native/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/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 38 milliseconds