Home
last modified time | relevance | path

Searched refs:_mesa_GenPrograms (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/main/
Darbprogram.h40 _mesa_GenPrograms(GLsizei n, GLuint *ids);
Darbprogram.c219 _mesa_GenPrograms(GLsizei n, GLuint *ids) in _mesa_GenPrograms() function
Dapi_exec.c501 SET_GenProgramsNV(exec, _mesa_GenPrograms); in _mesa_create_exec_table()
Ddlist.c10301 SET_GenProgramsNV(table, _mesa_GenPrograms); in _mesa_create_save_table()
10431 SET_GenProgramsNV(table, _mesa_GenPrograms); in _mesa_create_save_table()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1413 _mesa_GenPrograms(1, &blit->DepthFP); in init_blit_depth_pixels()
2305 _mesa_GenPrograms(1, &drawpix->StencilFP); in init_draw_stencil_pixels()
2339 _mesa_GenPrograms(1, &drawpix->DepthFP); in init_draw_depth_pixels()