Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Darbprogram.h63 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index,
Darbprogram.c424 _mesa_ProgramEnvParameter4fARB(target, index, (GLfloat) x, (GLfloat) y, in _mesa_ProgramEnvParameter4dARB()
437 _mesa_ProgramEnvParameter4fARB(target, index, (GLfloat) params[0], in _mesa_ProgramEnvParameter4dvARB()
448 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, in _mesa_ProgramEnvParameter4fARB() function
/external/mesa3d/prebuilt-intermediates/main/
Dapi_exec.c1334 SET_ProgramEnvParameter4fARB(exec, _mesa_ProgramEnvParameter4fARB); in _mesa_initialize_exec_table()