Home | History | Annotate | Download | only in egl

Lines Matching defs:m_textures

80 	const SharedPtr<Texture>	getTexture			(int index) const { return m_textures[index]; }
81 void addTexture (SharedPtr<Texture> texture) { m_textures.push_back(texture); }
82 int getTextureCount (void) const { return (int)m_textures.size(); }
100 std::vector<SharedPtr<Texture> > m_textures;
108 SharedPtr<Texture> texture = m_textures[index];
110 m_textures.erase(m_textures.begin() + index);