Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvarray.h144 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
Dvarray.c1111 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr) in _mesa_ColorPointer() function
2479 _mesa_ColorPointer(size, type, stride, ptr); in _mesa_ColorPointerEXT()
2685 _mesa_ColorPointer( layout.ccomps, layout.ctype, stride, in _mesa_InterleavedArrays()
Dattrib.c1809 _mesa_ColorPointer(4, GL_FLOAT, 0, 0); in _mesa_ClientAttribDefaultEXT()