Lines Matching defs:element

1656  * LIST is replaced with <element>SEPARATORLIST
1658 * @param element Element to be inserted
1663 void insertElementOfList(const GLchar* element, const GLchar* separator, size_t& search_position, std::string& string)
1686 /* Prepare new element */
1692 /* Replace element and separator */
1693 replaceToken("ELEMENT", search_position, element, string);
3672 /* For each element in array */
3673 for (GLuint element = 0; element < n_array_elements; ++element)
3734 /* For each element in array */
3735 for (GLuint element = 0; element < n_array_elements; ++element)
3777 /* For each element in array */
3778 for (GLuint element = 0; element < n_array_elements; ++element)
3999 * @param expected_stride_of_element Expected stride of element
4026 * @param expected_stride_of_element Expected stride of element
4287 * @param expected_stride_of_element Expected stride of element
4309 * @param expected_stride_of_element Expected stride of element
5389 for (GLuint element = 0; element < n_elements; ++element)
5391 const GLuint element_offset = element * member.m_expected_stride_of_element;
6665 /* For each member of each array element */
6747 /* For each each array element */
6748 for (GLuint element = 0; element < n_elements; ++element)
6750 const std::string name = Utils::Variable::GetReference(parent_name, variable, flavour, element);
6753 GLvoid* data_ptr = (GLvoid*)((GLubyte*)data + element * stride);
27763 * are set to match the base alignment of a single array element, according to rules (1),
28148 * are set to match the base alignment of a single array element, according to rules (1),