Searched refs:_mesa_ColorPointer (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | varray.h | 130 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
|
| H A D | varray.c | 705 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr) function in typeref:typename:void GLAPIENTRY 1654 _mesa_ColorPointer(size, type, stride, ptr); 1836 _mesa_ColorPointer( ccomps, ctype, stride,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | varray.h | 144 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr);
|
| H A D | varray.c | 1118 _mesa_ColorPointer(GLint size, GLenum type, GLsizei stride, const GLvoid *ptr) function in typeref:typename:void GLAPIENTRY 2493 _mesa_ColorPointer(size, type, stride, ptr); 2699 _mesa_ColorPointer( layout.ccomps, layout.ctype, stride,
|
| H A D | attrib.c | 1594 _mesa_ColorPointer(4, GL_FLOAT, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/src/mapi/glapi/ |
| H A D | api_exec.c | 324 SET_ColorPointer(exec, _mesa_ColorPointer);
|
| /xsrc/external/mit/MesaLib/src/mapi/glapi/gen/ |
| H A D | api_exec.c | 322 SET_ColorPointer(exec, _mesa_ColorPointer);
|
Completed in 19 milliseconds