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

/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_gradient.c51 "uniform vec4 stop_colors[%d];\n"\
69 " stop_color_before = stop_colors[i-1];\n"\
80 " gradient_color += (stop_colors[i] - gradient_color)*percentage;\n"\
717 GLfloat *stop_colors, GLfloat *n_stops)
723 stop_colors[count * 4] =
725 stop_colors[count * 4 + 1] =
727 stop_colors[count * 4 + 2] =
729 stop_colors[count * 4 + 3] =
742 stop_colors[(m)*4 + 0] = stop_colors[(
716 _glamor_gradient_set_stops(PicturePtr src_picture,PictGradient * pgradient,GLfloat * stop_colors,GLfloat * n_stops) argument
809 GLfloat *stop_colors = NULL; local in function:glamor_generate_radial_gradient_picture
1117 GLfloat *stop_colors = NULL; local in function:glamor_generate_linear_gradient_picture
[all...]

Completed in 2 milliseconds