Home
last modified time | relevance | path

Searched refs:_mesa_bytes_per_vertex_attrib (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dglformats.h61 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type);
Dglthread_varray.c341 return _mesa_bytes_per_vertex_attrib(size, type); in element_size()
Dglformats.c534 _mesa_bytes_per_vertex_attrib(GLint comps, GLenum type) in _mesa_bytes_per_vertex_attrib() function
Dvarray.c558 vertex_format->_ElementSize = _mesa_bytes_per_vertex_attrib(size, type); in _mesa_set_vertex_format()