Searched refs:_mesa_ProgramEnvParameter4fARB (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | arbprogram.h | 63 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index,
|
D | arbprogram.c | 420 _mesa_ProgramEnvParameter4fARB(target, index, (GLfloat) x, (GLfloat) y, in _mesa_ProgramEnvParameter4dARB() 435 _mesa_ProgramEnvParameter4fARB(target, index, (GLfloat) params[0], in _mesa_ProgramEnvParameter4dvARB() 448 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fARB() function
|
D | api_exec.c | 516 …SET_ProgramEnvParameter4fARB(exec, _mesa_ProgramEnvParameter4fARB); /* alias to ProgramParameter4… in _mesa_create_exec_table() 692 SET_ProgramEnvParameter4fARB(exec, _mesa_ProgramEnvParameter4fARB); in _mesa_create_exec_table()
|