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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 39 uint32_t colorkey; member in struct:nv04_context
nv04_render.c 99 BEGIN_NV04(push, NV04_TTRI(COLORKEY), 7);
100 PUSH_DATA (push, nv04->colorkey);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
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_context.c 44 int colorkey; local
71 XvGetPortAttribute(display, port_num, xv_colorkey, &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);
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);
test_subpicture.c 67 int colorkey; local
98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);

Completed in 89 milliseconds