Home | History | Annotate | Download | only in main

Lines Matching refs:UniformStorage

59    const struct gl_uniform_storage *const uni = &shProg->UniformStorage[index];
109 const struct gl_uniform_storage *uni = &shProg->UniformStorage[index];
237 if (shProg->UniformStorage[*loc].array_elements == 0 && count > 1) {
248 unsigned limit = shProg->UniformStorage[*loc].array_elements;
276 uni = &shProg->UniformStorage[loc];
592 uni = &shProg->UniformStorage[loc];
845 uni = &shProg->UniformStorage[loc];
930 * Returns the uniform index into UniformStorage (also the
1015 || strcmp(name_copy, shProg->UniformStorage[location].name) == 0);
1031 && offset >= shProg->UniformStorage[location].array_elements) {
1049 &shProg->UniformStorage[i];