neoGFX
Cross-platform C++ app/game engine
|
This is the complete list of members for neogfx::i_texture_manager, including all inherited members.
add_ref(cookie_type aCookie)=0 | neolib::i_basic_cookie_consumer< CookieType > | pure virtual |
clear_textures()=0 | neogfx::i_texture_manager | pure virtual |
cookie_type typedef | neolib::i_basic_cookie_consumer< CookieType > | |
create_texture(neogfx::size const &aExtents, dimension aDpiScaleFactor=1.0, texture_sampling aSampling=texture_sampling::NormalMipmap, texture_data_format aDataFormat=texture_data_format::RGBA, texture_data_type aDataType=texture_data_type::UnsignedByte, color_space aColorSpace=color_space::sRGB, optional_color const &aColor=optional_color()) | neogfx::i_texture_manager | inline |
create_texture(neogfx::size const &aExtents, dimension aDpiScaleFactor, texture_sampling aSampling, texture_data_format aDataFormat, texture_data_type aDataType, color_space aColorSpace, optional_color const &aColor, i_ref_ptr< i_texture > &aResult)=0 | neogfx::i_texture_manager | pure virtual |
create_texture(i_image const &aImage, texture_data_format aDataFormat=texture_data_format::RGBA, texture_data_type aDataType=texture_data_type::UnsignedByte) | neogfx::i_texture_manager | inline |
create_texture(i_image const &aImage, const rect &aImagePart, texture_data_format aDataFormat=texture_data_format::RGBA, texture_data_type aDataType=texture_data_type::UnsignedByte) | neogfx::i_texture_manager | inline |
create_texture(i_image const &aImage, const rect &aImagePart, texture_data_format aDataFormat, texture_data_type aDataType, i_ref_ptr< i_texture > &aResult)=0 | neogfx::i_texture_manager | pure virtual |
create_texture_atlas(const size &aSize=size{ 1024.0, 1024.0 })=0 | neogfx::i_texture_manager | pure virtual |
find_texture(texture_id aId) const | neogfx::i_texture_manager | inline |
find_texture(texture_id aId, i_ref_ptr< i_texture > &aResult) const =0 | neogfx::i_texture_manager | pure virtual |
iid() | neogfx::i_texture_manager | inlinestatic |
release(cookie_type aCookie)=0 | neolib::i_basic_cookie_consumer< CookieType > | pure virtual |
texture_atlas | neogfx::i_texture_manager | friend |
use_count(cookie_type aCookie) const =0 | neolib::i_basic_cookie_consumer< CookieType > | pure virtual |
~i_basic_cookie_consumer()=default | neolib::i_basic_cookie_consumer< CookieType > | virtual |
~i_service()=default | neolib::services::i_service | virtual |