Home
last modified time | relevance | path

Searched refs:PICT_FORMAT_RGB (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_program.h135 if (mask && mask->componentAlpha && PICT_FORMAT_RGB(mask->format)) in glamor_is_component_alpha()
H A Dglamor_render.c484 && PICT_FORMAT_RGB(mask->format) != 0 && op_info->source_alpha) { in glamor_set_composite_op()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.h56 #define PICT_FORMAT_RGB(f) PIXMAN_FORMAT_RGB(f) macro
H A Dglyph.c544 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
H A Drender.c991 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c143 #define NeedsComponent(f) (PICT_FORMAT_A(f) != 0 && PICT_FORMAT_RGB(f) != 0)