HomeSort by relevance Sort by last modified time
    Searched refs:Pixmap (Results 1 - 25 of 36) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 27 typedef unsigned long Pixmap;
44 GraphicsContext3DInternal(GLXContext, Pixmap, GLXPixmap);
52 Pixmap m_pixmap;
GraphicsContext3DInternal.cpp 179 Pixmap pixmap = XCreatePixmap(sharedDisplay(), DefaultRootWindow(sharedDisplay()), 1, 1, visualInfo->depth); local
180 if (!pixmap) {
185 GLXPixmap glxPixmap = glXCreateGLXPixmap(sharedDisplay(), visualInfo, pixmap);
187 XFreePixmap(sharedDisplay(), pixmap); local
192 return new GraphicsContext3DInternal(context, pixmap, glxPixmap);
203 GraphicsContext3DInternal::GraphicsContext3DInternal(GLXContext context, Pixmap pixmap, GLXPixmap glxPixmap)
206 , m_pixmap(pixmap)
  /development/tools/emulator/opengl/host/libs/Translator/include/EGL/
eglplatform.h 89 typedef Pixmap EGLNativePixmapType;
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
eglplatform.h 88 typedef Pixmap EGLNativePixmapType;
  /development/ndk/platforms/android-9/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /external/skia/include/utils/
SkEGLContext.h 42 Pixmap pixmap; member in class:SkEGLContext
  /frameworks/base/opengl/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
shmstr.h 41 #define Pixmap CARD32
182 Pixmap pid B32;
215 #undef Pixmap
XShm.h 137 Pixmap XShmCreatePixmap(
152 #include "pixmap.h"
shape.h 119 Pixmap /* src */,
  /external/webkit/Source/WebCore/plugins/gtk/
gtk2xtbin.h 140 Pixmap border_pixmap; /* window border pixmap or NULL */
149 Pixmap background_pixmap; /* window background pixmap or NULL */
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
73 rendered into the pixmap may then be copied to a window (which uses the
  /prebuilt/linux-x86/toolchain/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...]
Xutil.h 118 Pixmap icon_pixmap; /* pixmap to be used as icon */
121 Pixmap icon_mask; /* icon mask bitmap */
616 Pixmap /* icon_pixmap */,
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/qemu/distrib/sdl-1.2.12/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_x11mouse.c 58 Pixmap data_pixmap, mask_pixmap;
  /external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
xf86dga.h 95 Pixmap pixmap; member in struct:__anon9543
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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...]
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/skia/src/utils/unix/
SkEGLContext_Unix.cpp 19 SkEGLContext::SkEGLContext() : context(NULL), display(NULL), pixmap(0), glxPixmap(0) {
32 if (this->pixmap)
33 XFreePixmap(this->display, this->pixmap);
119 Pixmap pixmap = XCreatePixmap( local
123 this->pixmap = pixmap;
124 if (!pixmap) {
125 SkDebugf("Failed to create pixmap.\n");
129 GLXPixmap glxPixmap = glXCreateGLXPixmap(display, vi, pixmap);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 238 Pixmap m_drawable;

Completed in 494 milliseconds

1 2