HomeSort by relevance Sort by last modified time
    Searched full:pixmap (Results 26 - 50 of 203) sorted by null

12 3 4 5 6 7 8 9

  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglPixmapSurface.cpp 29 EglSurface(dpy, PIXMAP,config,0,0),
EglSurface.h 35 PIXMAP = 3
EglMacApi.cpp 119 //no support for pixmap in mac
137 //no support for pixmap in mac
192 case EglSurface::PIXMAP: // not supported on Mac
  /frameworks/base/core/jni/
com_google_android_gles_jni_EGLImpl.cpp 291 egl_native_pixmap_t pixmap; local
292 pixmap.version = sizeof(pixmap);
293 pixmap.width = nativeBitmap->width();
294 pixmap.height = nativeBitmap->height();
295 pixmap.stride = nativeBitmap->rowBytes() / nativeBitmap->bytesPerPixel();
296 pixmap.format = convertPixelFormat(nativeBitmap->config());
297 pixmap.data = (uint8_t*)ref->pixels();
300 EGLSurface sur = eglCreatePixmapSurface(dpy, cnf, &pixmap, base);
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 239 GdkPixmap* pixmap = gdk_pixmap_new(NULL, size.width(), size.height(), 1); local
240 cairo_t* cairo_context = gdk_cairo_create(GDK_DRAWABLE(pixmap));
245 // Blit the rendered bitmap into a pixmap. Any pixel set in the pixmap will
273 gdk_window_shape_combine_mask(container_->window, pixmap, 0, 0);
274 g_object_unref(pixmap);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
glx.h 207 Pixmap pixmap );
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
263 Pixmap pixmap, const int *attribList );
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
448 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
558 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
565 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 207 Pixmap pixmap );
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
263 Pixmap pixmap, const int *attribList );
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
glxext.h 428 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
447 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
448 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
558 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
565 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
658 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
660 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 207 Pixmap pixmap );
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
263 Pixmap pixmap, const int *attribList );
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
  /external/qemu/android/skin/
surface.h 48 /* create a 'fast' surface that contains a copy of an input ARGB32 pixmap */
51 /* create an empty 'slow' surface containing an ARGB32 pixmap */
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 95 Pixmap pixmap; member in struct:__anon13424
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XShm.h 137 Pixmap XShmCreatePixmap(
152 #include "pixmap.h"
shmstr.h 41 #define Pixmap CARD32
182 Pixmap pid B32;
215 #undef Pixmap
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h 137 Pixmap XShmCreatePixmap(
152 #include "pixmap.h"
shmstr.h 41 #define Pixmap CARD32
182 Pixmap pid B32;
215 #undef Pixmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XShm.h 137 Pixmap XShmCreatePixmap(
152 #include "pixmap.h"
shmstr.h 41 #define Pixmap CARD32
182 Pixmap pid B32;
215 #undef Pixmap
  /external/webkit/Source/WebCore/platform/graphics/qt/
IconQt.cpp 61 QPixmap px = m_icon.pixmap(rect.size());
ImageDecoderQt.cpp 197 QPixmap pixmap = QPixmap::fromImageReader(m_reader.get()); local
199 if (pixmap.isNull()) {
211 buffer->setPixmap(pixmap);
  /external/webkit/Source/WebKit/qt/tests/hybridPixmap/
widget.ui 57 <string notr="true">Pixmap from Qt to HTML</string>
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 165 QPixmap* pixmap = image->nativeImageForCurrentFrame(); local
166 if (!pixmap)
168 QApplication::clipboard()->setPixmap(*pixmap, QClipboard::Clipboard);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h 200 * Data structure for retrieving info about pixmap formats.
227 Pixmap tile; /* tile pixmap for tiling operations */
228 Pixmap stipple; /* stipple 1 plane pixmap for stipping */
236 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
323 Pixmap background_pixmap; /* background or None or ParentRelative */
325 Pixmap border_pixmap; /* border of the window */
548 int nformats; /* number of pixmap formats in list */
549 ScreenFormat *pixmap_format; /* pixmap format list *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 200 * Data structure for retrieving info about pixmap formats.
227 Pixmap tile; /* tile pixmap for tiling operations */
228 Pixmap stipple; /* stipple 1 plane pixmap for stipping */
236 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
323 Pixmap background_pixmap; /* background or None or ParentRelative */
325 Pixmap border_pixmap; /* border of the window */
548 int nformats; /* number of pixmap formats in list */
549 ScreenFormat *pixmap_format; /* pixmap format list *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xlib.h 200 * Data structure for retrieving info about pixmap formats.
227 Pixmap tile; /* tile pixmap for tiling operations */
228 Pixmap stipple; /* stipple 1 plane pixmap for stipping */
236 Pixmap clip_mask; /* bitmap clipping; other calls for rects */
323 Pixmap background_pixmap; /* background or None or ParentRelative */
325 Pixmap border_pixmap; /* border of the window */
548 int nformats; /* number of pixmap formats in list */
549 ScreenFormat *pixmap_format; /* pixmap format list *
    [all...]

Completed in 1697 milliseconds

12 3 4 5 6 7 8 9