Searched refs:_mesa_ColorPointer (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.h | 144 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
|
D | varray.c | 1111 _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()
|
D | attrib.c | 1809 _mesa_ColorPointer(4, GL_FLOAT, 0, 0); in _mesa_ClientAttribDefaultEXT()
|