Home
last modified time | relevance | path

Searched refs:texture_flyweight (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/flyweight/example/
Dkey_value.cpp63 > texture_flyweight; typedef
80 std::vector<texture_flyweight> textures; in main()
83 texture_flyweight(texture_filenames[std::rand()%num_texture_filenames])); in main()
92 texture_flyweight( in main()
/third_party/boost/libs/flyweight/test/
Dtest_basic_template.hpp252 >::type texture_flyweight; in test_basic_template() typedef
268 test_basic_with_assign_template<texture_flyweight>( in test_basic_template()
282 test_basic_comparison_template<texture_flyweight,texture_flyweight>( in test_basic_template()
Dtest_serialization_template.hpp112 >::type texture_flyweight; in test_serialization_template() typedef
122 test_serialization_template<texture_flyweight>( in test_serialization_template()