Home | History | Annotate | Download | only in core

Lines Matching refs:components

61     components(0),
611 int components,
613 if (expected_count != (value_size / components)) {
615 "(%d components), but received length of %d (%d components)!",
617 expected_count, components * expected_count,
618 value_size / components, value_size);
626 int components,
628 if (value_size % components != 0) {
631 components, value_size);
714 const int components = GLEnv::NumberOfComponents(type);
715 if (!CheckValueCount("Uniform (int)", name, capacity, components, count)
716 || !CheckValueMult ("Uniform (int)", name, components, count))
720 const int n = count / components;
765 const int components = GLEnv::NumberOfComponents(type);
766 if (!CheckValueCount("Uniform (float)", name, capacity, components, count)
767 || !CheckValueMult ("Uniform (float)", name, components, count))
771 const int n = count / components;
947 int components,
958 attrib.components = components;
973 int components,
984 attrib.components = components;
997 int components) {
998 return SetAttributeValues(var, &data[0], data.size(), components);
1004 int components) {
1009 if (total % components != 0) {
1012 components, total);
1024 attrib.components = components;
1026 attrib.stride = components * sizeof(float);
1058 switch (attrib.components) {
1073 attrib.components,
1083 attrib.components,