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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 35 Uint32 colorkey; member in struct:private_hwdata
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_context.c 41 int colorkey; local
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_surface.c 41 int colorkey; local
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_blocks.c 42 int colorkey; local
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_subpicture.c 65 int colorkey; local
95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_rendering.c 142 int colorkey; local
177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
xvmc_bench.c 184 int colorkey; local
223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_context.c 41 int colorkey; local
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_surface.c 41 int colorkey; local
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_blocks.c 42 int colorkey; local
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_subpicture.c 65 int colorkey; local
95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
test_rendering.c 142 int colorkey; local
177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
xvmc_bench.c 184 int colorkey; local
223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_context.h 39 uint32_t colorkey; member in struct:nv04_context
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 39 uint32_t colorkey; member in struct:nv04_context
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbmatrox.c 51 /* Sets video mem colorkey and accelerated blit function */
184 Uint32 colorkey; local
190 colorkey = src->format->colorkey;
193 colorkey |= (colorkey<<8);
195 colorkey |= (colorkey<<16);
199 mga_out32(MGAREG_FCOL, colorkey);
261 /* The Matrox has accelerated normal and colorkey blits. *
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 190 (key == surface->format->colorkey) ) {
194 /* UnRLE surfaces before we change the colorkey */
205 surface->format->colorkey = key;
219 surface->format->colorkey = 0;
795 Uint32 colorkey = 0; local
847 colorkey = surface->format->colorkey;
877 SDL_GetRGB(colorkey,surface->format,&keyR,&keyG,&keyB);
881 SDL_SetColorKey(surface, cflags, colorkey);
SDL_video.c 1747 Uint32 colorkey; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 88 Uint32 colorkey; member in struct:SDL_PixelFormat
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
536 * If the hardware supports acceleration of colorkey blits between
624 * that per-surface alpha can be combined with colorkey transparency.
663 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
681 * The blit semantics for surfaces with and without alpha and colorkey
775 * If you want to take advantage of hardware colorkey or alpha blit
776 * acceleration, you should set the colorkey and alpha value befor
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 2033 DDCOLORKEY colorkey; local
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 88 Uint32 colorkey; member in struct:SDL_PixelFormat
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
536 * If the hardware supports acceleration of colorkey blits between
624 * that per-surface alpha can be combined with colorkey transparency.
663 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
681 * The blit semantics for surfaces with and without alpha and colorkey
775 * If you want to take advantage of hardware colorkey or alpha blit
776 * acceleration, you should set the colorkey and alpha value befor
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 88 Uint32 colorkey; member in struct:SDL_PixelFormat
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
536 * If the hardware supports acceleration of colorkey blits between
624 * that per-surface alpha can be combined with colorkey transparency.
663 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
681 * The blit semantics for surfaces with and without alpha and colorkey
775 * If you want to take advantage of hardware colorkey or alpha blit
776 * acceleration, you should set the colorkey and alpha value befor
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 88 Uint32 colorkey; member in struct:SDL_PixelFormat
177 Uint32 blit_hw_CC :1; /**< Flag: Accelerated blits with Colorkey */
180 Uint32 blit_sw_CC :1; /**< Flag: Accelerated blits with Colorkey */
535 * SDL_SRCCOLORKEY indicates that the surface will be used for colorkey blits.
536 * If the hardware supports acceleration of colorkey blits between
624 * that per-surface alpha can be combined with colorkey transparency.
663 * SDL will try to RLE accelerate colorkey and alpha blits in the resulting
681 * The blit semantics for surfaces with and without alpha and colorkey
775 * If you want to take advantage of hardware colorkey or alpha blit
776 * acceleration, you should set the colorkey and alpha value befor
    [all...]

Completed in 884 milliseconds