Home
last modified time | relevance | path

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

/external/chromium_org/cc/test/
Dordered_texture_map.h31 scoped_refptr<TestTexture> TextureForId(GLuint id);
Dordered_texture_map.cc50 scoped_refptr<TestTexture> OrderedTextureMap::TextureForId(GLuint id) { in TextureForId() function in cc::OrderedTextureMap
Dtest_web_graphics_context_3d.cc336 return namespace_->textures.TextureForId(BoundTextureId(target)); in BoundTexture()