| /xsrc/external/mit/xvinfo/dist/ |
| H A D | xvinfo.c | 296 formats[n].num_planes);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | Xvproto.h | 115 CARD8 num_planes; member in struct:__anon348c008f0608 547 CARD32 num_planes; member in struct:__anon348c008f2008
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 421 image->num_planes = formats[i].num_planes; 1240 reply->num_planes << 2); 1242 reply->num_planes << 2);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | xvdisp.c | 222 swapl(&rep->num_planes); 964 int size, num_planes, i; local in function:ProcXvQueryImageAttributes 993 num_planes = pImage->num_planes; 995 if (!(offsets = malloc(num_planes << 3))) 997 pitches = offsets + num_planes; 1009 .length = planeLength = num_planes << 1, 1010 .num_planes = num_planes, 1059 info.num_planes [all...] |
| H A D | xvdix.h | 123 int num_planes; member in struct:__anon419ad4ed0508
|
| H A D | xvmc.c | 579 info.num_planes = pImage->num_planes;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86xv.c | 471 pi->num_planes = imagePtr->num_planes;
|
| H A D | xf86xv.h | 52 int num_planes; member in struct:__anone1cd51a60108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| H A D | kxv.c | 412 pi->num_planes = imagePtr->num_planes;
|
| H A D | kxv.h | 66 int num_planes; member in struct:__anon30ce8c010108
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrhostvideo.c | 711 rep.num_planes << 2); 714 rep.num_planes << 2);
|
| H A D | ephyrhostvideo.h | 65 int num_planes; member in struct:_EphyrHostImageFormat
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | xvmc.c | 541 info.num_planes = pImage->num_planes;
|
| H A D | xvdisp.c | 270 swapl(&rep->num_planes, n); 1128 int size, num_planes, i; local in function:ProcXvQueryImageAttributes 1156 num_planes = pImage->num_planes; 1158 if(!(offsets = malloc(num_planes << 3))) 1160 pitches = offsets + num_planes; 1170 rep.length = planeLength = num_planes << 1; 1171 rep.num_planes = num_planes; 1215 info.num_planes [all...] |
| H A D | xvdix.h | 125 int num_planes; member in struct:__anona5184b1a0508
|
| /xsrc/external/mit/xgc/dist/ |
| H A D | planemask.c | 67 int i, num_planes; local in function:create_planemask_choice 72 num_planes = PlanesOfScreen(X.scr); 74 planemask = (1<<num_planes)-1; 80 pm = (Widget *) malloc(num_planes * sizeof(Widget)); 81 pminfo = (int *) malloc(num_planes * sizeof(int)); 90 for (i=0;i<num_planes;++i) { /* go through all the buttons */
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | egl_generated.h | 905 typedef EGLBoolean (GLAPIENTRY *PFNEGLEXPORTDMABUFIMAGEQUERYMESAPROC)(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers); 1100 EPOXY_PUBLIC EGLBoolean (EPOXY_CALLSPEC *epoxy_eglExportDMABUFImageQueryMESA)(EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers);
|
| H A D | egl_generated_dispatch.c | 5067 GEN_THUNKS_RET(EGLBoolean, eglExportDMABUFImageQueryMESA, (EGLDisplay dpy, EGLImageKHR image, int * fourcc, int * num_planes, EGLuint64KHR * modifiers), (dpy, image, fourcc, num_planes, modifiers))
|
| /xsrc/external/mit/libXvMC/dist/src/ |
| H A D | XvMC.c | 187 ret[i].num_planes = Info.num_planes;
|
| /xsrc/external/mit/libXv/dist/src/ |
| H A D | Xv.c | 940 ret[i].num_planes = Info.num_planes; 1000 if (rep.num_planes < ((INT_MAX >> 3) - sizeof(XvImage))) 1001 ret = Xmalloc(sizeof(XvImage) + (rep.num_planes << 3)); 1008 ret->num_planes = (int) rep.num_planes; 1010 ret->offsets = ret->pitches + rep.num_planes; 1013 _XRead(dpy, (char *) (ret->pitches), rep.num_planes << 2); 1014 _XRead(dpy, (char *) (ret->offsets), rep.num_planes << 2);
|
| /xsrc/external/mit/libXv/dist/include/X11/extensions/ |
| H A D | Xvlib.h | 131 int num_planes; member in struct:__anon3b3c96a30908 157 int num_planes; member in struct:__anon3b3c96a30a08
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_wayland.c | 1193 for (int i = 0; i < image->base.num_planes; i++) {
|
| H A D | wsi_common_win32.c | 444 image->num_planes = 1;
|
| H A D | wsi_common_x11.c | 1465 image->base.num_planes, 1483 assert(image->base.num_planes == 1); 1500 for (int i = 0; i < image->base.num_planes; i++)
|
| H A D | wsi_common_display.c | 1046 for (unsigned int i = 0; i < image->base.num_planes; i++) { 1076 for (unsigned int i = 0; i < image->base.num_planes; i++) { 1100 for (unsigned int i = 0; i < image->base.num_planes; i++)
|