HomeSort by relevance Sort by last modified time
    Searched refs:pixmap (Results 51 - 69 of 69) sorted by null

1 23

  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 271 EGLNativePixmapType pixmap,
  /external/mesa3d/test/
egl.cpp 682 egl_native_pixmap_t const * pixmap);
704 egl_native_pixmap_t const * pixmap)
705 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
708 depth.width = pixmap->width;
709 depth.height = pixmap->height;
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebframe.cpp 1901 QPixmap QWebHitTestResult::pixmap() const function in class:QWebHitTestResult
    [all...]
qwebpage.cpp     [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 659 QPixmap pixmap = QPixmap::grabWidget(m_view); local
665 label->setPixmap(pixmap);
672 pixmap.save(fileName, "png");
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_strip_gtk.cc 1739 GdkPixmap* pixmap = gdk_pixmap_new(NULL, local
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 1360 QPixmap pixmap = QPixmap::fromWinHBITMAP(bitmap, supportAlphaBlend ? QPixmap::PremultipliedAlpha : QPixmap::NoAlpha); local
    [all...]
  /frameworks/base/opengl/libs/EGL/
eglApi.cpp 396 NativePixmapType pixmap,
406 dp->configs[intptr_t(config)].config, pixmap, attrib_list);
    [all...]
  /development/tools/emulator/opengl/system/egl/
egl.cpp 696 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
698 //XXX: Pixmap not supported. The host cannot render to a pixmap resource
744 // not modified for a window or pixmap surface
    [all...]
  /external/kernel-headers/original/linux/
fb.h 573 * Pixmap structure definition
848 struct fb_pixmap pixmap; /* Image hardware mapper */ member in struct:fb_info
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA2.c 371 Pixmap pid;
425 dev->pixmap = (rep.flags & XDGAPixmap) ? pid : 0;
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 680 \qmlproperty pixmap WebView::icon
685 return page()->mainFrame()->icon().pixmap(QSize(256, 256));
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 535 milliseconds

1 23