Searched refs:_mesa_VertexAttribPointerARB (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.h | 150 _mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type,
|
D | api_exec.c | 674 SET_VertexAttribPointerARB(exec, _mesa_VertexAttribPointerARB); in _mesa_create_exec_table()
|
D | varray.c | 475 _mesa_VertexAttribPointerARB(GLuint index, GLint size, GLenum type, in _mesa_VertexAttribPointerARB() function
|
D | dlist.c | 10425 SET_VertexAttribPointerARB(table, _mesa_VertexAttribPointerARB); in _mesa_create_save_table()
|
/external/mesa3d/src/mesa/drivers/common/ |
D | meta.c | 1919 _mesa_VertexAttribPointerARB(0, 3, GL_FLOAT, GL_FALSE, 0, (void *)0); in meta_glsl_clear_init() 3107 _mesa_VertexAttribPointerARB(0, 2, GL_FLOAT, GL_FALSE, in setup_glsl_generate_mipmap() 3109 _mesa_VertexAttribPointerARB(1, 3, GL_FLOAT, GL_FALSE, in setup_glsl_generate_mipmap()
|