Lines Matching full:uniform
179 * "If the value of location is -1, the Uniform* commands will
180 * silently ignore the data passed in, and the current uniform
185 * uniform variable is removed by the compiler / linker after
186 * optimization. In this case, the new value of the uniform is dropped
213 * error is generated by the Uniform* commands, and no uniform values
220 * - if count is greater than one, and the uniform declared in the
244 /* If the uniform is an array, check that array_index is in bounds.
260 * Called via glGetUniform[fiui]v() to get the current value of a uniform.
302 /* If the return type and the uniform's native type are "compatible,"
395 const char *const extra = (cols == 1) ? "uniform" : "uniform matrix";
457 * Propagate some values from uniform backing storage to driver storage
459 * Values propagated from uniform backing storage to driver storage
465 * \param uni Uniform whose data is to be propagated to driver storage
719 "uniform %d)",
729 * uniform declared as an array, elements k through k + N - 1 in the
743 /* Store the data in the "actual type" backing storage for the uniform.
768 /* If the uniform is a sampler, do the extra magic necessary to propagate
848 "glUniformMatrix(non-matrix uniform)");
883 * uniform declared as an array, elements k through k + N - 1 in the
897 /* Store the data in the "actual type" backing storage for the uniform.
930 * Returns the uniform index into UniformStorage (also the
931 * glGetActiveUniformsiv uniform index), and stores the referenced
933 * return values can be encoded into a uniform location for
967 * "The first element of a uniform array is identified using the
968 * name of the uniform array appended with "[0]". Except if the last
969 * part of the string name indicates a uniform array, then the
971 * either using the name of the uniform array, or the name of the
972 * uniform array appended with "[0]"."
1025 /* If the uniform is an array, fail if the index is out of bounds.
1026 * (A negative index is caught above.) This also fails if the uniform