Panda3D
TexturePool Member List

This is the complete list of members for TexturePool, including all inherited members.

add_texture(Texture *texture)TexturePoolinlinestatic
clear_fake_texture_image()TexturePoolinlinestatic
find_all_textures(const std::string &name="*")TexturePoolinlinestatic
find_texture(const std::string &name)TexturePoolinlinestatic
garbage_collect()TexturePoolinlinestatic
get_alpha_scale_map()TexturePoolinlinestatic
get_fake_texture_image()TexturePoolinlinestatic
get_global_ptr()TexturePoolstatic
get_normalization_cube_map(int size)TexturePoolinlinestatic
get_texture_type(const std::string &extension) constTexturePool
has_fake_texture_image()TexturePoolinlinestatic
has_texture(const Filename &filename)TexturePoolinlinestatic
list_contents(std::ostream &out)TexturePoolinlinestatic
list_contents()TexturePoolinlinestatic
load_2d_texture_array(const Filename &filename_pattern, bool read_mipmaps=false, const LoaderOptions &options=LoaderOptions())TexturePoolinlinestatic
load_3d_texture(const Filename &filename_pattern, bool read_mipmaps=false, const LoaderOptions &options=LoaderOptions())TexturePoolinlinestatic
load_cube_map(const Filename &filename_pattern, bool read_mipmaps=false, const LoaderOptions &options=LoaderOptions())TexturePoolinlinestatic
load_texture(const Filename &filename, int primary_file_num_channels=0, bool read_mipmaps=false, const LoaderOptions &options=LoaderOptions())TexturePoolinlinestatic
load_texture(const Filename &filename, const Filename &alpha_filename, int primary_file_num_channels=0, int alpha_file_channel=0, bool read_mipmaps=false, const LoaderOptions &options=LoaderOptions())TexturePoolinlinestatic
MakeTextureFunc typedef (defined in TexturePool)TexturePool
register_filter(TexturePoolFilter *filter)TexturePool
register_texture_type(MakeTextureFunc *func, const std::string &extensions)TexturePool
rehash()TexturePoolinlinestatic
release_all_textures()TexturePoolinlinestatic
release_texture(Texture *texture)TexturePoolinlinestatic
set_fake_texture_image(const Filename &filename)TexturePoolinlinestatic
verify_texture(const Filename &filename)TexturePoolinlinestatic
write_texture_types(std::ostream &out, int indent_level) constTexturePool