Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dvarray.c1142 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr) in _mesa_ColorPointer() function
2519 _mesa_ColorPointer(size, type, stride, ptr); in _mesa_ColorPointerEXT()
2725 _mesa_ColorPointer( layout.ccomps, layout.ctype, stride, in _mesa_InterleavedArrays()
Dattrib.c1450 _mesa_ColorPointer(4, GL_FLOAT, 0, 0); in _mesa_ClientAttribDefaultEXT()