Searched refs:vertex_array_attrib_format (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.c | 3424 vertex_array_attrib_format(GLuint vaobj, bool isExtDsa, GLuint attribIndex, in vertex_array_attrib_format() function 3478 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, normalized, in _mesa_VertexArrayAttribFormat() 3490 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, normalized, in _mesa_VertexArrayVertexAttribFormatEXT() 3502 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribIFormat() 3514 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribIFormatEXT() 3526 vertex_array_attrib_format(vaobj, false, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayAttribLFormat() 3538 vertex_array_attrib_format(vaobj, true, attribIndex, size, type, GL_FALSE, in _mesa_VertexArrayVertexAttribLFormatEXT()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 2686 - mesa: extend vertex_array_attrib_format to support EXT_dsa
|