Searched refs:src_picture (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_gradient.c716 _glamor_gradient_set_stops(PicturePtr src_picture, PictGradient *pgradient, argument
740 switch (src_picture->repeatType) {
797 PicturePtr src_picture,
874 stops_count = src_picture->pSourcePict->radial.nstops + 2;
886 src_picture->pSourcePict->linear.
903 if (src_picture->pSourcePict->radial.nstops + 2 <= RADIAL_SMALL_STOPS) {
947 glUniform1i(repeat_type_uniform_location, src_picture->repeatType);
949 if (src_picture->transform) {
950 _glamor_gradient_convert_trans_matrix(src_picture->transform,
987 _glamor_gradient_set_stops(src_picture,
796 glamor_generate_radial_gradient_picture(ScreenPtr screen,PicturePtr src_picture,int x_source,int y_source,int width,int height,PictFormatShort format) argument
1102 glamor_generate_linear_gradient_picture(ScreenPtr screen,PicturePtr src_picture,int x_source,int y_source,int width,int height,PictFormatShort format) argument
[all...]
H A Dglamor_priv.h662 PicturePtr src_picture,
667 PicturePtr src_picture,
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_surface.h41 PicturePtr src_picture; member in struct:qxl_surface_t::__anon2ef66f04010a::__anon2ef66f040208
H A Dqxl_surface.c577 PicturePtr src_picture,
585 dest->u.composite.src_picture = src_picture;
655 PicturePtr src = dest->u.composite.src_picture;
673 dest->u.composite.src_picture->format,
674 dest->u.composite.src_picture->pDrawable->width,
675 dest->u.composite.src_picture->pDrawable->height,
576 qxl_surface_prepare_composite(int op,PicturePtr src_picture,PicturePtr mask_picture,PicturePtr dest_picture,qxl_surface_t * src,qxl_surface_t * mask,qxl_surface_t * dest) argument
H A Dqxl.h506 PicturePtr src_picture,

Completed in 12 milliseconds