Searched refs:n_stop_uniform_location (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/glamor/ | ||
| H A D | glamor_gradient.c | 825 GLint n_stop_uniform_location = 0; local in function:glamor_generate_radial_gradient_picture 896 n_stop_uniform_location = glGetUniformLocation(gradient_prog, "n_stop"); 1035 glUniform1i(n_stop_uniform_location, count); 1040 glUniform1i(n_stop_uniform_location, count); 1132 GLint n_stop_uniform_location = 0; local in function:glamor_generate_linear_gradient_picture 1201 n_stop_uniform_location = 1375 glUniform1i(n_stop_uniform_location, count); 1380 glUniform1i(n_stop_uniform_location, count); |
Completed in 11 milliseconds