Searched refs:_mesa_bytes_per_vertex_attrib (Results 1 – 4 of 4) sorted by relevance
61 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type);
341 return _mesa_bytes_per_vertex_attrib(size, type); in element_size()
534 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type) in _mesa_bytes_per_vertex_attrib() function
558 vertex_format->_ElementSize = _mesa_bytes_per_vertex_attrib(size, type); in _mesa_set_vertex_format()