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

1 2

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
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_context.c 41 int colorkey; local
67 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);
test_subpicture.c 65 int colorkey; local
95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
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_context.c 41 int colorkey; local
67 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);
test_subpicture.c 65 int colorkey; local
95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
  /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...]
SDL_fb3dfx.c 46 /* Sets video mem colorkey and accelerated blit function */
142 tdfx_out32(SRCCOLORKEYMIN, src->format->colorkey);
143 tdfx_out32(SRCCOLORKEYMAX, src->format->colorkey);
211 /* The 3Dfx has accelerated normal and colorkey blits */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9tex.h 110 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
113 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
118 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
121 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
126 const RECT *srcrect, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
130 const PALETTEENTRY *srcpalette, const RECT *srcrect, DWORD filter, D3DCOLOR colorkey);
151 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
154 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
159 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo);
162 const D3DBOX *srcbox, DWORD filter, D3DCOLOR colorkey, D3DXIMAGE_INFO *srcinfo)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_image_c.h 35 Uint32 colorkey; member in struct:private_hwdata
SDL_ph_image.c 863 ph_SetHWColorKey(this, src, src->format->colorkey);
935 surface->hwdata->colorkey=ph_ExpandColor(this, surface, key);
936 if (surface->hwdata->colorkey==0xFFFFFFFFUL)
941 PgSetChroma(surface->hwdata->colorkey, Pg_CHROMA_SRC_MATCH | Pg_CHROMA_NODRAW);
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_0.c 198 Uint32 ckey = info->src->colorkey;
250 Uint32 ckey = info->src->colorkey;
284 Uint32 ckey = info->src->colorkey;
317 Uint32 ckey = info->src->colorkey;
402 Uint32 ckey = srcfmt->colorkey;
460 case 1: /* colorkey */
466 case 4: /* alpha + colorkey */
SDL_blit_1.c 285 Uint32 ckey = info->src->colorkey;
327 Uint32 ckey = info->src->colorkey;
356 Uint32 ckey = info->src->colorkey;
386 Uint32 ckey = info->src->colorkey;
455 Uint32 ckey = srcfmt->colorkey;
509 case 1: /* colorkey */
518 case 3: /* alpha + colorkey */
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...]

Completed in 204 milliseconds

1 2