Home
last modified time | relevance | path

Searched refs:_mesa_GenTextures (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexobj.h143 _mesa_GenTextures( GLsizei n, GLuint *textures );
Dapi_exec.c327 SET_GenTextures(exec, _mesa_GenTextures); in _mesa_create_exec_table()
Dtexobj.c958 _mesa_GenTextures( GLsizei n, GLuint *textures ) in _mesa_GenTextures() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1189 _mesa_GenTextures(1, &tex->TexObj); in init_temp_texture()