Searched refs:managed_textures (Results 1 – 3 of 3) sorted by relevance
88 struct list_head managed_textures; member
89 list_add(&This->list2, &This->base.base.device->managed_textures); in NineBaseTexture9_ctor()
150 list_inithead(&This->managed_textures); in NineDevice9_ctor()637 LIST_FOR_EACH_ENTRY(tex, &This->managed_textures, list2) { in NineDevice9_EvictManagedResources()