Home
last modified time | relevance | path

Searched refs:vertex_array_attrib_format (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvarray.c3440 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, in vertex_array_attrib_format() function
3494 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, normalized, in _mesa_VertexArrayAttribFormat()
3506 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, normalized, in _mesa_VertexArrayVertexAttribFormatEXT()
3518 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribIFormat()
3530 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribIFormatEXT()
3542 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribLFormat()
3554 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribLFormatEXT()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst2686 - mesa: extend vertex_array_attrib_format to support EXT_dsa