Searched defs:TextureMap (Results 1 – 3 of 3) sorted by relevance
306 typedef std::map<glw::GLuint, const Texture*> TextureMap; typedef
465 using TextureMap = angle::PackedEnumMap<TextureType, BindingPointer<Texture>>; variable
845 using TextureMap = TextureTypeMap<BindingPointer<Texture>>; variable