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

1 2

  /external/chromium_org/third_party/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
  /hardware/intel/common/libva/va/glx/
va_glx_private.h 44 typedef GLXPixmap (*PFNGLXCREATEPIXMAPPROC)(Display *, GLXFBConfig, Pixmap, const int *);
45 typedef void (*PFNGLXDESTROYPIXMAPPROC)(Display *, GLXPixmap);
  /external/chromium_org/third_party/mesa/src/docs/
MESA_pixmap_colormap.spec 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
72 allows one to create a GLXPixmap with a specific colormap. The image
  /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 47 extern GLXPixmap
50 extern GLXPixmap
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
131 extern GLXPixmap
136 _real_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
223 extern GLXPixmap
glxapi.c 223 GLXPixmap PUBLIC
248 glXDestroyGLXPixmap(Display *dpy, GLXPixmap pixmap)
471 GLXPixmap PUBLIC
505 glXDestroyPixmap(Display *dpy, GLXPixmap pixmap)
781 GLXPixmap PUBLIC
1041 GLXPixmap PUBLIC
    [all...]
  /external/mesa3d/docs/
MESA_pixmap_colormap.spec 52 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
69 GLXPixmap glXCreateGLXPixmapMESA( Display *dpy, XVisualInfo *visual,
72 allows one to create a GLXPixmap with a specific colormap. The image
  /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 47 extern GLXPixmap
50 extern GLXPixmap
55 _real_glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
131 extern GLXPixmap
136 _real_glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
223 extern GLXPixmap
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_drawable.h 80 GLXPixmap xpixmap;
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
apple_glx_pixmap.c 188 apple_glx_pixmap_query(GLXPixmap pixmap, int attr, unsigned int *value)
225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap)
glx_empty.c 155 _X_EXPORT GLXPixmap
229 _X_EXPORT GLXPixmap
  /external/mesa3d/src/glx/apple/
apple_glx_drawable.h 80 GLXPixmap xpixmap;
222 bool apple_glx_pixmap_query(GLXPixmap pixmap, int attribute,
apple_glx_pixmap.c 188 apple_glx_pixmap_query(GLXPixmap pixmap, int attr, unsigned int *value)
225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap)
glx_empty.c 155 _X_EXPORT GLXPixmap
229 _X_EXPORT GLXPixmap
  /external/chromium_org/third_party/skia/include/gpu/gl/
SkNativeGLContext.h 75 GLXPixmap fGlxPixmap;
  /external/skia/include/gpu/gl/
SkNativeGLContext.h 75 GLXPixmap fGlxPixmap;
  /external/chromium_org/third_party/mesa/src/include/GL/
glx.h 179 typedef XID GLXPixmap;
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
311 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
glxext.h 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
    [all...]
  /external/mesa3d/include/GL/
glx.h 179 typedef XID GLXPixmap;
216 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
219 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
272 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
275 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
310 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
311 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
glxext.h 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
784 extern GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
786 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
300 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
301 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
glxext.h 486 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
487 extern void glXDestroyPixmap (Display *, GLXPixmap);
505 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
506 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
628 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
635 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
728 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
730 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 179 typedef XID GLXPixmap;
206 extern GLXPixmap glXCreateGLXPixmap( Display *dpy, XVisualInfo *visual,
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
262 extern GLXPixmap glXCreatePixmap( Display *dpy, GLXFBConfig config,
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
300 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
301 typedef void (* PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
glxext.h 486 extern GLXPixmap glXCreatePixmap (Display *, GLXFBConfig, Pixmap, const int *);
487 extern void glXDestroyPixmap (Display *, GLXPixmap);
505 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
506 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
628 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *, GLXFBConfigSGIX, Pixmap);
635 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
728 extern GLXPixmap glXCreateGLXPixmapMESA (Display *, XVisualInfo *, Pixmap, Colormap);
730 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap);
    [all...]

Completed in 409 milliseconds

1 2