Searched refs:create_image (Results 1 - 24 of 24) sorted by relevance

/xsrc/external/mit/pixman/dist/test/
H A Dglyph-test.c114 create_image (int max_size, const pixman_format_code_t *formats, uint32_t flags) function in typeref:typename:pixman_image_t *
199 create_image (max_size, formats, (flags & ~(ALLOW_ALPHA_MAP | ALLOW_SOLID)));
231 source = create_image (300, formats,
236 dest = create_image (128, formats,
244 glyph_images[i] = create_image (32, glyph_formats, 0);
H A Daffine-bench.c132 create_image (uint32_t width, function in typeref:typename:void
426 create_image (xmax - xmin + 64, ymax - ymin + 1, src_format, filter,
431 create_image (xmax - xmin + 64, ymax - ymin + 1, mask_format, filter,
442 create_image (WIDTH + 64, HEIGHT, dest_format, filter,
H A Dtolerance-test.c95 create_image (pixman_image_t **clone) function in typeref:typename:pixman_image_t *
298 source = create_image (NULL);
299 mask = create_image (NULL);
300 dest = create_image (&dest_copy);
/xsrc/external/mit/xcb-util/dist/image/
H A Dtest_formats.c56 static xcb_image_t *create_image(xcb_connection_t *c, int depth, int format) function in typeref:typename:xcb_image_t *
161 im = create_image(c, depth, format->format);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_image.c247 create_image(struct v3dv_device *device, function in typeref:typename:VkResult
373 return create_image(device, &local_create_info, pAllocator, pImage);
390 return create_image(device, pCreateInfo, pAllocator, pImage);
/xsrc/external/mit/MesaLib/dist/src/egl/drivers/dri2/
H A Dplatform_device.c187 .create_image = dri2_create_image_khr,
H A Dplatform_surfaceless.c181 .create_image = dri2_create_image_khr,
H A Degl_dri2.h122 _EGLImage* (*create_image)(_EGLDisplay *disp, _EGLContext *ctx, member in struct:dri2_egl_display_vtbl
H A Dplatform_x11_dri3.c506 .create_image = dri3_create_image_khr,
H A Dplatform_x11.c1171 .create_image = dri2_create_image_khr,
1184 .create_image = dri2_x11_create_image_khr,
H A Dplatform_wayland.c1423 .create_image = dri2_create_image_khr,
2046 .create_image = dri2_create_image_khr,
H A Dplatform_drm.c676 .create_image = dri2_drm_create_image_khr,
H A Dplatform_android.c1343 .create_image = droid_create_image_khr,
H A Degl_dri2.c2208 return dri2_dpy->vtbl->create_image(disp, ctx, target, buffer,
/xsrc/external/mit/MesaLib.old/dist/src/egl/drivers/dri2/
H A Dplatform_surfaceless.c223 .create_image = dri2_create_image_khr,
H A Degl_dri2.h110 _EGLImage* (*create_image)(_EGLDriver *drv, _EGLDisplay *disp, member in struct:dri2_egl_display_vtbl
H A Dplatform_x11_dri3.c498 .create_image = dri3_create_image_khr,
H A Dplatform_wayland.c1307 .create_image = dri2_create_image_khr,
2043 .create_image = dri2_create_image_khr,
H A Dplatform_x11.c1263 .create_image = dri2_create_image_khr,
1283 .create_image = dri2_x11_create_image_khr,
H A Dplatform_drm.c667 .create_image = dri2_drm_create_image_khr,
H A Dplatform_android.c1229 .create_image = droid_create_image_khr,
H A Degl_dri2.c1837 return dri2_dpy->vtbl->create_image(drv, disp, ctx, target, buffer,
/xsrc/external/mit/libX11/dist/src/
H A DImUtil.c271 image->f.create_image = XCreateImage;
/xsrc/external/mit/libX11/dist/include/X11/
H A DXlib.h373 struct _XImage *(*create_image)( member in struct:_XImage::funcs

Completed in 48 milliseconds