HomeSort by relevance Sort by last modified time
    Searched defs:colorkey (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 44 int colorkey; local
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_surface.c 44 int colorkey; local
72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_blocks.c 45 int colorkey; local
75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_subpicture.c 67 int colorkey; local
98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_rendering.c 144 int colorkey; local
180 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
184 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
xvmc_bench.c 188 int colorkey; local
228 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
232 colorkey = 0;
236 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 39 uint32_t colorkey; member in struct:nv04_context

Completed in 264 milliseconds