Searched refs:pixmap (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/ui/gfx/
H A Dgpu_memory_buffer.cc22 pixmap(0)
/external/chromium_org/ui/gl/
H A Dgl_image_glx.cc66 bool ActualPixmapGeometry(XID pixmap, gfx::Size* size, unsigned* depth) { argument
75 pixmap,
92 unsigned ActualPixmapDepth(XID pixmap) { argument
94 if (!ActualPixmapGeometry(pixmap, NULL, &depth))
100 gfx::Size ActualPixmapSize(XID pixmap) { argument
102 if (!ActualPixmapGeometry(pixmap, &size, NULL))
118 bool GLImageGLX::Initialize(XID pixmap) { argument
129 DCHECK_EQ(PixmapDepth(internalformat_), ActualPixmapDepth(pixmap));
130 DCHECK_EQ(size_.ToString(), ActualPixmapSize(pixmap).ToString());
156 gfx::GetXDisplay(), *config.get(), pixmap, pixmap_attrib
[all...]
H A Dgl_image_glx.h19 bool Initialize(XID pixmap);
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_pixmap.c61 struct apple_glx_pixmap *p = &d->types.pixmap;
93 struct apple_glx_pixmap *p = &d->types.pixmap;
114 apple_glx_diagnostic("destroyed pixmap buffer for: 0x%lx\n", d->drawable);
119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, argument
129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks))
134 p = &d->types.pixmap;
136 p->xpixmap = pixmap;
139 if (!XAppleDRICreatePixmap(dpy, screen, pixmap,
182 apple_glx_diagnostic("created: pixmap buffer for 0x%lx\n", d->drawable);
188 apple_glx_pixmap_query(GLXPixmap pixmap, in argument
225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) argument
[all...]
H A Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon14280
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/
H A Dapple_glx_pixmap.c61 struct apple_glx_pixmap *p = &d->types.pixmap;
93 struct apple_glx_pixmap *p = &d->types.pixmap;
114 apple_glx_diagnostic("destroyed pixmap buffer for: 0x%lx\n", d->drawable);
119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, argument
129 if (apple_glx_drawable_create(dpy, screen, pixmap, &d, &callbacks))
134 p = &d->types.pixmap;
136 p->xpixmap = pixmap;
139 if (!XAppleDRICreatePixmap(dpy, screen, pixmap,
182 apple_glx_diagnostic("created: pixmap buffer for 0x%lx\n", d->drawable);
188 apple_glx_pixmap_query(GLXPixmap pixmap, in argument
225 apple_glx_pixmap_destroy(Display * dpy, GLXPixmap pixmap) argument
[all...]
H A Dapple_glx_drawable.h71 GLXPbuffer xid; /* our pixmap */
108 struct apple_glx_pixmap pixmap; member in union:apple_glx_drawable::__anon27691
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/ui/gfx/x/
H A Dx11_types.h27 // Return the number of bits-per-pixel for a pixmap of the given depth
30 // Draws ARGB data on the given pixmap using the given GC, converting to the
36 XID pixmap, void* pixmap_gc,
46 XID pixmap, void* pixmap_gc,
H A Dx11_types.cc34 XID pixmap, void* pixmap_gc,
39 pixmap, pixmap_gc,
66 XID pixmap, void* pixmap_gc,
101 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
128 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
158 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
32 PutARGBImage(XDisplay* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int width, int height) argument
64 PutARGBImage(XDisplay* display, void* visual, int depth, XID pixmap, void* pixmap_gc, const uint8* data, int data_width, int data_height, int src_x, int src_y, int dst_x, int dst_y, int copy_width, int copy_height) argument
/external/chromium_org/ui/ozone/gpu/
H A Dgpu_memory_buffer_factory_ozone_native_buffer.cc19 bool Initialize(scoped_refptr<NativePixmap> pixmap) { argument
21 if (!Initialize(EGL_NATIVE_PIXMAP_KHR, pixmap->GetEGLClientBuffer(), attrs))
23 pixmap_ = pixmap;
74 scoped_refptr<NativePixmap> pixmap = local
77 if (!pixmap.get()) {
78 LOG(ERROR) << "Failed to create pixmap " << size.width() << "x"
83 native_pixmap_map_[GetIndex(id)] = pixmap;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_composite.h26 struct exa_pixmap_priv *pixmap,
29 struct exa_pixmap_priv *pixmap,
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_composite.h26 struct exa_pixmap_priv *pixmap,
29 struct exa_pixmap_priv *pixmap,
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_x11_pixmap.h25 // Create a GPU memory buffer for an existing X11 pixmap.
26 void CreateGpuMemoryBuffer(const gfx::GpuMemoryBufferId& id, XID pixmap);
H A Dgpu_memory_buffer_factory_x11_pixmap.cc19 XID pixmap) {
22 pixmaps_[key] = pixmap;
17 CreateGpuMemoryBuffer( const gfx::GpuMemoryBufferId& id, XID pixmap) argument
/external/chromium_org/content/browser/compositor/
H A Dsoftware_output_device_x11.cc59 Pixmap pixmap = XCreatePixmap( local
61 GC gc = XCreateGC(display_, pixmap, 0, NULL);
83 pixmap,
94 display_, pixmap, ui::GetRenderARGB32Format(display_), 0, NULL);
114 XFreePixmap(display_, pixmap);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c116 * use only one reusable pixmap with the maximum dimensions.
117 * draw the entire font into a single pixmap (careful with
132 Pixmap pixmap; local
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
214 Pixmap pixmap; local
279 pixmap
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c122 * use only one reusable pixmap with the maximum dimensions.
123 * draw the entire font into a single pixmap (careful with
138 Pixmap pixmap; local
141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
151 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
162 XFreePixmap(dpy, pixmap);
219 Pixmap pixmap; local
282 pixmap
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c123 * use only one reusable pixmap with the maximum dimensions.
124 * draw the entire font into a single pixmap (careful with
139 Pixmap pixmap; local
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
221 Pixmap pixmap; local
285 pixmap
[all...]
H A Drealglx.h48 _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);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c116 * use only one reusable pixmap with the maximum dimensions.
117 * draw the entire font into a single pixmap (careful with
132 Pixmap pixmap; local
135 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
137 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
143 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
145 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
156 XFreePixmap(dpy, pixmap);
214 Pixmap pixmap; local
279 pixmap
[all...]
/external/mesa3d/src/glx/
H A Dxfont.c122 * use only one reusable pixmap with the maximum dimensions.
123 * draw the entire font into a single pixmap (careful with
138 Pixmap pixmap; local
141 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
143 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
149 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
151 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
162 XFreePixmap(dpy, pixmap);
219 Pixmap pixmap; local
282 pixmap
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c123 * use only one reusable pixmap with the maximum dimensions.
124 * draw the entire font into a single pixmap (careful with
139 Pixmap pixmap; local
142 pixmap = XCreatePixmap(dpy, win, 8 * width, height, 1);
144 XFillRectangle(dpy, pixmap, gc, 0, 0, 8 * width, height);
150 XDrawString16(dpy, pixmap, gc, x0, y0, &char2b, 1);
152 image = XGetImage(dpy, pixmap, 0, 0, 8 * width, height, 1, XYPixmap);
163 XFreePixmap(dpy, pixmap);
221 Pixmap pixmap; local
285 pixmap
[all...]
H A Drealglx.h48 _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);
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_pixmap_colormap.spec53 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/docs/
H A DMESA_pixmap_colormap.spec53 Pixmap pixmap, Colormap cmap );
70 Pixmap pixmap, Colormap cmap );
73 rendered into the pixmap may then be copied to a window (which uses the

Completed in 3901 milliseconds

12345