Home
last modified time | relevance | path

Searched refs:repeatType (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c533 repeat_type = picture->repeatType; in glamor_set_composite_texture()
534 switch (picture->repeatType) { in glamor_set_composite_texture()
1263 source->repeatType, in glamor_composite_with_shader()
1275 mask->repeatType, in glamor_composite_with_shader()
1694 source->repeatType == RepeatPad)) in glamor_composite()
1697 mask->repeatType == RepeatPad)) in glamor_composite()
H A Dglamor_gradient.c740 switch (src_picture->repeatType) { in _glamor_gradient_set_stops()
947 glUniform1i(repeat_type_uniform_location, src_picture->repeatType); in glamor_generate_radial_gradient_picture()
1264 glUniform1i(repeat_type_uniform_location, src_picture->repeatType); in glamor_generate_linear_gradient_picture()
H A Dglamor_largepixmap.c1071 source_repeat_type = source->repeatType; in glamor_composite_largepixmap_region()
1076 mask_repeat_type = mask->repeatType; in glamor_composite_largepixmap_region()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicture.c723 pPicture->repeatType = RepeatNone; in SetPictureToDefaults()
1063 pPicture->repeatType = newr; in ChangePicture()
1444 (pSrc->repeatType != RepeatNone || in ReduceCompositeOp()
H A Dpicturestr.h137 unsigned int repeatType:2; member
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c372 switch (pict->repeatType) { in set_image_properties()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxpict.c1031 attribs.repeat = pPicture->repeatType; in dmxValidatePicture()
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_render.c951 if (pSrc->repeat && pSrc->repeatType == RepeatNormal && in exaComposite()