Home
last modified time | relevance | path

Searched refs:colorkey (Results 1 – 25 of 31) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_surface.c44 int colorkey; in main() local
72 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
Dxvmc_bench.c188 int colorkey; in main() local
228 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
232 colorkey = 0; in main()
236 …CreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey); in main()
Dtest_blocks.c45 int colorkey; in main() local
75 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
Dtest_context.c44 int colorkey; in main() local
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
Dtest_rendering.c144 int colorkey; in main() local
180 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
184 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey); in main()
Dtest_subpicture.c67 int colorkey; in main() local
98 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey); in main()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_0.c205 Uint32 ckey = info->colorkey; in BlitBto1Key()
258 Uint32 ckey = info->colorkey; in BlitBto2Key()
293 Uint32 ckey = info->colorkey; in BlitBto3Key()
327 Uint32 ckey = info->colorkey; in BlitBto4Key()
416 Uint32 ckey = info->colorkey; in BlitBtoNAlphaKey()
DSDL_blit_1.c294 Uint32 ckey = info->colorkey; in Blit1to1Key()
341 Uint32 ckey = info->colorkey; in Blit1to2Key()
373 Uint32 ckey = info->colorkey; in Blit1to3Key()
406 Uint32 ckey = info->colorkey; in Blit1to4Key()
479 Uint32 ckey = info->colorkey; in Blit1toNAlphaKey()
DSDL_surface.c231 surface->map->info.colorkey = key; in SDL_SetColorKey()
233 surface->format->palette->colors[surface->map->info.colorkey].a = SDL_ALPHA_TRANSPARENT; in SDL_SetColorKey()
241 surface->format->palette->colors[surface->map->info.colorkey].a = SDL_ALPHA_OPAQUE; in SDL_SetColorKey()
268 *key = surface->map->info.colorkey; in SDL_GetColorKey()
294 Uint16 ckey = (Uint16) surface->map->info.colorkey; in SDL_ConvertColorkeyToAlpha()
318 Uint32 ckey = surface->map->info.colorkey; in SDL_ConvertColorkeyToAlpha()
962 SDL_SetColorKey(convert, 1, surface->map->info.colorkey); in SDL_ConvertSurface()
976 SDL_GetRGBA(surface->map->info.colorkey, surface->format, &keyR, in SDL_ConvertSurface()
DSDL_blit_slow.c50 Uint32 ckey = info->colorkey & rgbmask; in SDL_Blit_Slow()
DSDL_blit_N.c570 Uint32 ckey = info->colorkey; in Blit32to32KeyAltivec()
2219 Uint32 ckey = info->colorkey; in BlitNto1Key()
2283 Uint32 ckey = info->colorkey; in Blit2to2Key()
2317 Uint32 ckey = info->colorkey; in BlitNtoNKey()
2360 Uint32 ckey = info->colorkey; in BlitNtoNKeyCopyAlpha()
DSDL_video.c3419 Uint32 colorkey;
3423 colorkey = icon->format->colorkey;
3431 if (*pixels++ == colorkey) {
3445 if ((flags & 1) && *pixels == colorkey) {
3463 if ((flags & 1) && *pixels == colorkey) {
DSDL_blit.h69 Uint32 colorkey; member
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_rotate.c421 Uint32 colorkey = 0; in SDLgfx_rotateSurface() local
433 colorkey = _colorkey(src); in SDLgfx_rotateSurface()
434 SDL_GetRGB(colorkey, src->format, &r, &g, &b); in SDLgfx_rotateSurface()
489 colorkey = SDL_MapRGB(rz_dst->format, r, g, b); in SDLgfx_rotateSurface()
491 SDL_FillRect(rz_dst, NULL, colorkey ); in SDLgfx_rotateSurface()
DSDL_render_sw.c629 Uint32 colorkey; in SW_RenderCopyEx() local
642 if (SDL_GetColorKey(src, &colorkey) == 0) { in SW_RenderCopyEx()
643 SDL_SetColorKey(surface_scaled, SDL_TRUE, colorkey); in SW_RenderCopyEx()
/third_party/ffmpeg/tests/filtergraphs/
Dcolorkey2 [1]colorkey=black:0.2:0.5[t],[0][t]overlay=10:main_h-overlay_h-10
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_context.h39 uint32_t colorkey; member
Dnv04_render.c100 PUSH_DATA (push, nv04->colorkey); in swtnl_restart_ttri()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c160 static const char colorkey[] = "XV_COLORKEY"; in gst_xvcontext_get_xv_support() local
190 } else if (!strcmp (attr[i].name, colorkey)) { in gst_xvcontext_get_xv_support()
195 const Atom atom = XInternAtom (context->disp, colorkey, False); in gst_xvcontext_get_xv_support()
204 cr = (config->colorkey >> 16); in gst_xvcontext_get_xv_support()
205 cg = (config->colorkey >> 8) & 0xFF; in gst_xvcontext_get_xv_support()
206 cb = (config->colorkey) & 0xFF; in gst_xvcontext_get_xv_support()
Dxvcontext.h63 gint colorkey; member
Dxvimagesink.c1668 xvimagesink->config.colorkey = g_value_get_int (value); in gst_xv_image_sink_set_property()
1746 g_value_set_int (value, xvimagesink->config.colorkey); in gst_xv_image_sink_get_property()
1897 xvimagesink->config.colorkey = (8 << 16) | (8 << 8) | 16; in gst_xv_image_sink_init()
/third_party/ffmpeg/libavfilter/opencl/
Dcolorkey.cl37 __kernel void colorkey(
/third_party/gstreamer/gstplugins_base/tests/icles/
Dmeson.build17 …[ 'test-colorkey.c', not x11_dep.found() or not gtk_x11_dep.found(), [x11_dep, gtk_x11_dep, video_…
/third_party/ffmpeg/libavfilter/
Dvf_colorkey.c213 AVFILTER_DEFINE_CLASS(colorkey);
/third_party/ffmpeg/tests/fate/
Dffmpeg.mak38 fate-ffmpeg-filter_colorkey: tests/data/filtergraphs/colorkey
39 …a.pnm -an -filter_complex_script $(TARGET_PATH)/tests/data/filtergraphs/colorkey -sws_flags +accur…

12