HomeSort by relevance Sort by last modified time
    Searched refs:plane_mask (Results 1 - 13 of 13) sorted by null

  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast.h 152 unsigned plane_mask; member in struct:lp_rast_cmd_arg::__anon16372
178 unsigned plane_mask)
182 arg.triangle.plane_mask = plane_mask;
198 arg.triangle.plane_mask = x | (y << 8);
lp_rast_tri_tmp.h 159 unsigned plane_mask = arg.triangle.plane_mask; local
175 while (plane_mask) {
176 int i = ffs(plane_mask) - 1;
178 plane_mask &= ~(1 << i);
262 unsigned mask = arg.triangle.plane_mask;
335 unsigned mask = arg.triangle.plane_mask;
lp_rast_tri.c 121 arg2.triangle.plane_mask = (1<<3)-1;
131 arg2.triangle.plane_mask = (1<<4)-1;
257 int x = (arg.triangle.plane_mask & 0xff) + task->x;
258 int y = (arg.triangle.plane_mask >> 8) + task->y;
371 unsigned x = (arg.triangle.plane_mask & 0xff) + task->x;
372 unsigned y = (arg.triangle.plane_mask >> 8) + task->y;
lp_rast_debug.c 181 unsigned plane_mask = arg.triangle.plane_mask; local
194 while (plane_mask) {
195 plane[nr_planes] = tri_plane[u_bit_scan(&plane_mask)];
  /external/libvncserver/x11vnc/
xwrappers.h 68 unsigned int width, unsigned int height, unsigned long plane_mask,
71 unsigned int width, unsigned int height, unsigned long plane_mask,
xwrappers.c 73 unsigned int width, unsigned int height, unsigned long plane_mask,
76 unsigned int width, unsigned int height, unsigned long plane_mask,
281 unsigned int width, unsigned int height, unsigned long plane_mask,
285 if (!disp || !d || !x || !y || !width || !height || !plane_mask || !format || !dest_image || !dest_x || !dest_y) {}
310 return XGetSubImage(disp, d, x, y, width, height, plane_mask,
316 unsigned int width, unsigned int height, unsigned long plane_mask,
319 if (!disp || !d || !x || !y || !width || !height || !plane_mask || !format) {}
330 return XGetImage(disp, d, x, y, width, height, plane_mask, format);
    [all...]
solid.c 224 gcv.plane_mask = AllPlanes;
351 gcv.plane_mask = AllPlanes;
    [all...]
nox11.h 977 unsigned long plane_mask;/* plane mask */ member in struct:__anon13577
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/xcb/
xproto.h 3167 uint32_t plane_mask; \/**< *\/ member in struct:xcb_get_image_request_t
3515 uint32_t plane_mask; \/**< *\/ member in struct:xcb_free_colors_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/xcb/
xproto.h 3168 uint32_t plane_mask; \/**< *\/ member in struct:xcb_get_image_request_t
3516 uint32_t plane_mask; \/**< *\/ member in struct:xcb_free_colors_request_t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 194 unsigned long plane_mask;/* plane mask */ member in struct:__anon29742
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h 191 unsigned long plane_mask;/* plane mask */ member in struct:__anon31605
    [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 400 milliseconds