Searched refs:subimage (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xcb-util/dist/image/ |
| H A D | test_bitmap.c | 133 xcb_image_t *image, *native_image, *subimage; local in function:main 152 subimage = xcb_image_subimage(native_image, INSET_X, INSET_Y, 155 assert(subimage); 157 subimage->format = XCB_IMAGE_FORMAT_XY_BITMAP; 160 subimage->width, subimage->height); 165 xcb_image_put(c, pix, gc, subimage, 0, 0, 0);
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | ImUtil.c | 841 unsigned int width, /* width in pixels of new subimage */ 842 unsigned int height)/* height in pixels of new subimage */ 845 register XImage *subimage; local in function:_XSubImage 851 if ((subimage = Xcalloc (1, sizeof (XImage))) == NULL) 853 subimage->width = width; 854 subimage->height = height; 855 subimage->xoffset = 0; 856 subimage->format = ximage->format; 857 subimage->byte_order = ximage->byte_order; 858 subimage [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 11.1.4.rst | 73 - vc4: Fix subimage accesses to LT textures.
|
| H A D | 11.2.2.rst | 82 - vc4: Fix subimage accesses to LT textures.
|
| H A D | 20.0.0.rst | 1735 - isl: Add a helper for calculating subimage memory ranges
|
Completed in 10 milliseconds