HomeSort by relevance Sort by last modified time
    Searched refs:Pixmap (Results 26 - 50 of 120) sorted by null

12 3 4 5

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/EGL/
eglplatform.h 98 typedef Pixmap EGLNativePixmapType;
  /prebuilts/gcc/linux-x86/host/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 */,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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 */,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
shmstr.h 41 #define Pixmap CARD32
182 Pixmap pid B32;
215 #undef Pixmap
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon15007
216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon25372
216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap,
220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h 78 Pixmap x_pixmap,
  /external/chromium_org/third_party/khronos/EGL/
eglplatform.h 110 typedef Pixmap EGLNativePixmapType;
  /external/chromium_org/third_party/mesa/src/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
  /external/chromium_org/third_party/mesa/src/include/EGL/
eglplatform.h 122 typedef Pixmap EGLNativePixmapType;
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
glxapi.h 67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
185 GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
realglx.h 48 _real_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap );
52 Pixmap pixmap, Colormap cmap );
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
132 _real_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
136 _real_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
224 _real_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
    [all...]
xmesa_x.h 43 typedef Pixmap XMesaPixmap;
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 73 Pixmap fPixmap;
  /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
  /external/mesa3d/include/EGL/
eglplatform.h 122 typedef Pixmap EGLNativePixmapType;
  /external/mesa3d/src/mesa/drivers/x11/
glxapi.h 67 GLXPixmap (*CreateGLXPixmap)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap);
69 void (*DestroyGLXPixmap)(Display *dpy, GLXPixmap pixmap);
94 GLXPixmap (*CreatePixmap)(Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attribList);
97 void (*DestroyPixmap)(Display *dpy, GLXPixmap pixmap);
139 GLXPixmap (*CreateGLXPixmapWithConfigSGIX)(Display *, GLXFBConfigSGIX, Pixmap);
185 GLXPixmap (*CreateGLXPixmapMESA)(Display *dpy, XVisualInfo *visinfo, Pixmap pixmap, Colormap cmap);
realglx.h 48 _real_glXCreateGLXPixmap( Display *dpy, XVisualInfo *visinfo, Pixmap pixmap );
52 Pixmap pixmap, Colormap cmap );
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
132 _real_glXCreatePixmap( Display *dpy, GLXFBConfig config, Pixmap pixmap,
136 _real_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
224 _real_glXCreateGLXPixmapWithConfigSGIX(Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
    [all...]
xmesa_x.h 43 typedef Pixmap XMesaPixmap;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 73 Pixmap fPixmap;

Completed in 2235 milliseconds

12 3 4 5