Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexobj.h147 _mesa_DeleteTextures( GLsizei n, const GLuint *textures );
Dapi_exec.c326 SET_DeleteTextures(exec, _mesa_DeleteTextures); in _mesa_create_exec_table()
Dtexobj.c1069 _mesa_DeleteTextures( GLsizei n, const GLuint *textures) in _mesa_DeleteTextures() function
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c1197 _mesa_DeleteTextures(1, &tex->TexObj); in cleanup_temp_texture()