Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dvarray.c3701 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, in vertex_array_attrib_format() function
3755 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, normalized, in _mesa_VertexArrayAttribFormat()
3767 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, normalized, in _mesa_VertexArrayVertexAttribFormatEXT()
3779 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribIFormat()
3791 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribIFormatEXT()
3803 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribLFormat()
3815 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribLFormatEXT()
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.0.0.rst2686 - mesa: extend vertex_array_attrib_format to support EXT_dsa