Searched refs:TextureForId (Results 1 – 3 of 3) sorted by relevance
31 scoped_refptr<TestTexture> TextureForId(GLuint id);
50 scoped_refptr<TestTexture> OrderedTextureMap::TextureForId(GLuint id) { in TextureForId() function in cc::OrderedTextureMap
336 return namespace_->textures.TextureForId(BoundTextureId(target)); in BoundTexture()