TestTexture       117 cc/resources/resource_provider_unittest.cc                       scoped_refptr<TestTexture> texture) {
TestTexture       126 cc/resources/resource_provider_unittest.cc   scoped_refptr<TestTexture> ConsumeTexture(const GLbyte* mailbox_name,
TestTexture       137 cc/resources/resource_provider_unittest.cc       return scoped_refptr<TestTexture>();
TestTexture       147 cc/resources/resource_provider_unittest.cc   typedef base::hash_map<unsigned, scoped_refptr<TestTexture> > TextureMap;
TestTexture       264 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture =
TestTexture       274 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
TestTexture       308 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
TestTexture       328 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture;
TestTexture        17 cc/test/ordered_texture_map.cc                                scoped_refptr<TestTexture> texture) {
TestTexture        26 cc/test/ordered_texture_map.cc                                 scoped_refptr<TestTexture> texture) {
TestTexture        50 cc/test/ordered_texture_map.cc scoped_refptr<TestTexture> OrderedTextureMap::TextureForId(GLuint id) {
TestTexture        52 cc/test/ordered_texture_map.cc   scoped_refptr<TestTexture> texture = textures_[id];
TestTexture        16 cc/test/ordered_texture_map.h struct TestTexture;
TestTexture        23 cc/test/ordered_texture_map.h   void Append(GLuint id, scoped_refptr<TestTexture> texture);
TestTexture        24 cc/test/ordered_texture_map.h   void Replace(GLuint id, scoped_refptr<TestTexture> texture);
TestTexture        31 cc/test/ordered_texture_map.h   scoped_refptr<TestTexture> TextureForId(GLuint id);
TestTexture        35 cc/test/ordered_texture_map.h   typedef base::hash_map<GLuint, scoped_refptr<TestTexture> >
TestTexture        19 cc/test/test_texture.cc TestTexture::TestTexture() : format(RGBA_8888) {
TestTexture        29 cc/test/test_texture.cc TestTexture::~TestTexture() {}
TestTexture        31 cc/test/test_texture.cc void TestTexture::Reallocate(const gfx::Size& size, ResourceFormat format) {
TestTexture        37 cc/test/test_texture.cc bool TestTexture::IsValidParameter(GLenum pname) {
TestTexture        19 cc/test/test_texture.h struct TestTexture : public base::RefCounted<TestTexture> {
TestTexture        20 cc/test/test_texture.h   TestTexture();
TestTexture        34 cc/test/test_texture.h   friend class base::RefCounted<TestTexture>;
TestTexture        35 cc/test/test_texture.h   ~TestTexture();
TestTexture       180 cc/test/test_web_graphics_context_3d.cc     namespace_->textures.Append(ids[i], new TestTexture());
TestTexture       264 cc/test/test_web_graphics_context_3d.cc   namespace_->textures.Append(kExternalTextureId, new TestTexture());
TestTexture       331 cc/test/test_web_graphics_context_3d.cc scoped_refptr<TestTexture> TestWebGraphicsContext3D::BoundTexture(
TestTexture       699 cc/test/test_web_graphics_context_3d.cc   scoped_refptr<TestTexture> texture = BoundTexture(target);
TestTexture       709 cc/test/test_web_graphics_context_3d.cc   scoped_refptr<TestTexture> texture = BoundTexture(target);
TestTexture       711 cc/test/test_web_graphics_context_3d.cc   TestTexture::TextureParametersMap::iterator it = texture->params.find(pname);
TestTexture       407 cc/test/test_web_graphics_context_3d.h   scoped_refptr<TestTexture> BoundTexture(GLenum target);