Searched defs:TextureMap (Results 1 – 3 of 3) sorted by relevance
330 typedef std::map<glw::GLuint, const Texture *> TextureMap; typedef
1079 using TextureMap = TextureTypeMap<BindingPointer<Texture>>; variable
450 using TextureMap = std::unordered_map<uint32_t, sk_sp<SkImage>>; typedef