Home
last modified time | relevance | path

Searched refs:nstops (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_gradient.c722 for (i = 0; i < pgradient->nstops; i++) { in _glamor_gradient_set_stops()
874 stops_count = src_picture->pSourcePict->radial.nstops + 2; in glamor_generate_radial_gradient_picture()
887 nstops + 2, 1); in glamor_generate_radial_gradient_picture()
903 if (src_picture->pSourcePict->radial.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
991 if (src_picture->pSourcePict->linear.nstops + 2 <= RADIAL_SMALL_STOPS) { in glamor_generate_radial_gradient_picture()
1185 stops_count = src_picture->pSourcePict->linear.nstops + 2; in glamor_generate_linear_gradient_picture()
1198 nstops + 2, 1); in glamor_generate_linear_gradient_picture()
1220 if (src_picture->pSourcePict->linear.nstops + 2 <= LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()
1332 if (src_picture->pSourcePict->linear.nstops + 2 <= LINEAR_SMALL_STOPS) { in glamor_generate_linear_gradient_picture()
/OK3568_Linux_fs/external/xserver/render/
H A Dpicturestr.h81 int nstops; member
87 int nstops; member
101 int nstops; member
109 int nstops; member
H A Dpicture.c831 pGradient->gradient.nstops = stopCount; in initGradient()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.c244 gradient->nstops); in create_linear_gradient_image()
263 gradient->nstops); in create_radial_gradient_image()
278 gradient->nstops); in create_conical_gradient_image()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog54344 category. If nstops < 6, we will use the no array version
54346 nstops < 16, we use array version of the shader, which is
54347 compiled and linked at screen init stage. Else if nstops >
54349 program will be cached until bigger nstops.