Searched defs:ximage (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xutil.h | 208 #define XDestroyImage(ximage) \ argument 210 #define XGetPixel(ximage, x, y) \ argument 212 #define XPutPixel(ximage, x, y, pixel) \ argument 214 #define XSubImage(ximage, x, y, width, height) \ argument 216 #define XAddPixel(ximage, value) \ argument
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xutil.h | 208 #define XDestroyImage(ximage) \ argument 210 #define XGetPixel(ximage, x, y) \ argument 212 #define XPutPixel(ximage, x, y, pixel) \ argument 214 #define XSubImage(ximage, x, y, width, height) \ argument 216 #define XAddPixel(ximage, value) \ argument
|
/aosp_15_r20/external/mesa3d/src/glx/ |
H A D | drisw_glx.c | 196 XImage *ximage; in swrastXPutImage() local 287 XImage *ximage; in swrastGetImage2() local 324 XImage *ximage; in swrastGetImageShm2() local
|
H A D | drisw_priv.h | 49 XImage *ximage; member
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/sw/xlib/ |
H A D | xlib_sw_winsys.c | 307 XImage *ximage; in xlib_sw_display() local
|
/aosp_15_r20/external/libpng/contrib/gregbook/ |
H A D | rpng-x.c | 142 static XImage *ximage; variable
|
H A D | rpng2-x.c | 291 static XImage *ximage; variable
|