Home
last modified time | relevance | path

Searched refs:GetTextureForServiceId (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dtexture_manager.h643 Texture* GetTextureForServiceId(GLuint service_id) const;
Dtexture_manager.cc1223 Texture* TextureManager::GetTextureForServiceId(GLuint service_id) const { in GetTextureForServiceId() function in gpu::gles2::TextureManager
Dtexture_manager_unittest.cc116 EXPECT_EQ(texture->texture(), manager_->GetTextureForServiceId( in TEST_F()
Dgles2_cmd_decoder.cc3830 Texture* texture = texture_manager()->GetTextureForServiceId(service_id); in RestoreTextureState()