Searched defs:restored_texture (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_manager_unittest.cc1962 scoped_refptr<TextureRef> restored_texture = manager_->GetTexture(client_id); local
1963 EXPECT_EQ(produced_texture, restored_texture->texture());
1964 EXPECT_EQ(level0, GetLevelInfo(restored_texture.get(), GL_TEXTURE_2D, 0));
1965 EXPECT_EQ(level1, GetLevelInfo(restored_texture.get(), GL_TEXTURE_2D, 1));
1966 EXPECT_EQ(level2, GetLevelInfo(restored_texture.get(), GL_TEXTURE_2D, 2));
1967 texture = restored_texture->texture();
1993 scoped_refptr<TextureRef> restored_texture = manager_->GetTexture(client_id); local
1994 EXPECT_EQ(produced_texture, restored_texture->texture());
1998 GetLevelInfo(restored_texture.get(), GL_TEXTURE_RECTANGLE_ARB, 0));
2002 decoder_.get(), restored_texture
2017 scoped_refptr<TextureRef> restored_texture = manager_->GetTexture(client_id); local
2053 scoped_refptr<TextureRef> restored_texture = manager_->GetTexture(client_id); local
[all...]

Completed in 78 milliseconds