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

1 23 4 5 6 7 8 9

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 36 SDL_X11_SYM(Cursor,XCreatePixmapCursor,(Display* a,Pixmap b,Pixmap c,XColor* d,XColor* e,unsigned int f,unsigned int g),(a,b,c,d,e,f,g),return)
39 SDL_X11_SYM(Pixmap,XCreatePixmap,(Display* a,Drawable b,unsigned int c,unsigned int d,unsigned int e),(a,b,c,d,e),return)
40 SDL_X11_SYM(Pixmap,XCreatePixmapFromBitmapData,(Display* a,Drawable b,char* c,unsigned int d,unsigned int e,unsigned long f,unsigned long g,unsigned int h),(a,b,c,d,e,f,g,h),return)
61 SDL_X11_SYM(int,XFreePixmap,(Display* a,Pixmap b),(a,b),return)
109 SDL_X11_SYM(int,XSetWindowBackgroundPixmap,(Display* a,Window b,Pixmap c),(a,b,c),return)
SDL_x11wm.c 49 Pixmap icon_pixmap;
50 Pixmap mask_pixmap;
192 /* Transfer the image to an X11 pixmap */
212 seems) need an icon window *and* icon pixmap to work properly, while
213 it screws up others. The default is only to use a pixmap. */
225 /* Set the window icon to the icon pixmap (and icon window) */
  /frameworks/native/opengl/include/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
480 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
484 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
eglplatform.h 102 typedef Pixmap EGLNativePixmapType;
  /external/webkit/Source/WebCore/platform/qt/
ClipboardQt.cpp 284 QPixmap* pixmap = cachedImage->image()->nativeImageForCurrentFrame();
285 if (pixmap)
286 m_writableData->setImageData(*pixmap);
MIMETypeRegistryQt.cpp 57 { "ppm", "image/x-portable-pixmap" },
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/mime-types/
mozilla 74 image/x-portable-pixmap
webkit 110 image/x-portable-pixmap
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 547 EGLNativePixmapType pixmap,
557 if(EglPixmapSurface::alreadyAssociatedWithConfig(pixmap)) {
562 if(!EglOS::checkPixmapPixelFormatMatch(dpy->nativeType(),pixmap,cfg,&width,&height)) {
565 SurfacePtr pixSurface(new EglPixmapSurface(dpy, pixmap,cfg));
729 //checking native pixmap validity
730 if(newReadPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeRead)) {
733 if(newDrawPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,nativeDraw)) {
881 if(read->type() == EglSurface::PIXMAP &&
891 if(draw->type() == EglSurface::PIXMAP &&
    [all...]
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
116 return getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
X.h 107 typedef XID Pixmap;
123 #define ParentRelative 1L /* background pixmap in CreateWindow
126 #define CopyFromParent 0L /* border pixmap in CreateWindow
358 #define BadPixmap 4 /* parameter not a Pixmap */
363 #define BadDrawable 9 /* parameter not a Pixmap or Window */
Xutil.h 118 Pixmap icon_pixmap; /* pixmap to be used as icon */
121 Pixmap icon_mask; /* icon mask bitmap */
616 Pixmap /* icon_pixmap */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 107 typedef XID Pixmap;
123 #define ParentRelative 1L /* background pixmap in CreateWindow
126 #define CopyFromParent 0L /* border pixmap in CreateWindow
358 #define BadPixmap 4 /* parameter not a Pixmap */
363 #define BadDrawable 9 /* parameter not a Pixmap or Window */
Xutil.h 118 Pixmap icon_pixmap; /* pixmap to be used as icon */
121 Pixmap icon_mask; /* icon mask bitmap */
616 Pixmap /* icon_pixmap */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
X.h 107 typedef XID Pixmap;
123 #define ParentRelative 1L /* background pixmap in CreateWindow
126 #define CopyFromParent 0L /* border pixmap in CreateWindow
358 #define BadPixmap 4 /* parameter not a Pixmap */
363 #define BadDrawable 9 /* parameter not a Pixmap or Window */
  /external/webkit/Tools/MiniBrowser/qt/
BrowserWindow.cpp 234 QPixmap pixmap = QPixmap::grabWidget(m_browser); local
240 label->setPixmap(pixmap);
254 pixmap.save(fileName, "png");
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 88 typedef Pixmap EGLNativePixmapType;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Config.h 55 EGLBoolean mMatchNativePixmap; // Match the native pixmap format
  /external/webkit/Source/WebCore/platform/efl/
MIMETypeRegistryEfl.cpp 59 { "ppm", "image/x-portable-pixmap" },
  /external/webkit/Source/WebKit/qt/Api/
qwebframe_p.h 148 QPixmap pixmap; member in class:QWebHitTestResultPrivate
  /external/webkit/Tools/QtTestBrowser/
locationedit.cpp 61 m_pageIconLabel->setPixmap(icon.pixmap(gPageIconSize));
  /frameworks/native/opengl/specs/
EGL_ANDROID_presentation_time.txt 90 or copied to a native pixmap then the presentation time of the surface at
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shape.h 119 Pixmap /* src */,

Completed in 1375 milliseconds

1 23 4 5 6 7 8 9