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

12

  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 59 print_tf_state(" accelerated hardware->hardware colorkey blits", info->blit_hw_CC);
62 print_tf_state(" accelerated software->hardware colorkey blits", info->blit_sw_CC);
87 printf(" colorkey : 0x%X\n", (unsigned int) surface->format->colorkey);
258 /* !!! FIXME: set colorkey. */
testoverlay2.c 462 format.colorkey=0;
testoverlay.c 517 format.colorkey=0;
  /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...]
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5video.c 2033 DDCOLORKEY colorkey; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 556 Uint32 ckey = info->src->colorkey;
    [all...]
SDL_RLEaccel.c 25 * RLE encoding for software colorkey and alpha-channel acceleration
121 * Various colorkey blit methods, for opaque and per-surface alpha
    [all...]
SDL_blit_A.c 184 Uint32 ckey = srcfmt->colorkey;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/dga/
SDL_dgavideo.c 893 srcx, srcy, w, h, dstx, dsty, src->format->colorkey);
  /external/qemu/distrib/sdl-1.2.15/src/video/directfb/
SDL_DirectFB_video.c 884 DirectFB_SetHWColorKey (NULL, src, src->format->colorkey);

Completed in 129 milliseconds

12