virtual void evict_lru()
Evicts the page from the LRU.
void dequeue_lru()
Removes the page from its AdaptiveLru.
void update_data_size_bytes(size_t new_data_size_bytes)
Should be called (usually by a derived class) when the on-card size of this object has changed...
void mark_unloaded()
Should be called after the texture has been forced out of texture memory.
~TinyTextureContext()
Releases the memory associated with the texture.