texture            84 cc/layers/texture_layer_unittest.cc   void set_texture(unsigned texture) { texture_ = texture; }
texture          1245 cc/layers/texture_layer_unittest.cc     GLuint texture = 0;
texture          1246 cc/layers/texture_layer_unittest.cc     context_provider->ContextGL()->GenTextures(1, &texture);
texture          1247 cc/layers/texture_layer_unittest.cc     impl_layer->SetTextureId(texture);
texture          1296 cc/layers/texture_layer_unittest.cc     GLuint texture = 0;
texture          1297 cc/layers/texture_layer_unittest.cc     context_provider->ContextGL()->GenTextures(1, &texture);
texture          1298 cc/layers/texture_layer_unittest.cc     impl_layer->SetTextureId(texture);
texture          1327 cc/layers/texture_layer_unittest.cc     GLuint texture = 0;
texture          1328 cc/layers/texture_layer_unittest.cc     context_provider->ContextGL()->GenTextures(1, &texture);
texture          1329 cc/layers/texture_layer_unittest.cc     impl_layer->SetTextureId(texture);
texture            43 cc/layers/tiled_layer.cc     return updater_resource_->texture();
texture           583 cc/layers/tiled_layer.cc                            PrioritizedResource* texture) {
texture           596 cc/layers/tiled_layer.cc     texture->set_request_priority(priority);
texture           176 cc/output/direct_renderer.cc     ScopedResource* texture = pass_iter->second;
texture           177 cc/output/direct_renderer.cc     DCHECK(texture);
texture           179 cc/output/direct_renderer.cc     bool size_appropriate = texture->size().width() >= required_size.width() &&
texture           180 cc/output/direct_renderer.cc                             texture->size().height() >= required_size.height();
texture           181 cc/output/direct_renderer.cc     if (texture->id() && !size_appropriate)
texture           182 cc/output/direct_renderer.cc       texture->Free();
texture           192 cc/output/direct_renderer.cc       scoped_ptr<ScopedResource> texture =
texture           195 cc/output/direct_renderer.cc                               texture.Pass());
texture           410 cc/output/direct_renderer.cc   ScopedResource* texture = render_pass_textures_.get(render_pass->id);
texture           411 cc/output/direct_renderer.cc   DCHECK(texture);
texture           416 cc/output/direct_renderer.cc   if (!texture->id())
texture           417 cc/output/direct_renderer.cc     texture->Allocate(
texture           419 cc/output/direct_renderer.cc   DCHECK(texture->id());
texture           421 cc/output/direct_renderer.cc   return BindFramebufferToTexture(frame, texture, render_pass->output_rect);
texture           455 cc/output/direct_renderer.cc   ScopedResource* texture = render_pass_textures_.get(id);
texture           456 cc/output/direct_renderer.cc   return texture && texture->id();
texture           518 cc/output/gl_renderer.cc   skia::RefPtr<GrTexture> texture =
texture           532 cc/output/gl_renderer.cc       skia::AdoptRef(new SkGrPixelRef(info, texture.get()));
texture           598 cc/output/gl_renderer.cc     GrTexture* texture =
texture           600 cc/output/gl_renderer.cc     source_texture_with_filters_id = texture->getTextureHandle();
texture           780 cc/output/gl_renderer.cc     GrTexture* texture =
texture           782 cc/output/gl_renderer.cc     filtered_device_background_texture_id = texture->getTextureHandle();
texture           970 cc/output/gl_renderer.cc     GrTexture* texture =
texture           973 cc/output/gl_renderer.cc     gl_->BindTexture(GL_TEXTURE_2D, texture->getTextureHandle());
texture          2543 cc/output/gl_renderer.cc                                   const ScopedResource* texture,
texture          2545 cc/output/gl_renderer.cc   DCHECK(texture->id());
texture          2547 cc/output/gl_renderer.cc   frame->current_texture = texture;
texture          2549 cc/output/gl_renderer.cc   return BindFramebufferToTexture(frame, texture, viewport_rect);
texture          2565 cc/output/gl_renderer.cc                                           const ScopedResource* texture,
texture          2567 cc/output/gl_renderer.cc   DCHECK(texture->id());
texture          2575 cc/output/gl_renderer.cc           resource_provider_, texture->id()));
texture           806 cc/output/gl_renderer_unittest.cc   virtual void activeTexture(GLenum texture) {
texture           807 cc/output/gl_renderer_unittest.cc     EXPECT_NE(texture, active_texture_);
texture           808 cc/output/gl_renderer_unittest.cc     active_texture_ = texture;
texture           201 cc/output/software_renderer.cc     const ScopedResource* texture,
texture           206 cc/output/software_renderer.cc           resource_provider_, texture->id()));
texture            56 cc/output/software_renderer.h       const ScopedResource* texture,
texture            19 cc/resources/bitmap_content_layer_updater.cc     scoped_ptr<PrioritizedResource> texture)
texture            20 cc/resources/bitmap_content_layer_updater.cc     : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
texture            30 cc/resources/bitmap_content_layer_updater.cc       queue, texture(), source_rect, dest_offset, partial_update);
texture            90 cc/resources/bitmap_content_layer_updater.cc                                               PrioritizedResource* texture,
texture            95 cc/resources/bitmap_content_layer_updater.cc   ResourceUpdate upload = ResourceUpdate::Create(texture,
texture            18 cc/resources/bitmap_skpicture_content_layer_updater.cc     scoped_ptr<PrioritizedResource> texture)
texture            19 cc/resources/bitmap_skpicture_content_layer_updater.cc     : ContentLayerUpdater::Resource(texture.Pass()), updater_(updater) {}
texture            34 cc/resources/bitmap_skpicture_content_layer_updater.cc       texture(), &bitmap_, source_rect, source_rect, dest_offset);
texture            21 cc/resources/bitmap_skpicture_content_layer_updater.h              scoped_ptr<PrioritizedResource> texture);
texture            12 cc/resources/image_layer_updater.cc                                       scoped_ptr<PrioritizedResource> texture)
texture            13 cc/resources/image_layer_updater.cc     : LayerUpdater::Resource(texture.Pass()), updater_(updater) {}
texture            22 cc/resources/image_layer_updater.cc       queue, texture(), source_rect, dest_offset, partial_update);
texture            37 cc/resources/image_layer_updater.cc                                       PrioritizedResource* texture,
texture            52 cc/resources/image_layer_updater.cc       texture, &bitmap_, image_rect, clipped_source_rect, clipped_dest_offset);
texture            21 cc/resources/image_layer_updater.h              scoped_ptr<PrioritizedResource> texture);
texture            41 cc/resources/image_layer_updater.h                      PrioritizedResource* texture,
texture            11 cc/resources/layer_updater.cc LayerUpdater::Resource::Resource(scoped_ptr<PrioritizedResource> texture)
texture            12 cc/resources/layer_updater.cc     : texture_(texture.Pass()) {}
texture            28 cc/resources/layer_updater.h     PrioritizedResource* texture() { return texture_.get(); }
texture            37 cc/resources/layer_updater.h     explicit Resource(scoped_ptr<PrioritizedResource> texture);
texture            69 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture = (*it);
texture            70 cc/resources/prioritized_resource_manager.cc     sorted_textures.push_back(texture);
texture            72 cc/resources/prioritized_resource_manager.cc             texture->request_priority(),
texture            74 cc/resources/prioritized_resource_manager.cc       memory_visible_bytes_ += texture->bytes();
texture            76 cc/resources/prioritized_resource_manager.cc             texture->request_priority(),
texture            78 cc/resources/prioritized_resource_manager.cc       memory_visible_and_nearby_bytes_ += texture->bytes();
texture           114 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture = (*it);
texture           115 cc/resources/prioritized_resource_manager.cc     if (!PriorityCalculator::priority_is_higher(texture->request_priority(),
texture           117 cc/resources/prioritized_resource_manager.cc         texture->have_backing_texture())
texture           118 cc/resources/prioritized_resource_manager.cc       texture->Unlink();
texture           201 cc/resources/prioritized_resource_manager.cc bool PrioritizedResourceManager::RequestLate(PrioritizedResource* texture) {
texture           205 cc/resources/prioritized_resource_manager.cc   if (texture->is_above_priority_cutoff())
texture           210 cc/resources/prioritized_resource_manager.cc   if (PriorityCalculator::priority_is_lower(texture->request_priority(),
texture           216 cc/resources/prioritized_resource_manager.cc   if (!PriorityCalculator::priority_is_higher(texture->request_priority(),
texture           220 cc/resources/prioritized_resource_manager.cc   size_t new_memory_bytes = memory_above_cutoff_bytes_ + texture->bytes();
texture           225 cc/resources/prioritized_resource_manager.cc   texture->set_above_priority_cutoff(true);
texture           230 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture,
texture           233 cc/resources/prioritized_resource_manager.cc   DCHECK(!texture->is_self_managed());
texture           234 cc/resources/prioritized_resource_manager.cc   DCHECK(texture->is_above_priority_cutoff());
texture           235 cc/resources/prioritized_resource_manager.cc   if (texture->backing() || !texture->is_above_priority_cutoff())
texture           248 cc/resources/prioritized_resource_manager.cc     if ((*it)->size() == texture->size() &&
texture           249 cc/resources/prioritized_resource_manager.cc         (*it)->format() == texture->format()) {
texture           258 cc/resources/prioritized_resource_manager.cc     EvictBackingsToReduceMemory(memory_available_bytes_ - texture->bytes(),
texture           264 cc/resources/prioritized_resource_manager.cc         CreateBacking(texture->size(), texture->format(), resource_provider);
texture           271 cc/resources/prioritized_resource_manager.cc   texture->Link(backing);
texture           415 cc/resources/prioritized_resource_manager.cc void PrioritizedResourceManager::RegisterTexture(PrioritizedResource* texture) {
texture           417 cc/resources/prioritized_resource_manager.cc   DCHECK(texture);
texture           418 cc/resources/prioritized_resource_manager.cc   DCHECK(!texture->resource_manager());
texture           419 cc/resources/prioritized_resource_manager.cc   DCHECK(!texture->backing());
texture           420 cc/resources/prioritized_resource_manager.cc   DCHECK(!ContainsKey(textures_, texture));
texture           422 cc/resources/prioritized_resource_manager.cc   texture->set_manager_internal(this);
texture           423 cc/resources/prioritized_resource_manager.cc   textures_.insert(texture);
texture           427 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture) {
texture           430 cc/resources/prioritized_resource_manager.cc   DCHECK(texture);
texture           431 cc/resources/prioritized_resource_manager.cc   DCHECK(ContainsKey(textures_, texture));
texture           433 cc/resources/prioritized_resource_manager.cc   ReturnBackingTexture(texture);
texture           434 cc/resources/prioritized_resource_manager.cc   texture->set_manager_internal(NULL);
texture           435 cc/resources/prioritized_resource_manager.cc   textures_.erase(texture);
texture           436 cc/resources/prioritized_resource_manager.cc   texture->set_above_priority_cutoff(false);
texture           440 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture) {
texture           443 cc/resources/prioritized_resource_manager.cc   if (texture->backing())
texture           444 cc/resources/prioritized_resource_manager.cc     texture->Unlink();
texture           503 cc/resources/prioritized_resource_manager.cc     PrioritizedResource* texture = (*it);
texture           504 cc/resources/prioritized_resource_manager.cc     PrioritizedResource::Backing* backing = texture->backing();
texture           520 cc/resources/prioritized_resource_manager.cc       DCHECK(backing->owner() == texture);
texture           111 cc/resources/prioritized_resource_manager.h   bool RequestLate(PrioritizedResource* texture);
texture           117 cc/resources/prioritized_resource_manager.h   void AcquireBackingTextureIfNeeded(PrioritizedResource* texture,
texture           120 cc/resources/prioritized_resource_manager.h   void RegisterTexture(PrioritizedResource* texture);
texture           121 cc/resources/prioritized_resource_manager.h   void UnregisterTexture(PrioritizedResource* texture);
texture           122 cc/resources/prioritized_resource_manager.h   void ReturnBackingTexture(PrioritizedResource* texture);
texture            52 cc/resources/prioritized_resource_unittest.cc   bool ValidateTexture(PrioritizedResource* texture,
texture            54 cc/resources/prioritized_resource_unittest.cc     ResourceManagerAssertInvariants(texture->resource_manager());
texture            56 cc/resources/prioritized_resource_unittest.cc       texture->RequestLate();
texture            57 cc/resources/prioritized_resource_unittest.cc     ResourceManagerAssertInvariants(texture->resource_manager());
texture            60 cc/resources/prioritized_resource_unittest.cc     bool success = texture->can_acquire_backing_texture();
texture            62 cc/resources/prioritized_resource_unittest.cc       texture->AcquireBackingTexture(resource_provider());
texture            88 cc/resources/prioritized_resource_unittest.cc   bool TextureBackingIsAbovePriorityCutoff(PrioritizedResource* texture) {
texture            89 cc/resources/prioritized_resource_unittest.cc     return texture->backing()->
texture           709 cc/resources/prioritized_resource_unittest.cc   scoped_ptr<PrioritizedResource> texture =
texture           713 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->have_backing_texture());
texture           715 cc/resources/prioritized_resource_unittest.cc   texture->set_request_priority(100);
texture           718 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(ValidateTexture(texture.get(), false));
texture           719 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->can_acquire_backing_texture());
texture           720 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->have_backing_texture());
texture           728 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->can_acquire_backing_texture());
texture           729 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->have_backing_texture());
texture           737 cc/resources/prioritized_resource_unittest.cc   scoped_ptr<PrioritizedResource> texture =
texture           741 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->have_backing_texture());
texture           743 cc/resources/prioritized_resource_unittest.cc   texture->set_request_priority(100);
texture           746 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(ValidateTexture(texture.get(), false));
texture           747 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->can_acquire_backing_texture());
texture           748 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->have_backing_texture());
texture           750 cc/resources/prioritized_resource_unittest.cc   texture->SetTextureManager(NULL);
texture           758 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->can_acquire_backing_texture());
texture           759 cc/resources/prioritized_resource_unittest.cc   EXPECT_FALSE(texture->have_backing_texture());
texture           761 cc/resources/prioritized_resource_unittest.cc   texture->SetTextureManager(resource_manager_two.get());
texture           765 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(ValidateTexture(texture.get(), false));
texture           766 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->can_acquire_backing_texture());
texture           767 cc/resources/prioritized_resource_unittest.cc   EXPECT_TRUE(texture->have_backing_texture());
texture            81 cc/resources/resource_provider_unittest.cc   MOCK_METHOD2(bindTexture, void(GLenum target, GLuint texture));
texture           117 cc/resources/resource_provider_unittest.cc                       scoped_refptr<TestTexture> texture) {
texture           121 cc/resources/resource_provider_unittest.cc     textures_[mailbox] = texture;
texture           168 cc/resources/resource_provider_unittest.cc           (*it)->mailbox, sync_point, (*it)->texture);
texture           256 cc/resources/resource_provider_unittest.cc     pending->texture = BoundTexture(target);
texture           264 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture =
texture           266 cc/resources/resource_provider_unittest.cc     namespace_->textures.Replace(BoundTextureId(target), texture);
texture           274 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
texture           275 cc/resources/resource_provider_unittest.cc     ASSERT_EQ(texture->size, size);
texture           276 cc/resources/resource_provider_unittest.cc     ASSERT_EQ(texture->format, format);
texture           277 cc/resources/resource_provider_unittest.cc     memcpy(pixels, texture->data.get(), TextureSizeBytes(size, format));
texture           308 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
texture           309 cc/resources/resource_provider_unittest.cc     ASSERT_TRUE(texture->data.get());
texture           310 cc/resources/resource_provider_unittest.cc     ASSERT_TRUE(xoffset >= 0 && xoffset + width <= texture->size.width());
texture           311 cc/resources/resource_provider_unittest.cc     ASSERT_TRUE(yoffset >= 0 && yoffset + height <= texture->size.height());
texture           313 cc/resources/resource_provider_unittest.cc     size_t in_pitch = TextureSizeBytes(gfx::Size(width, 1), texture->format);
texture           315 cc/resources/resource_provider_unittest.cc         TextureSizeBytes(gfx::Size(texture->size.width(), 1), texture->format);
texture           316 cc/resources/resource_provider_unittest.cc     uint8_t* dest = texture->data.get() + yoffset * out_pitch +
texture           317 cc/resources/resource_provider_unittest.cc                     TextureSizeBytes(gfx::Size(xoffset, 1), texture->format);
texture           328 cc/resources/resource_provider_unittest.cc     scoped_refptr<TestTexture> texture;
texture           438 cc/resources/resource_provider_unittest.cc       unsigned texture = child_context_->createTexture();
texture           440 cc/resources/resource_provider_unittest.cc       child_context_->bindTexture(GL_TEXTURE_2D, texture);
texture          1762 cc/resources/resource_provider_unittest.cc   unsigned texture = context()->createTexture();
texture          1763 cc/resources/resource_provider_unittest.cc   context()->bindTexture(GL_TEXTURE_2D, texture);
texture          1877 cc/resources/resource_provider_unittest.cc   context()->bindTexture(GL_TEXTURE_2D, texture);
texture          1879 cc/resources/resource_provider_unittest.cc   context()->deleteTexture(texture);
texture          2178 cc/resources/resource_provider_unittest.cc   unsigned texture = context()->createTexture();
texture          2179 cc/resources/resource_provider_unittest.cc   context()->bindTexture(GL_TEXTURE_2D, texture);
texture          2555 cc/resources/resource_provider_unittest.cc   MOCK_METHOD2(bindTexture, void(GLenum target, GLuint texture));
texture            18 cc/resources/resource_update.cc   update.texture = resource;
texture            27 cc/resources/resource_update.cc     : texture(NULL),
texture            28 cc/resources/resource_update.h   PrioritizedResource* texture;
texture            88 cc/resources/resource_update_controller.cc   update.texture->SetPixels(
texture            35 cc/resources/resource_update_queue.cc     if (!upload.texture->BackingResourceWasEvicted())
texture            26 cc/resources/scoped_resource_unittest.cc   scoped_ptr<ScopedResource> texture =
texture            30 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(0u, texture->id());
texture            33 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(gfx::Size(), texture->size());
texture            34 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(0u, texture->bytes());
texture            46 cc/resources/scoped_resource_unittest.cc   scoped_ptr<ScopedResource> texture =
texture            48 cc/resources/scoped_resource_unittest.cc   texture->Allocate(gfx::Size(30, 30),
texture            54 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(expected_bytes, texture->bytes());
texture            56 cc/resources/scoped_resource_unittest.cc   EXPECT_LT(0u, texture->id());
texture            57 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(static_cast<unsigned>(RGBA_8888), texture->format());
texture            58 cc/resources/scoped_resource_unittest.cc   EXPECT_EQ(gfx::Size(30, 30), texture->size());
texture            71 cc/resources/scoped_resource_unittest.cc     scoped_ptr<ScopedResource> texture =
texture            75 cc/resources/scoped_resource_unittest.cc     texture->Allocate(gfx::Size(30, 30),
texture            78 cc/resources/scoped_resource_unittest.cc     EXPECT_LT(0u, texture->id());
texture            84 cc/resources/scoped_resource_unittest.cc     scoped_ptr<ScopedResource> texture =
texture            87 cc/resources/scoped_resource_unittest.cc     texture->Allocate(gfx::Size(30, 30),
texture            90 cc/resources/scoped_resource_unittest.cc     EXPECT_LT(0u, texture->id());
texture            92 cc/resources/scoped_resource_unittest.cc     texture->Free();
texture           107 cc/resources/scoped_resource_unittest.cc     scoped_ptr<ScopedResource> texture =
texture           111 cc/resources/scoped_resource_unittest.cc     texture->Allocate(gfx::Size(30, 30),
texture           114 cc/resources/scoped_resource_unittest.cc     EXPECT_LT(0u, texture->id());
texture           117 cc/resources/scoped_resource_unittest.cc     texture->Leak();
texture           118 cc/resources/scoped_resource_unittest.cc     EXPECT_EQ(0u, texture->id());
texture           121 cc/resources/scoped_resource_unittest.cc     texture->Free();
texture           122 cc/resources/scoped_resource_unittest.cc     EXPECT_EQ(0u, texture->id());
texture           294 cc/test/layer_tree_pixel_test.cc     uint32 texture,
texture           300 cc/test/layer_tree_pixel_test.cc   gl->DeleteTextures(1, &texture);
texture            88 cc/test/layer_tree_pixel_test.h                              uint32 texture,
texture            17 cc/test/ordered_texture_map.cc                                scoped_refptr<TestTexture> texture) {
texture            18 cc/test/ordered_texture_map.cc   DCHECK(texture.get());
texture            21 cc/test/ordered_texture_map.cc   textures_[id] = texture;
texture            26 cc/test/ordered_texture_map.cc                                 scoped_refptr<TestTexture> texture) {
texture            27 cc/test/ordered_texture_map.cc   DCHECK(texture.get());
texture            30 cc/test/ordered_texture_map.cc   textures_[id] = texture;
texture            52 cc/test/ordered_texture_map.cc   scoped_refptr<TestTexture> texture = textures_[id];
texture            53 cc/test/ordered_texture_map.cc   DCHECK(texture.get());
texture            54 cc/test/ordered_texture_map.cc   return texture;
texture            23 cc/test/ordered_texture_map.h   void Append(GLuint id, scoped_refptr<TestTexture> texture);
texture            24 cc/test/ordered_texture_map.h   void Replace(GLuint id, scoped_refptr<TestTexture> texture);
texture            76 cc/test/test_gles2_interface.cc void TestGLES2Interface::BindTexture(GLenum target, GLuint texture) {
texture            77 cc/test/test_gles2_interface.cc   test_context_->bindTexture(target, texture);
texture            32 cc/test/test_gles2_interface.h   virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
texture           152 cc/test/test_web_graphics_context_3d.cc     GLuint texture) {
texture           699 cc/test/test_web_graphics_context_3d.cc   scoped_refptr<TestTexture> texture = BoundTexture(target);
texture           700 cc/test/test_web_graphics_context_3d.cc   DCHECK(texture->IsValidParameter(pname));
texture           701 cc/test/test_web_graphics_context_3d.cc   texture->params[pname] = param;
texture           709 cc/test/test_web_graphics_context_3d.cc   scoped_refptr<TestTexture> texture = BoundTexture(target);
texture           710 cc/test/test_web_graphics_context_3d.cc   DCHECK(texture->IsValidParameter(pname));
texture           711 cc/test/test_web_graphics_context_3d.cc   TestTexture::TextureParametersMap::iterator it = texture->params.find(pname);
texture           712 cc/test/test_web_graphics_context_3d.cc   if (it != texture->params.end())
texture            48 cc/test/test_web_graphics_context_3d.h   virtual void activeTexture(GLenum texture) {}
texture           102 cc/test/test_web_graphics_context_3d.h   virtual GLboolean isTexture(GLuint texture);
texture           280 cc/test/test_web_graphics_context_3d.h   bool UsedTexture(int texture) const {
texture           281 cc/test/test_web_graphics_context_3d.h     return ContainsKey(used_textures_, texture);
texture            38 cc/test/test_web_graphics_context_3d_unittest.cc   GLuint texture = context->createTexture();
texture            39 cc/test/test_web_graphics_context_3d_unittest.cc   context->bindTexture(GL_TEXTURE_2D, texture);
texture            48 cc/test/test_web_graphics_context_3d_unittest.cc   GLuint texture = context->createTexture();
texture            49 cc/test/test_web_graphics_context_3d_unittest.cc   context->bindTexture(GL_TEXTURE_2D, texture);
texture            10 cc/test/tiled_layer_test_common.cc                                      scoped_ptr<PrioritizedResource> texture)
texture            11 cc/test/tiled_layer_test_common.cc     : LayerUpdater::Resource(texture.Pass()), layer_(layer) {
texture            23 cc/test/tiled_layer_test_common.cc       texture(), &bitmap_, kRect, kRect, gfx::Vector2d());
texture          2889 cc/trees/layer_tree_host_unittest.cc   MOCK_METHOD1(activeTexture, void(GLenum texture));
texture          2904 cc/trees/layer_tree_host_unittest.cc   MOCK_METHOD1(deleteTexture, void(GLenum texture));
texture          1004 cc/trees/layer_tree_host_unittest_context.cc     scoped_refptr<TextureLayer> texture = TextureLayer::CreateForMailbox(NULL);
texture          1005 cc/trees/layer_tree_host_unittest_context.cc     texture->SetBounds(gfx::Size(10, 10));
texture          1006 cc/trees/layer_tree_host_unittest_context.cc     texture->SetAnchorPoint(gfx::PointF());
texture          1007 cc/trees/layer_tree_host_unittest_context.cc     texture->SetIsDrawable(true);
texture          1008 cc/trees/layer_tree_host_unittest_context.cc     texture->SetTextureMailbox(
texture          1013 cc/trees/layer_tree_host_unittest_context.cc     root->AddChild(texture);
texture            41 content/browser/compositor/image_transport_factory_browsertest.cc   scoped_refptr<ui::Texture> texture = factory->CreateTransportClient(1.f);
texture            42 content/browser/compositor/image_transport_factory_browsertest.cc   ASSERT_TRUE(texture.get());
texture            63 content/browser/compositor/image_transport_factory_browsertest.cc   EXPECT_EQ(0u, texture->PrepareTexture());
texture           129 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc     GLuint* texture) {
texture           162 content/browser/renderer_host/compositing_iosurface_transformer_mac.cc   *texture = textures_[RGBA_OUTPUT];
texture            54 content/browser/renderer_host/compositing_iosurface_transformer_mac.h                       const gfx::Size& dst_size, GLuint* texture);
texture           133 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   GLuint texture;
texture           134 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   EXPECT_NO_GL_ERROR(glGenTextures(1, &texture));
texture           135 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   EXPECT_NO_GL_ERROR(glBindTexture(kGLTextureTarget, texture));
texture           143 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc   return texture;
texture           147 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc SkBitmap ReadBackTexture(GLuint texture, const gfx::Size& size, GLenum format) {
texture           158 content/browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc       texture, 0));
texture           175 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       GLuint texture = gl_helper->ConsumeMailboxToTexture(
texture           178 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       gl_helper->ResizeTexture(texture, window()->bounds().size());
texture           179 content/browser/renderer_host/render_widget_host_view_aura_unittest.cc       gl_helper->DeleteTexture(texture);
texture            89 content/common/gpu/client/gl_helper.cc     scaler_->Scale(src_texture, texture_and_framebuffer_.texture());
texture            96 content/common/gpu/client/gl_helper.cc   GLuint texture() const { return texture_and_framebuffer_.texture(); }
texture           148 content/common/gpu/client/gl_helper.cc   void ReadbackTextureSync(GLuint texture,
texture           153 content/common/gpu/client/gl_helper.cc   void ReadbackTextureAsync(GLuint texture,
texture           177 content/common/gpu/client/gl_helper.cc   GLuint CopyAndScaleTexture(GLuint texture,
texture           482 content/common/gpu/client/gl_helper.cc   GLuint texture = ScaleTexture(src_texture,
texture           494 content/common/gpu/client/gl_helper.cc   DCHECK(texture);
texture           498 content/common/gpu/client/gl_helper.cc   ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           502 content/common/gpu/client/gl_helper.cc                             texture,
texture           523 content/common/gpu/client/gl_helper.cc   gl_->DeleteTextures(1, &texture);
texture           527 content/common/gpu/client/gl_helper.cc     GLuint texture,
texture           537 content/common/gpu/client/gl_helper.cc   ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           539 content/common/gpu/client/gl_helper.cc       GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, texture, 0);
texture           555 content/common/gpu/client/gl_helper.cc     GLuint texture,
texture           566 content/common/gpu/client/gl_helper.cc   ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           570 content/common/gpu/client/gl_helper.cc                             texture,
texture           716 content/common/gpu/client/gl_helper.cc void GLHelper::ReadbackTextureSync(GLuint texture,
texture           721 content/common/gpu/client/gl_helper.cc   copy_texture_to_impl_->ReadbackTextureSync(texture, src_rect, out, format);
texture           725 content/common/gpu/client/gl_helper.cc     GLuint texture,
texture           731 content/common/gpu/client/gl_helper.cc   copy_texture_to_impl_->ReadbackTextureAsync(texture,
texture           738 content/common/gpu/client/gl_helper.cc GLuint GLHelper::CopyTexture(GLuint texture, const gfx::Size& size) {
texture           741 content/common/gpu/client/gl_helper.cc       texture, size, size, false, GLHelper::SCALER_QUALITY_FAST);
texture           744 content/common/gpu/client/gl_helper.cc GLuint GLHelper::CopyAndScaleTexture(GLuint texture,
texture           751 content/common/gpu/client/gl_helper.cc       texture, src_size, dst_size, vertically_flip_texture, quality);
texture           795 content/common/gpu/client/gl_helper.cc void GLHelper::CopySubBufferDamage(GLuint texture,
texture           804 content/common/gpu/client/gl_helper.cc     ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           826 content/common/gpu/client/gl_helper.cc   GLuint texture = 0u;
texture           827 content/common/gpu/client/gl_helper.cc   gl_->GenTextures(1, &texture);
texture           828 content/common/gpu/client/gl_helper.cc   content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           833 content/common/gpu/client/gl_helper.cc   return texture;
texture           861 content/common/gpu/client/gl_helper.cc   GLuint texture = CreateTexture();
texture           862 content/common/gpu/client/gl_helper.cc   content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           864 content/common/gpu/client/gl_helper.cc   return texture;
texture           867 content/common/gpu/client/gl_helper.cc void GLHelper::ResizeTexture(GLuint texture, const gfx::Size& size) {
texture           868 content/common/gpu/client/gl_helper.cc   content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           880 content/common/gpu/client/gl_helper.cc void GLHelper::CopyTextureSubImage(GLuint texture, const gfx::Rect& rect) {
texture           881 content/common/gpu/client/gl_helper.cc   content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture           892 content/common/gpu/client/gl_helper.cc void GLHelper::CopyTextureFullImage(GLuint texture, const gfx::Size& size) {
texture           893 content/common/gpu/client/gl_helper.cc   content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
texture          1017 content/common/gpu/client/gl_helper.cc   y_.Scale(scaler_.texture());
texture          1018 content/common/gpu/client/gl_helper.cc   u_.Scale(scaler_.texture());
texture          1019 content/common/gpu/client/gl_helper.cc   v_.Scale(scaler_.texture());
texture          1136 content/common/gpu/client/gl_helper.cc   GLuint texture;
texture          1141 content/common/gpu/client/gl_helper.cc     texture = mailbox_texture;
texture          1145 content/common/gpu/client/gl_helper.cc     texture = scaler_.texture();
texture          1150 content/common/gpu/client/gl_helper.cc   outputs[0] = y_.texture();
texture          1152 content/common/gpu/client/gl_helper.cc   pass1_shader_->Execute(texture, outputs);
texture          1156 content/common/gpu/client/gl_helper.cc   outputs[0] = u_.texture();
texture          1157 content/common/gpu/client/gl_helper.cc   outputs[1] = v_.texture();
texture           202 content/common/gpu/client/gl_helper.h   void ReadbackTextureSync(GLuint texture,
texture           207 content/common/gpu/client/gl_helper.h   void ReadbackTextureAsync(GLuint texture,
texture           216 content/common/gpu/client/gl_helper.h   GLuint CopyTexture(GLuint texture, const gfx::Size& size);
texture           222 content/common/gpu/client/gl_helper.h   GLuint CopyAndScaleTexture(GLuint texture,
texture           233 content/common/gpu/client/gl_helper.h   void CopySubBufferDamage(GLuint texture,
texture           260 content/common/gpu/client/gl_helper.h   void ResizeTexture(GLuint texture, const gfx::Size& size);
texture           263 content/common/gpu/client/gl_helper.h   void CopyTextureSubImage(GLuint texture, const gfx::Rect& rect);
texture           267 content/common/gpu/client/gl_helper.h   void CopyTextureFullImage(GLuint texture, const gfx::Size& size);
texture           566 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc     WebGLId texture, WebGLId parentTexture) {
texture          1155 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc void WebGraphicsContext3DCommandBufferImpl::deleteTexture(WebGLId texture) {
texture          1156 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc   gl_->DeleteTextures(1, &texture);
texture           182 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void activeTexture(WGC3Denum texture);
texture           189 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual void bindTexture(WGC3Denum target, WebGLId texture);
texture           273 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                     WebGLId texture,
texture           363 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual WGC3Dboolean isTexture(WebGLId texture);
texture           545 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h       WebGLId texture, WebGLId parentTexture);
texture           667 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h                                     WebGLId texture,
texture           344 content/common/gpu/media/gpu_video_decode_accelerator.cc     gpu::gles2::Texture* info = texture_ref->texture();
texture           473 content/common/gpu/media/gpu_video_decode_accelerator.cc   GLenum target = texture_ref->texture()->target();
texture           476 content/common/gpu/media/gpu_video_decode_accelerator.cc   DCHECK(!texture_ref->texture()->IsLevelCleared(target, 0));
texture            35 content/common/gpu/stream_texture_android.cc   TextureRef* texture = texture_manager->GetTexture(client_texture_id);
texture            37 content/common/gpu/stream_texture_android.cc   if (texture && (!texture->texture()->target() ||
texture            38 content/common/gpu/stream_texture_android.cc                   texture->texture()->target() == GL_TEXTURE_EXTERNAL_OES)) {
texture            43 content/common/gpu/stream_texture_android.cc         new StreamTexture(owner_stub, route_id, texture->service_id()));
texture            45 content/common/gpu/stream_texture_android.cc     texture_manager->SetTarget(texture, GL_TEXTURE_EXTERNAL_OES);
texture            46 content/common/gpu/stream_texture_android.cc     texture_manager->SetLevelInfo(texture,
texture            58 content/common/gpu/stream_texture_android.cc         texture, GL_TEXTURE_EXTERNAL_OES, 0, gl_image);
texture           395 content/common/gpu/texture_image_transport_surface.cc     Texture* texture = texture_manager->Produce(backbuffer_.get());
texture           396 content/common/gpu/texture_image_transport_surface.cc     mailbox_manager_->ProduceTexture(GL_TEXTURE_2D, back_mailbox_, texture);
texture            68 content/common/gpu/texture_image_transport_surface.h     backbuffer_->texture()->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height);
texture            62 content/renderer/gpu/mailbox_output_surface.cc       TransferableFrame& texture = returned_textures_.front();
texture            63 content/renderer/gpu/mailbox_output_surface.cc       if (texture.size == surface_size_) {
texture            64 content/renderer/gpu/mailbox_output_surface.cc         current_backing_ = texture;
texture            71 content/renderer/gpu/mailbox_output_surface.cc       gl->DeleteTextures(1, &texture.texture_id);
texture           445 content/renderer/media/android/webmediaplayer_android.cc     unsigned int texture,
texture           500 content/renderer/media/android/webmediaplayer_android.cc                                             texture, level, internal_format,
texture           509 content/renderer/media/android/webmediaplayer_android.cc     web_graphics_context->bindTexture(GL_TEXTURE_2D, texture);
texture           114 content/renderer/media/android/webmediaplayer_android.h       unsigned int texture,
texture           606 content/renderer/media/webmediaplayer_impl.cc     unsigned int texture,
texture           634 content/renderer/media/webmediaplayer_impl.cc   DCHECK_EQ(static_cast<GLuint>(bound_texture), texture);
texture           655 content/renderer/media/webmediaplayer_impl.cc                                             texture,
texture           664 content/renderer/media/webmediaplayer_impl.cc   web_graphics_context->bindTexture(GL_TEXTURE_2D, texture);
texture           131 content/renderer/media/webmediaplayer_impl.h       unsigned int texture,
texture            15 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2ActiveTexture(GLenum texture) {
texture            16 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->ActiveTexture(texture);
texture            33 gpu/command_buffer/client/gles2_c_lib_autogen.h void GLES2BindTexture(GLenum target, GLuint texture) {
texture            34 gpu/command_buffer/client/gles2_c_lib_autogen.h   gles2::GetGLContext()->BindTexture(target, texture);
texture           197 gpu/command_buffer/client/gles2_c_lib_autogen.h                                GLuint texture,
texture           200 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, attachment, textarget, texture, level);
texture           351 gpu/command_buffer/client/gles2_c_lib_autogen.h GLboolean GLES2IsTexture(GLuint texture) {
texture           352 gpu/command_buffer/client/gles2_c_lib_autogen.h   return gles2::GetGLContext()->IsTexture(texture);
texture           621 gpu/command_buffer/client/gles2_c_lib_autogen.h                                              GLuint texture,
texture           625 gpu/command_buffer/client/gles2_c_lib_autogen.h       target, attachment, textarget, texture, level, samples);
texture           764 gpu/command_buffer/client/gles2_c_lib_autogen.h GLuint GLES2CreateStreamTextureCHROMIUM(GLuint texture) {
texture           765 gpu/command_buffer/client/gles2_c_lib_autogen.h   return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture);
texture            14 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void ActiveTexture(GLenum texture) {
texture            17 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(texture);
texture            72 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void BindTexture(GLenum target, GLuint texture) {
texture            75 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, texture);
texture           518 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                           GLuint texture,
texture           523 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, attachment, textarget, texture, level);
texture           899 gpu/command_buffer/client/gles2_cmd_helper_autogen.h void IsTexture(GLuint texture, uint32 result_shm_id, uint32 result_shm_offset) {
texture           902 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(texture, result_shm_id, result_shm_offset);
texture          1651 gpu/command_buffer/client/gles2_cmd_helper_autogen.h                                         GLuint texture,
texture          1657 gpu/command_buffer/client/gles2_cmd_helper_autogen.h     c->Init(target, attachment, textarget, texture, level, samples);
texture          2391 gpu/command_buffer/client/gles2_implementation.cc void GLES2Implementation::ActiveTexture(GLenum texture) {
texture          2394 gpu/command_buffer/client/gles2_implementation.cc       << GLES2Util::GetStringEnum(texture) << ")");
texture          2395 gpu/command_buffer/client/gles2_implementation.cc   GLuint texture_index = texture - GL_TEXTURE0;
texture          2399 gpu/command_buffer/client/gles2_implementation.cc         "glActiveTexture", texture, "texture");
texture          2404 gpu/command_buffer/client/gles2_implementation.cc   helper_->ActiveTexture(texture);
texture          2532 gpu/command_buffer/client/gles2_implementation.cc bool GLES2Implementation::BindTextureHelper(GLenum target, GLuint texture) {
texture          2540 gpu/command_buffer/client/gles2_implementation.cc       if (unit.bound_texture_2d != texture) {
texture          2541 gpu/command_buffer/client/gles2_implementation.cc         unit.bound_texture_2d = texture;
texture          2546 gpu/command_buffer/client/gles2_implementation.cc       if (unit.bound_texture_cube_map != texture) {
texture          2547 gpu/command_buffer/client/gles2_implementation.cc         unit.bound_texture_cube_map = texture;
texture          2552 gpu/command_buffer/client/gles2_implementation.cc       if (unit.bound_texture_external_oes != texture) {
texture          2553 gpu/command_buffer/client/gles2_implementation.cc         unit.bound_texture_external_oes = texture;
texture          2563 gpu/command_buffer/client/gles2_implementation.cc   GetIdHandler(id_namespaces::kTextures)->MarkAsUsedForBind(texture);
texture          3256 gpu/command_buffer/client/gles2_implementation.cc GLuint GLES2Implementation::CreateStreamTextureCHROMIUM(GLuint texture) {
texture          3259 gpu/command_buffer/client/gles2_implementation.cc       << texture << ")");
texture          3262 gpu/command_buffer/client/gles2_implementation.cc   return gpu_control_->CreateStreamTexture(texture);
texture           505 gpu/command_buffer/client/gles2_implementation.h   bool BindBufferHelper(GLenum target, GLuint texture);
texture           506 gpu/command_buffer/client/gles2_implementation.h   bool BindFramebufferHelper(GLenum target, GLuint texture);
texture           507 gpu/command_buffer/client/gles2_implementation.h   bool BindRenderbufferHelper(GLenum target, GLuint texture);
texture           508 gpu/command_buffer/client/gles2_implementation.h   bool BindTextureHelper(GLenum target, GLuint texture);
texture            16 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE;
texture            30 gpu/command_buffer/client/gles2_implementation_autogen.h virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
texture           165 gpu/command_buffer/client/gles2_implementation_autogen.h                                   GLuint texture,
texture           286 gpu/command_buffer/client/gles2_implementation_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
texture           501 gpu/command_buffer/client/gles2_implementation_autogen.h                                                 GLuint texture,
texture           611 gpu/command_buffer/client/gles2_implementation_autogen.h virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE;
texture            71 gpu/command_buffer/client/gles2_implementation_impl_autogen.h void GLES2Implementation::BindTexture(GLenum target, GLuint texture) {
texture            75 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << texture << ")");
texture            76 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (IsTextureReservedId(texture)) {
texture            80 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   if (BindTextureHelper(target, texture)) {
texture            81 gpu/command_buffer/client/gles2_implementation_impl_autogen.h     helper_->BindTexture(target, texture);
texture           457 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                                GLuint texture,
texture           464 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << texture << ", " << level << ")");
texture           465 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->FramebufferTexture2D(target, attachment, textarget, texture, level);
texture          1039 gpu/command_buffer/client/gles2_implementation_impl_autogen.h GLboolean GLES2Implementation::IsTexture(GLuint texture) {
texture          1042 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   GPU_CLIENT_LOG("[" << GetLogPrefix() << "] glIsTexture(" << texture << ")");
texture          1049 gpu/command_buffer/client/gles2_implementation_impl_autogen.h   helper_->IsTexture(texture, GetResultShmId(), GetResultShmOffset());
texture          1760 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                                                              GLuint texture,
texture          1769 gpu/command_buffer/client/gles2_implementation_impl_autogen.h                      << texture << ", " << level << ", " << samples << ")");
texture          1777 gpu/command_buffer/client/gles2_implementation_impl_autogen.h       target, attachment, textarget, texture, level, samples);
texture            16 gpu/command_buffer/client/gles2_interface_autogen.h virtual void ActiveTexture(GLenum texture) = 0;
texture            24 gpu/command_buffer/client/gles2_interface_autogen.h virtual void BindTexture(GLenum target, GLuint texture) = 0;
texture           121 gpu/command_buffer/client/gles2_interface_autogen.h                                   GLuint texture,
texture           200 gpu/command_buffer/client/gles2_interface_autogen.h virtual GLboolean IsTexture(GLuint texture) = 0;
texture           344 gpu/command_buffer/client/gles2_interface_autogen.h                                                 GLuint texture,
texture           415 gpu/command_buffer/client/gles2_interface_autogen.h virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) = 0;
texture            15 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE;
texture            23 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
texture           121 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                   GLuint texture,
texture           210 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
texture           365 gpu/command_buffer/client/gles2_interface_stub_autogen.h                                                 GLuint texture,
texture           439 gpu/command_buffer/client/gles2_interface_stub_autogen.h virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE;
texture            15 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void ActiveTexture(GLenum texture) OVERRIDE;
texture            23 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual void BindTexture(GLenum target, GLuint texture) OVERRIDE;
texture           121 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                   GLuint texture,
texture           210 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual GLboolean IsTexture(GLuint texture) OVERRIDE;
texture           365 gpu/command_buffer/client/gles2_trace_implementation_autogen.h                                                 GLuint texture,
texture           439 gpu/command_buffer/client/gles2_trace_implementation_autogen.h virtual GLuint CreateStreamTextureCHROMIUM(GLuint texture) OVERRIDE;
texture            15 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::ActiveTexture(GLenum texture) {
texture            17 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->ActiveTexture(texture);
texture            49 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h void GLES2TraceImplementation::BindTexture(GLenum target, GLuint texture) {
texture            51 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->BindTexture(target, texture);
texture           322 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h                                                     GLuint texture,
texture           325 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   gl_->FramebufferTexture2D(target, attachment, textarget, texture, level);
texture           582 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLboolean GLES2TraceImplementation::IsTexture(GLuint texture) {
texture           584 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   return gl_->IsTexture(texture);
texture          1033 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h     GLuint texture,
texture          1039 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h       target, attachment, textarget, texture, level, samples);
texture          1267 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h GLuint GLES2TraceImplementation::CreateStreamTextureCHROMIUM(GLuint texture) {
texture          1270 gpu/command_buffer/client/gles2_trace_implementation_impl_autogen.h   return gl_->CreateStreamTextureCHROMIUM(texture);
texture            28 gpu/command_buffer/common/gles2_cmd_format_autogen.h     texture = _texture;
texture            37 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 texture;
texture            43 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(ActiveTexture, texture) == 4,
texture           306 gpu/command_buffer/common/gles2_cmd_format_autogen.h     texture = _texture;
texture           316 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 texture;
texture           324 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(BindTexture, texture) == 8,
texture          2389 gpu/command_buffer/common/gles2_cmd_format_autogen.h     texture = _texture;
texture          2408 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 texture;
texture          2422 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(FramebufferTexture2D, texture) == 16,
texture          4408 gpu/command_buffer/common/gles2_cmd_format_autogen.h     texture = _texture;
texture          4423 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 texture;
texture          4431 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(IsTexture, texture) == 4,
texture          8085 gpu/command_buffer/common/gles2_cmd_format_autogen.h     texture = _texture;
texture          8106 gpu/command_buffer/common/gles2_cmd_format_autogen.h   uint32 texture;
texture          8121 gpu/command_buffer/common/gles2_cmd_format_autogen.h COMPILE_ASSERT(offsetof(FramebufferTexture2DMultisampleEXT, texture) == 16,
texture            23 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLenum>(11), cmd.texture);
texture           116 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(12), cmd.texture);
texture           802 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(14), cmd.texture);
texture          1437 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(11), cmd.texture);
texture          2827 gpu/command_buffer/common/gles2_cmd_format_test_autogen.h   EXPECT_EQ(static_cast<GLuint>(14), cmd.texture);
texture            70 gpu/command_buffer/service/async_pixel_transfer_manager.cc     gles2::TextureRef* texture) {
texture            71 gpu/command_buffer/service/async_pixel_transfer_manager.cc   TextureToDelegateMap::iterator it = delegate_map_.find(texture);
texture            98 gpu/command_buffer/service/async_pixel_transfer_manager.h   virtual void OnTextureRefDestroying(gles2::TextureRef* texture) OVERRIDE;
texture            73 gpu/command_buffer/service/context_state.h   void Unbind(TextureRef* texture) {
texture            74 gpu/command_buffer/service/context_state.h     if (bound_texture_2d.get() == texture) {
texture            77 gpu/command_buffer/service/context_state.h     if (bound_texture_cube_map.get() == texture) {
texture            80 gpu/command_buffer/service/context_state.h     if (bound_texture_external_oes.get() == texture) {
texture           148 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->GetLevelSize(
texture           156 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->GetLevelSize(
texture           164 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->GetLevelType(
texture           172 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->GetLevelType(
texture           186 gpu/command_buffer/service/framebuffer_manager.cc     return texture_ref_->texture()->IsLevelCleared(target_, level_);
texture           197 gpu/command_buffer/service/framebuffer_manager.cc   virtual bool IsTexture(TextureRef* texture) const OVERRIDE {
texture           198 gpu/command_buffer/service/framebuffer_manager.cc     return texture == texture_ref_.get();
texture           212 gpu/command_buffer/service/framebuffer_manager.cc     return texture_ref_->texture()->CanRenderTo();
texture           217 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->DetachFromFramebuffer();
texture           225 gpu/command_buffer/service/framebuffer_manager.cc     if (!texture_ref_->texture()->GetLevelType(
texture           250 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->OnWillModifyPixels();
texture           254 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref_->texture()->OnDidModifyPixels();
texture           608 gpu/command_buffer/service/framebuffer_manager.cc     texture_ref->texture()->AttachToFramebuffer();
texture           625 gpu/command_buffer/service/framebuffer_manager.cc void Framebuffer::OnTextureRefDetached(TextureRef* texture) {
texture           626 gpu/command_buffer/service/framebuffer_manager.cc   manager_->OnTextureRefDetached(texture);
texture           680 gpu/command_buffer/service/framebuffer_manager.cc void FramebufferManager::OnTextureRefDetached(TextureRef* texture) {
texture           686 gpu/command_buffer/service/framebuffer_manager.cc     observer->OnTextureRefDetachedFromFramebuffer(texture);
texture            43 gpu/command_buffer/service/framebuffer_manager.h     virtual bool IsTexture(TextureRef* texture) const = 0;
texture           141 gpu/command_buffer/service/framebuffer_manager.h   void OnTextureRefDetached(TextureRef* texture);
texture           217 gpu/command_buffer/service/framebuffer_manager.h     virtual void OnTextureRefDetachedFromFramebuffer(TextureRef* texture) = 0;
texture           274 gpu/command_buffer/service/framebuffer_manager.h   void OnTextureRefDetached(TextureRef* texture);
texture           618 gpu/command_buffer/service/framebuffer_manager_unittest.cc   scoped_refptr<TextureRef> texture(
texture           620 gpu/command_buffer/service/framebuffer_manager_unittest.cc   ASSERT_TRUE(texture.get() != NULL);
texture           623 gpu/command_buffer/service/framebuffer_manager_unittest.cc       GL_COLOR_ATTACHMENT0, texture.get(), kTarget, kLevel, kSamples);
texture           626 gpu/command_buffer/service/framebuffer_manager_unittest.cc   texture_manager_->SetTarget(texture.get(), GL_TEXTURE_2D);
texture           627 gpu/command_buffer/service/framebuffer_manager_unittest.cc   texture_manager_->SetLevelInfo(texture.get(),
texture           370 gpu/command_buffer/service/gles2_cmd_decoder.cc     ref_->texture()->OnWillModifyPixels();
texture           375 gpu/command_buffer/service/gles2_cmd_decoder.cc     ref_->texture()->OnDidModifyPixels();
texture           487 gpu/command_buffer/service/gles2_cmd_decoder.cc   void AttachRenderTexture(BackTexture* texture);
texture           696 gpu/command_buffer/service/gles2_cmd_decoder.cc       TextureRef* texture) OVERRIDE;
texture          1223 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoBindTexture(GLenum target, GLuint texture);
texture          1290 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLenum target, GLenum attachment, GLenum textarget, GLuint texture,
texture          1296 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLuint texture, GLint level, GLsizei samples);
texture          1301 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLuint texture, GLint level, GLsizei samples);
texture          1477 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoWillUseTexImageIfNeeded(Texture* texture, GLenum textarget);
texture          1478 gpu/command_buffer/service/gles2_cmd_decoder.cc   void DoDidUseTexImageIfNeeded(Texture* texture, GLenum textarget);
texture          1578 gpu/command_buffer/service/gles2_cmd_decoder.cc     Texture* texture);
texture          2176 gpu/command_buffer/service/gles2_cmd_decoder.cc void BackFramebuffer::AttachRenderTexture(BackTexture* texture) {
texture          2181 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLuint attach_id = texture ? texture->id() : 0;
texture          2935 gpu/command_buffer/service/gles2_cmd_decoder.cc       Texture* texture = texture_ref->texture();
texture          2936 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (texture->IsAttachedToFramebuffer()) {
texture          2960 gpu/command_buffer/service/gles2_cmd_decoder.cc       GLuint service_id = texture->service_id();
texture          2961 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (texture->target() == GL_TEXTURE_RECTANGLE_ARB) {
texture          3187 gpu/command_buffer/service/gles2_cmd_decoder.cc   GLenum target = offscreen_saved_color_texture_info_->texture()->target();
texture          3470 gpu/command_buffer/service/gles2_cmd_decoder.cc       GL_TEXTURE_2D, mailbox, offscreen_saved_color_texture_info_->texture());
texture          3890 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_manager()->GetTextureForServiceId(service_id);
texture          3891 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture) {
texture          3892 gpu/command_buffer/service/gles2_cmd_decoder.cc     GLenum target = texture->target();
texture          3895 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, GL_TEXTURE_WRAP_S, texture->wrap_s());
texture          3897 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, GL_TEXTURE_WRAP_T, texture->wrap_t());
texture          3899 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, GL_TEXTURE_MIN_FILTER, texture->min_filter());
texture          3901 gpu/command_buffer/service/gles2_cmd_decoder.cc         target, GL_TEXTURE_MAG_FILTER, texture->mag_filter());
texture          4044 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          4048 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->target() != 0 && texture->target() != target) {
texture          4054 gpu/command_buffer/service/gles2_cmd_decoder.cc   LogClientServiceForInfo(texture, client_id, "glBindTexture");
texture          4055 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->target() == 0) {
texture          4058 gpu/command_buffer/service/gles2_cmd_decoder.cc   glBindTexture(target, texture->service_id());
texture          4221 gpu/command_buffer/service/gles2_cmd_decoder.cc                     texture_ref->texture()->min_filter());
texture          5129 gpu/command_buffer/service/gles2_cmd_decoder.cc     DoWillUseTexImageIfNeeded(texture_ref->texture(), textarget);
texture          5153 gpu/command_buffer/service/gles2_cmd_decoder.cc     DoDidUseTexImageIfNeeded(texture_ref->texture(), textarget);
texture          5599 gpu/command_buffer/service/gles2_cmd_decoder.cc   TextureRef* texture = texture_manager()->GetTextureInfoForTarget(
texture          5601 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture) {
texture          5607 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glTexParameterf", GetErrorState(), texture, pname, param);
texture          5612 gpu/command_buffer/service/gles2_cmd_decoder.cc   TextureRef* texture = texture_manager()->GetTextureInfoForTarget(
texture          5614 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture) {
texture          5620 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glTexParameteri", GetErrorState(), texture, pname, param);
texture          5625 gpu/command_buffer/service/gles2_cmd_decoder.cc   TextureRef* texture = texture_manager()->GetTextureInfoForTarget(
texture          5627 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture) {
texture          5633 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glTexParameterfv", GetErrorState(), texture, pname, *params);
texture          5638 gpu/command_buffer/service/gles2_cmd_decoder.cc   TextureRef* texture = texture_manager()->GetTextureInfoForTarget(
texture          5640 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture) {
texture          5647 gpu/command_buffer/service/gles2_cmd_decoder.cc       "glTexParameteriv", GetErrorState(), texture, pname, *params);
texture          5991 gpu/command_buffer/service/gles2_cmd_decoder.cc     Texture* texture, GLenum textarget) {
texture          5993 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture && !texture->IsAttachedToFramebuffer()) {
texture          5994 gpu/command_buffer/service/gles2_cmd_decoder.cc     gfx::GLImage* image = texture->GetLevelImage(textarget, 0);
texture          5999 gpu/command_buffer/service/gles2_cmd_decoder.cc       glBindTexture(textarget, texture->service_id());
texture          6007 gpu/command_buffer/service/gles2_cmd_decoder.cc     Texture* texture, GLenum textarget) {
texture          6009 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture && !texture->IsAttachedToFramebuffer()) {
texture          6010 gpu/command_buffer/service/gles2_cmd_decoder.cc     gfx::GLImage* image = texture->GetLevelImage(textarget, 0);
texture          6015 gpu/command_buffer/service/gles2_cmd_decoder.cc       glBindTexture(textarget, texture->service_id());
texture          6059 gpu/command_buffer/service/gles2_cmd_decoder.cc           Texture* texture = texture_ref->texture();
texture          6060 gpu/command_buffer/service/gles2_cmd_decoder.cc           gfx::GLImage* image = texture->GetLevelImage(textarget, 0);
texture          6061 gpu/command_buffer/service/gles2_cmd_decoder.cc           if (image && !texture->IsAttachedToFramebuffer()) {
texture          6103 gpu/command_buffer/service/gles2_cmd_decoder.cc           Texture* texture = texture_ref->texture();
texture          6105 gpu/command_buffer/service/gles2_cmd_decoder.cc               texture->GetLevelImage(texture_unit.bind_target, 0);
texture          6106 gpu/command_buffer/service/gles2_cmd_decoder.cc           if (image && !texture->IsAttachedToFramebuffer()) {
texture          6141 gpu/command_buffer/service/gles2_cmd_decoder.cc           if (texture_ref && !texture_ref->texture()->SafeToRenderFrom()) {
texture          6836 gpu/command_buffer/service/gles2_cmd_decoder.cc   return texture_ref && texture_ref->texture()->IsValid();
texture          6954 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          6955 gpu/command_buffer/service/gles2_cmd_decoder.cc   texture->InitTextureMaxAnisotropyIfNeeded(target);
texture          7865 gpu/command_buffer/service/gles2_cmd_decoder.cc   TextureRef* texture = texture_manager()->GetTextureInfoForTarget(
texture          7867 gpu/command_buffer/service/gles2_cmd_decoder.cc   glBindTexture(bind_target, texture ? texture->service_id() : 0);
texture          7970 gpu/command_buffer/service/gles2_cmd_decoder.cc     Texture* texture) {
texture          7992 gpu/command_buffer/service/gles2_cmd_decoder.cc       if (!texture->GetLevelSize(target, level, &tex_width, &tex_height) ||
texture          8049 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8050 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsImmutable()) {
texture          8070 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsAttachedToFramebuffer()) {
texture          8246 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8249 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->GetLevelType(target, level, &type, &internal_format)) {
texture          8261 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->ValidForTexture(
texture          8272 gpu/command_buffer/service/gles2_cmd_decoder.cc       target, level, xoffset, yoffset, width, height, format, texture)) {
texture          8320 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8321 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsImmutable()) {
texture          8377 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsAttachedToFramebuffer()) {
texture          8395 gpu/command_buffer/service/gles2_cmd_decoder.cc         texture->service_id(), texture->target(),
texture          8397 gpu/command_buffer/service/gles2_cmd_decoder.cc         width, height, texture->IsImmutable())) {
texture          8443 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8446 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->GetLevelType(target, level, &type, &format) ||
texture          8447 gpu/command_buffer/service/gles2_cmd_decoder.cc       !texture->ValidForTexture(
texture          8564 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8567 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->GetLevelType(target, level, &current_type, &internal_format)) {
texture          8588 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->ValidForTexture(
texture          8624 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          8627 gpu/command_buffer/service/gles2_cmd_decoder.cc   bool ok = texture->GetLevelSize(target, level, &tex_width, &tex_height);
texture          8644 gpu/command_buffer/service/gles2_cmd_decoder.cc       !texture->IsImmutable()) {
texture          8648 gpu/command_buffer/service/gles2_cmd_decoder.cc     texture->GetLevelType(target, level, &tex_type, &internal_format);
texture          9104 gpu/command_buffer/service/gles2_cmd_decoder.cc           offscreen_saved_color_texture_info_->texture()->
texture          9848 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* source_texture = source_texture_ref->texture();
texture          9849 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* dest_texture = dest_texture_ref->texture();
texture          10050 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          10051 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsAttachedToFramebuffer()) {
texture          10054 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsImmutable()) {
texture          10101 gpu/command_buffer/service/gles2_cmd_decoder.cc     texture->SetImmutable(true);
texture          10166 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = group_->mailbox_manager()->ConsumeTexture(target, mailbox);
texture          10167 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture) {
texture          10173 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->target() != target) {
texture          10181 gpu/command_buffer/service/gles2_cmd_decoder.cc   texture_ref = texture_manager()->Consume(client_id, texture);
texture          10301 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture_ref->texture()->GetLevelImage(target, 0) != gl_image)
texture          10502 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          10508 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (texture->IsDefined()) {
texture          10534 gpu/command_buffer/service/gles2_cmd_decoder.cc   texture->SetImmutable(true);
texture          10597 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          10608 gpu/command_buffer/service/gles2_cmd_decoder.cc   if (!texture->SafeToRenderFrom()) {
texture          10631 gpu/command_buffer/service/gles2_cmd_decoder.cc     texture->GetLevelSize(target, level, &define_params.width,
texture          10633 gpu/command_buffer/service/gles2_cmd_decoder.cc     texture->GetLevelType(target, level, &define_params.type,
texture          10639 gpu/command_buffer/service/gles2_cmd_decoder.cc     texture->SetImmutable(true);
texture          10688 gpu/command_buffer/service/gles2_cmd_decoder.cc   Texture* texture = texture_ref->texture();
texture          10689 gpu/command_buffer/service/gles2_cmd_decoder.cc   DoDidUseTexImageIfNeeded(texture, texture->target());
texture            18 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLenum texture = static_cast<GLenum>(c.texture);
texture            19 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoActiveTexture(texture);
texture            75 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLuint texture = c.texture;
texture            80 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoBindTexture(target, texture);
texture           750 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLuint texture = c.texture;
texture           771 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   DoFramebufferTexture2D(target, attachment, textarget, texture, level);
texture          1502 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLuint texture = c.texture;
texture          1509 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   *result_dst = DoIsTexture(texture);
texture          2854 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h   GLuint texture = c.texture;
texture          2885 gpu/command_buffer/service/gles2_cmd_decoder_autogen.h       target, attachment, textarget, texture, level, samples);
texture          1905 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          1908 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 2, &width, &height));
texture          1922 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 2, &width, &height));
texture          4707 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          4708 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
texture          4722 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
texture          4758 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          4759 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
texture          4772 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, level, &width, &height));
texture          5371 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          5373 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &internal_format));
texture          5474 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture_ref->texture()->target() == GL_TEXTURE_EXTERNAL_OES);
texture          5516 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          5517 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_EXTERNAL_OES);
texture          5518 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5519 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5520 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          5570 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          5571 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_EXTERNAL_OES);
texture          5572 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5573 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5574 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          5606 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          5607 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_EXTERNAL_OES);
texture          5608 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5609 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5610 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          5678 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = GetTexture(kNewClientId)->texture();
texture          5679 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture != NULL);
texture          5680 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_RECTANGLE_ARB);
texture          5722 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = GetTexture(client_texture_id_)->texture();
texture          5723 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture != NULL);
texture          5724 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_RECTANGLE_ARB);
texture          5725 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5726 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5727 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          5777 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = GetTexture(client_texture_id_)->texture();
texture          5778 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture != NULL);
texture          5779 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_RECTANGLE_ARB);
texture          5780 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5781 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5782 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          5814 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = GetTexture(client_texture_id_)->texture();
texture          5815 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture != NULL);
texture          5816 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->target() == GL_TEXTURE_RECTANGLE_ARB);
texture          5817 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->min_filter() == GL_LINEAR);
texture          5818 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_s() == GL_CLAMP_TO_EDGE);
texture          5819 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->wrap_t() == GL_CLAMP_TO_EDGE);
texture          6172 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          6187 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          6230 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture_ref->texture()->SafeToRenderFrom());
texture          7056 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          7057 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7070 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7073 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &internal_format));
texture          7077 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
texture          7080 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 1, &type, &internal_format));
texture          7085 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7108 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7111 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &internal_format));
texture          7115 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
texture          7118 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 1, &type, &internal_format));
texture          7123 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7629 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          7630 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7640 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7643 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &internal_format));
texture          7646 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7657 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7659 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7664 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7666 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7693 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          7694 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7704 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          7705 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7715 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7718 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &internal_format));
texture          7721 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7732 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7734 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_FALSE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7745 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          7747 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture          7776 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          7777 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_EQ(kServiceTextureId, texture->service_id());
texture          7973 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = GetTexture(client_texture_id_)->texture();
texture          7974 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture != NULL);
texture          7975 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->pool() == GL_TEXTURE_POOL_UNMANAGED_CHROMIUM);
texture          7993 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   EXPECT_TRUE(texture->pool() == GL_TEXTURE_POOL_MANAGED_CHROMIUM);
texture          8012 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   Texture* texture = texture_ref->texture();
texture          8059 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8061 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8063 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          8074 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8075 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8089 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8091 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture          8099 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   texture->SetImmutable(false);
texture          8115 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8116 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8133 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8134 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8148 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8149 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->SafeToRenderFrom());
texture          8159 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     texture = NULL;
texture          8172 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     texture = texture_ref->texture();
texture          8173 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     texture->SetImmutable(false);
texture          8189 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture          8203 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc   texture = NULL;
texture          8213 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     texture = texture_ref->texture();
texture          8214 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     texture->SetImmutable(false);
texture          8230 gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc     EXPECT_TRUE(texture->IsImmutable());
texture            37 gpu/command_buffer/service/mailbox_manager.cc     Texture* texture = sync_->CreateTextureFromMailbox(target, mailbox);
texture            38 gpu/command_buffer/service/mailbox_manager.cc     if (texture) {
texture            39 gpu/command_buffer/service/mailbox_manager.cc       InsertTexture(target_name, texture);
texture            40 gpu/command_buffer/service/mailbox_manager.cc       DCHECK_EQ(0U, texture->refs_.size());
texture            42 gpu/command_buffer/service/mailbox_manager.cc     return texture;
texture            50 gpu/command_buffer/service/mailbox_manager.cc                                     Texture* texture) {
texture            54 gpu/command_buffer/service/mailbox_manager.cc     if (it->second->first == texture)
texture            60 gpu/command_buffer/service/mailbox_manager.cc   InsertTexture(target_name, texture);
texture            63 gpu/command_buffer/service/mailbox_manager.cc void MailboxManager::InsertTexture(TargetName target_name, Texture* texture) {
texture            64 gpu/command_buffer/service/mailbox_manager.cc   texture->SetMailboxManager(this);
texture            66 gpu/command_buffer/service/mailbox_manager.cc       textures_to_mailboxes_.insert(std::make_pair(texture, target_name));
texture            71 gpu/command_buffer/service/mailbox_manager.cc void MailboxManager::TextureDeleted(Texture* texture) {
texture            74 gpu/command_buffer/service/mailbox_manager.cc       textures_to_mailboxes_.equal_range(texture);
texture            84 gpu/command_buffer/service/mailbox_manager.cc     sync_->TextureDeleted(texture);
texture            37 gpu/command_buffer/service/mailbox_manager.h                       Texture* texture);
texture            48 gpu/command_buffer/service/mailbox_manager.h   void TextureDeleted(Texture* texture);
texture            61 gpu/command_buffer/service/mailbox_manager.h   void InsertTexture(TargetName target_name, Texture* texture);
texture            36 gpu/command_buffer/service/mailbox_manager_unittest.cc   void SetTarget(Texture* texture, GLenum target, GLuint max_level) {
texture            37 gpu/command_buffer/service/mailbox_manager_unittest.cc     texture->SetTarget(NULL, target, max_level);
texture            41 gpu/command_buffer/service/mailbox_manager_unittest.cc       Texture* texture,
texture            52 gpu/command_buffer/service/mailbox_manager_unittest.cc     texture->SetLevelInfo(NULL,
texture            65 gpu/command_buffer/service/mailbox_manager_unittest.cc   GLenum SetParameter(Texture* texture, GLenum pname, GLint param) {
texture            66 gpu/command_buffer/service/mailbox_manager_unittest.cc     return texture->SetParameteri(feature_info_, pname, param);
texture            69 gpu/command_buffer/service/mailbox_manager_unittest.cc   void DestroyTexture(Texture* texture) {
texture            70 gpu/command_buffer/service/mailbox_manager_unittest.cc     delete texture;
texture            83 gpu/command_buffer/service/mailbox_manager_unittest.cc   Texture* texture = CreateTexture();
texture            86 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(0, name, texture);
texture            87 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name));
texture            90 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name));
texture            96 gpu/command_buffer/service/mailbox_manager_unittest.cc   DestroyTexture(texture);
texture           102 gpu/command_buffer/service/mailbox_manager_unittest.cc   Texture* texture = CreateTexture();
texture           106 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(0, name1, texture);
texture           107 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name1));
texture           110 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(0, name1, texture);
texture           111 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name1));
texture           115 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(0, name2, texture);
texture           118 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name1));
texture           119 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(0, name2));
texture           122 gpu/command_buffer/service/mailbox_manager_unittest.cc   DestroyTexture(texture);
texture           199 gpu/command_buffer/service/mailbox_manager_unittest.cc     Texture* texture = CreateTexture();
texture           202 gpu/command_buffer/service/mailbox_manager_unittest.cc     SetTarget(texture, GL_TEXTURE_2D, levels_needed);
texture           203 gpu/command_buffer/service/mailbox_manager_unittest.cc     SetLevelInfo(texture,
texture           214 gpu/command_buffer/service/mailbox_manager_unittest.cc     SetParameter(texture, GL_TEXTURE_MIN_FILTER, GL_LINEAR);
texture           215 gpu/command_buffer/service/mailbox_manager_unittest.cc     SetParameter(texture, GL_TEXTURE_MAG_FILTER, GL_LINEAR);
texture           216 gpu/command_buffer/service/mailbox_manager_unittest.cc     return texture;
texture           272 gpu/command_buffer/service/mailbox_manager_unittest.cc   Texture* texture = DefineTexture();
texture           276 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(GL_TEXTURE_2D, name, texture);
texture           277 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(GL_TEXTURE_2D, name));
texture           279 gpu/command_buffer/service/mailbox_manager_unittest.cc   DestroyTexture(texture);
texture           287 gpu/command_buffer/service/mailbox_manager_unittest.cc   Texture* texture = DefineTexture();
texture           290 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(GL_TEXTURE_2D, name, texture);
texture           291 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(GL_TEXTURE_2D, name));
texture           297 gpu/command_buffer/service/mailbox_manager_unittest.cc   DestroyTexture(texture);
texture           308 gpu/command_buffer/service/mailbox_manager_unittest.cc   Texture* texture = DefineTexture();
texture           311 gpu/command_buffer/service/mailbox_manager_unittest.cc   manager_->ProduceTexture(GL_TEXTURE_2D, name, texture);
texture           312 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_EQ(texture, manager_->ConsumeTexture(GL_TEXTURE_2D, name));
texture           324 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_NE(texture, new_texture);
texture           328 gpu/command_buffer/service/mailbox_manager_unittest.cc   SetLevelInfo(texture,
texture           340 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) == NULL);
texture           353 gpu/command_buffer/service/mailbox_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 0) != NULL);
texture           355 gpu/command_buffer/service/mailbox_manager_unittest.cc   SetLevelInfo(texture,
texture           369 gpu/command_buffer/service/mailbox_manager_unittest.cc   DestroyTexture(texture);
texture           129 gpu/command_buffer/service/mailbox_synchronizer.cc void MailboxSynchronizer::TextureDeleted(Texture* texture) {
texture           131 gpu/command_buffer/service/mailbox_synchronizer.cc   TextureMap::iterator it = textures_.find(texture);
texture           146 gpu/command_buffer/service/mailbox_synchronizer.cc     Texture* texture = texture_it->second->first;
texture           150 gpu/command_buffer/service/mailbox_synchronizer.cc     bool needs_mips = texture->min_filter() != GL_NEAREST &&
texture           151 gpu/command_buffer/service/mailbox_synchronizer.cc                       texture->min_filter() != GL_LINEAR;
texture           155 gpu/command_buffer/service/mailbox_synchronizer.cc     TextureMap::iterator it = textures_.find(texture);
texture           166 gpu/command_buffer/service/mailbox_synchronizer.cc       UpdateTextureLocked(texture, texture_version);
texture           170 gpu/command_buffer/service/mailbox_synchronizer.cc           TextureDefinition(target_name.target, texture, 1, NULL)));
texture           174 gpu/command_buffer/service/mailbox_synchronizer.cc       textures_.insert(std::make_pair(texture, TextureVersion(group)));
texture           179 gpu/command_buffer/service/mailbox_synchronizer.cc void MailboxSynchronizer::UpdateTextureLocked(Texture* texture,
texture           182 gpu/command_buffer/service/mailbox_synchronizer.cc   gfx::GLImage* gl_image = texture->GetLevelImage(texture->target(), 0);
texture           192 gpu/command_buffer/service/mailbox_synchronizer.cc   if (group->definition.Matches(texture))
texture           200 gpu/command_buffer/service/mailbox_synchronizer.cc   group->definition = TextureDefinition(texture->target(),
texture           201 gpu/command_buffer/service/mailbox_synchronizer.cc                                         texture,
texture           212 gpu/command_buffer/service/mailbox_synchronizer.cc     Texture* texture = texture_it->second->first;
texture           213 gpu/command_buffer/service/mailbox_synchronizer.cc     TextureMap::iterator it = textures_.find(texture);
texture           220 gpu/command_buffer/service/mailbox_synchronizer.cc       definition.UpdateTexture(texture);
texture            40 gpu/command_buffer/service/mailbox_synchronizer.h   void TextureDeleted(Texture* texture);
texture            87 gpu/command_buffer/service/mailbox_synchronizer.h   void UpdateTextureLocked(Texture* texture, TextureVersion& texture_version);
texture            91 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc   gles2::TextureRef* texture = texture_manager->GetTexture(client_texture_id);
texture            93 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc   if (!texture || (texture->texture()->target() &&
texture            94 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc                    texture->texture()->target() != GL_TEXTURE_EXTERNAL_OES)) {
texture            99 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc       gfx::SurfaceTexture::Create(texture->service_id()));
texture           109 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc   texture_manager->SetTarget(texture, GL_TEXTURE_EXTERNAL_OES);
texture           110 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc   texture_manager->SetLevelInfo(texture,
texture           121 gpu/command_buffer/service/stream_texture_manager_in_process_android.cc   texture_manager->SetLevelImage(texture, GL_TEXTURE_EXTERNAL_OES, 0, gl_image);
texture           609 gpu/command_buffer/service/test_helper.cc       EXPECT_CALL(*gl, TexParameteri(texture_ref->texture()->target(),
texture           315 gpu/command_buffer/service/texture_definition.cc     Texture* texture,
texture           321 gpu/command_buffer/service/texture_definition.cc                                                       texture->service_id())),
texture           322 gpu/command_buffer/service/texture_definition.cc       min_filter_(texture->min_filter()),
texture           323 gpu/command_buffer/service/texture_definition.cc       mag_filter_(texture->mag_filter()),
texture           324 gpu/command_buffer/service/texture_definition.cc       wrap_s_(texture->wrap_s()),
texture           325 gpu/command_buffer/service/texture_definition.cc       wrap_t_(texture->wrap_t()),
texture           326 gpu/command_buffer/service/texture_definition.cc       usage_(texture->usage()),
texture           327 gpu/command_buffer/service/texture_definition.cc       immutable_(texture->IsImmutable()) {
texture           330 gpu/command_buffer/service/texture_definition.cc   DCHECK(!texture->level_infos_.empty());
texture           331 gpu/command_buffer/service/texture_definition.cc   DCHECK(!texture->level_infos_[0].empty());
texture           332 gpu/command_buffer/service/texture_definition.cc   DCHECK(!texture->NeedsMips());
texture           333 gpu/command_buffer/service/texture_definition.cc   DCHECK(texture->level_infos_[0][0].width);
texture           334 gpu/command_buffer/service/texture_definition.cc   DCHECK(texture->level_infos_[0][0].height);
texture           337 gpu/command_buffer/service/texture_definition.cc   texture->SetLevelImage(NULL, target, 0, gl_image);
texture           341 gpu/command_buffer/service/texture_definition.cc   const Texture::LevelInfo& level = texture->level_infos_[0][0];
texture           367 gpu/command_buffer/service/texture_definition.cc   Texture* texture(new Texture(texture_id));
texture           368 gpu/command_buffer/service/texture_definition.cc   UpdateTexture(texture);
texture           370 gpu/command_buffer/service/texture_definition.cc   return texture;
texture           373 gpu/command_buffer/service/texture_definition.cc void TextureDefinition::UpdateTexture(Texture* texture) const {
texture           374 gpu/command_buffer/service/texture_definition.cc   gfx::ScopedTextureBinder texture_binder(target_, texture->service_id());
texture           389 gpu/command_buffer/service/texture_definition.cc   texture->level_infos_.resize(1);
texture           395 gpu/command_buffer/service/texture_definition.cc     texture->level_infos_[0].resize(levels_needed);
texture           398 gpu/command_buffer/service/texture_definition.cc       texture->SetLevelInfo(NULL,
texture           412 gpu/command_buffer/service/texture_definition.cc     texture->SetLevelImage(NULL, target_, 0, new GLImageSync(image_buffer_));
texture           414 gpu/command_buffer/service/texture_definition.cc   texture->target_ = target_;
texture           415 gpu/command_buffer/service/texture_definition.cc   texture->SetImmutable(immutable_);
texture           416 gpu/command_buffer/service/texture_definition.cc   texture->min_filter_ = min_filter_;
texture           417 gpu/command_buffer/service/texture_definition.cc   texture->mag_filter_ = mag_filter_;
texture           418 gpu/command_buffer/service/texture_definition.cc   texture->wrap_s_ = wrap_s_;
texture           419 gpu/command_buffer/service/texture_definition.cc   texture->wrap_t_ = wrap_t_;
texture           420 gpu/command_buffer/service/texture_definition.cc   texture->usage_ = usage_;
texture           423 gpu/command_buffer/service/texture_definition.cc bool TextureDefinition::Matches(const Texture* texture) const {
texture           424 gpu/command_buffer/service/texture_definition.cc   DCHECK(target_ == texture->target());
texture           425 gpu/command_buffer/service/texture_definition.cc   if (texture->min_filter_ != min_filter_ ||
texture           426 gpu/command_buffer/service/texture_definition.cc       texture->mag_filter_ != mag_filter_ ||
texture           427 gpu/command_buffer/service/texture_definition.cc       texture->wrap_s_ != wrap_s_ ||
texture           428 gpu/command_buffer/service/texture_definition.cc       texture->wrap_t_ != wrap_t_) {
texture           433 gpu/command_buffer/service/texture_definition.cc   if (image_buffer_ && !texture->GetLevelImage(texture->target(), 0))
texture            70 gpu/command_buffer/service/texture_definition.h                     Texture* texture,
texture            76 gpu/command_buffer/service/texture_definition.h   void UpdateTexture(Texture* texture) const;
texture            82 gpu/command_buffer/service/texture_definition.h   bool Matches(const Texture* texture) const;
texture           873 gpu/command_buffer/service/texture_manager.cc                        Texture* texture)
texture           875 gpu/command_buffer/service/texture_manager.cc       texture_(texture),
texture          1049 gpu/command_buffer/service/texture_manager.cc   ref->texture()
texture          1058 gpu/command_buffer/service/texture_manager.cc   ref->texture()->SetLevelCleared(target, level, cleared);
texture          1064 gpu/command_buffer/service/texture_manager.cc   return ref->texture()->ClearRenderableLevels(decoder);
texture          1071 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1072 gpu/command_buffer/service/texture_manager.cc   if (texture->num_uncleared_mips() == 0) {
texture          1075 gpu/command_buffer/service/texture_manager.cc   bool result = texture->ClearLevel(decoder, target, level);
texture          1076 gpu/command_buffer/service/texture_manager.cc   texture->UpdateCleared();
texture          1093 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1095 gpu/command_buffer/service/texture_manager.cc   texture->GetMemTracker()->TrackMemFree(texture->estimated_size());
texture          1096 gpu/command_buffer/service/texture_manager.cc   texture->SetLevelInfo(feature_info_.get(),
texture          1107 gpu/command_buffer/service/texture_manager.cc   texture->GetMemTracker()->TrackMemAlloc(texture->estimated_size());
texture          1112 gpu/command_buffer/service/texture_manager.cc   return ref->texture();
texture          1117 gpu/command_buffer/service/texture_manager.cc     Texture* texture) {
texture          1119 gpu/command_buffer/service/texture_manager.cc   scoped_refptr<TextureRef> ref(new TextureRef(this, client_id, texture));
texture          1130 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1131 gpu/command_buffer/service/texture_manager.cc   GLenum result = texture->SetParameteri(feature_info_.get(), pname, param);
texture          1144 gpu/command_buffer/service/texture_manager.cc       glTexParameteri(texture->target(), pname, param);
texture          1154 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1155 gpu/command_buffer/service/texture_manager.cc   GLenum result = texture->SetParameterf(feature_info_.get(), pname, param);
texture          1168 gpu/command_buffer/service/texture_manager.cc       glTexParameterf(texture->target(), pname, param);
texture          1175 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1176 gpu/command_buffer/service/texture_manager.cc   texture->GetMemTracker()->TrackMemFree(texture->estimated_size());
texture          1177 gpu/command_buffer/service/texture_manager.cc   bool result = texture->MarkMipmapsGenerated(feature_info_.get());
texture          1178 gpu/command_buffer/service/texture_manager.cc   texture->GetMemTracker()->TrackMemAlloc(texture->estimated_size());
texture          1208 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1210 gpu/command_buffer/service/texture_manager.cc   num_uncleared_mips_ += texture->num_uncleared_mips();
texture          1211 gpu/command_buffer/service/texture_manager.cc   if (!texture->SafeToRenderFrom())
texture          1213 gpu/command_buffer/service/texture_manager.cc   if (!texture->CanRender(feature_info_.get()))
texture          1215 gpu/command_buffer/service/texture_manager.cc   if (texture->HasImages())
texture          1224 gpu/command_buffer/service/texture_manager.cc   Texture* texture = ref->texture();
texture          1227 gpu/command_buffer/service/texture_manager.cc   if (texture->HasImages()) {
texture          1231 gpu/command_buffer/service/texture_manager.cc   if (!texture->CanRender(feature_info_.get())) {
texture          1235 gpu/command_buffer/service/texture_manager.cc   if (!texture->SafeToRenderFrom()) {
texture          1239 gpu/command_buffer/service/texture_manager.cc   num_uncleared_mips_ -= texture->num_uncleared_mips();
texture          1262 gpu/command_buffer/service/texture_manager.cc     Texture* texture = it->second->texture();
texture          1263 gpu/command_buffer/service/texture_manager.cc     if (texture->service_id() == service_id)
texture          1264 gpu/command_buffer/service/texture_manager.cc       return texture;
texture          1288 gpu/command_buffer/service/texture_manager.cc   ref->texture()->SetLevelImage(feature_info_.get(), target, level, image);
texture          1296 gpu/command_buffer/service/texture_manager.cc   ref->texture()->AddToSignature(feature_info_.get(), target, level, signature);
texture          1386 gpu/command_buffer/service/texture_manager.cc   TextureRef* texture = NULL;
texture          1389 gpu/command_buffer/service/texture_manager.cc       texture = unit.bound_texture_2d.get();
texture          1398 gpu/command_buffer/service/texture_manager.cc       texture = unit.bound_texture_cube_map.get();
texture          1401 gpu/command_buffer/service/texture_manager.cc       texture = unit.bound_texture_external_oes.get();
texture          1404 gpu/command_buffer/service/texture_manager.cc       texture = unit.bound_texture_rectangle_arb.get();
texture          1410 gpu/command_buffer/service/texture_manager.cc   return texture;
texture          1415 gpu/command_buffer/service/texture_manager.cc   TextureRef* texture = GetTextureInfoForTarget(state, target);
texture          1416 gpu/command_buffer/service/texture_manager.cc   if (!texture)
texture          1418 gpu/command_buffer/service/texture_manager.cc   if (texture == GetDefaultTextureInfo(target))
texture          1420 gpu/command_buffer/service/texture_manager.cc   return texture;
texture          1468 gpu/command_buffer/service/texture_manager.cc   if (local_texture_ref->texture()->IsImmutable()) {
texture          1509 gpu/command_buffer/service/texture_manager.cc   Texture* texture = texture_ref->texture();
texture          1515 gpu/command_buffer/service/texture_manager.cc       texture->GetLevelSize(args.target, args.level, &tex_width, &tex_height) &&
texture          1516 gpu/command_buffer/service/texture_manager.cc       texture->GetLevelType(args.target, args.level, &tex_type, &tex_format) &&
texture          1530 gpu/command_buffer/service/texture_manager.cc   if (texture->IsAttachedToFramebuffer()) {
texture           403 gpu/command_buffer/service/texture_manager.h   TextureRef(TextureManager* manager, GLuint client_id, Texture* texture);
texture           407 gpu/command_buffer/service/texture_manager.h   const Texture* texture() const { return texture_; }
texture           408 gpu/command_buffer/service/texture_manager.h   Texture* texture() { return texture_; }
texture           467 gpu/command_buffer/service/texture_manager.h     virtual void OnTextureRefDestroying(TextureRef* texture) = 0;
texture           534 gpu/command_buffer/service/texture_manager.h     return ref->texture()->CanRender(feature_info_.get());
texture           539 gpu/command_buffer/service/texture_manager.h     return ref->texture()->CanGenerateMipmaps(feature_info_.get());
texture           577 gpu/command_buffer/service/texture_manager.h   TextureRef* Consume(GLuint client_id, Texture* texture);
texture           750 gpu/command_buffer/service/texture_manager.h   void StartTracking(TextureRef* texture);
texture           751 gpu/command_buffer/service/texture_manager.h   void StopTracking(TextureRef* texture);
texture            31 gpu/command_buffer/service/texture_manager_unittest.cc   static bool IsNPOT(const Texture* texture) {
texture            32 gpu/command_buffer/service/texture_manager_unittest.cc     return texture->npot();
texture            34 gpu/command_buffer/service/texture_manager_unittest.cc   static bool IsTextureComplete(const Texture* texture) {
texture            35 gpu/command_buffer/service/texture_manager_unittest.cc     return texture->texture_complete();
texture            37 gpu/command_buffer/service/texture_manager_unittest.cc   static bool IsCubeComplete(const Texture* texture) {
texture            38 gpu/command_buffer/service/texture_manager_unittest.cc     return texture->cube_complete();
texture           112 gpu/command_buffer/service/texture_manager_unittest.cc   scoped_refptr<TextureRef> texture = manager_->GetTexture(kClient1Id);
texture           113 gpu/command_buffer/service/texture_manager_unittest.cc   ASSERT_TRUE(texture.get() != NULL);
texture           114 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(kService1Id, texture->service_id());
texture           115 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(kClient1Id, texture->client_id());
texture           116 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(texture->texture(), manager_->GetTextureForServiceId(
texture           117 gpu/command_buffer/service/texture_manager_unittest.cc       texture->service_id()));
texture           129 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0u, texture->client_id());
texture           140 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture           143 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_NEAREST), texture->min_filter());
texture           145 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_NEAREST), texture->mag_filter());
texture           147 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_CLAMP_TO_EDGE), texture->wrap_s());
texture           149 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_CLAMP_TO_EDGE), texture->wrap_t());
texture           154 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_NEAREST), texture->min_filter());
texture           157 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_NEAREST), texture->min_filter());
texture           159 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_CLAMP_TO_EDGE), texture->wrap_s());
texture           161 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_CLAMP_TO_EDGE), texture->wrap_t());
texture           182 gpu/command_buffer/service/texture_manager_unittest.cc             texture_ref->texture()->usage());
texture           196 gpu/command_buffer/service/texture_manager_unittest.cc   TextureRef* texture = manager.GetTexture(kClient1Id);
texture           197 gpu/command_buffer/service/texture_manager_unittest.cc   ASSERT_TRUE(texture != NULL);
texture           204 gpu/command_buffer/service/texture_manager_unittest.cc   texture = manager.GetTexture(kClient1Id);
texture           205 gpu/command_buffer/service/texture_manager_unittest.cc   ASSERT_TRUE(texture == NULL);
texture           430 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           431 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0u, texture->target());
texture           432 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           433 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           435 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           436 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture           438 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture           439 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->IsImmutable());
texture           441 gpu/command_buffer/service/texture_manager_unittest.cc             texture->min_filter());
texture           442 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_LINEAR), texture->mag_filter());
texture           443 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_REPEAT), texture->wrap_s());
texture           444 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_REPEAT), texture->wrap_t());
texture           447 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0u, texture->estimated_size());
texture           451 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           453 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           454 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           456 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           458 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture           459 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->IsImmutable());
texture           463 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           465 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           466 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           468 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsNPOT(texture));
texture           470 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture           471 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->IsImmutable());
texture           516 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(8u * 4u * 4u, texture_ref_->texture()->estimated_size());
texture           528 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(8u * 4u * 4u * 2u, texture_ref_->texture()->estimated_size());
texture           591 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           592 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture           605 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           606 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           608 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture           625 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           640 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           641 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           661 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           688 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           689 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture           703 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           704 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           720 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           721 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           736 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           737 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           744 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           745 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture           758 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsNPOT(texture));
texture           759 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           787 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           788 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           803 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture           806 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture           810 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsNPOT(texture));
texture           811 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           816 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           824 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           825 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_CUBE_MAP), texture->target());
texture           838 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           839 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           840 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           855 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           856 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           857 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           872 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           873 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           874 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           889 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           890 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           891 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           906 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           907 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           908 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsCubeComplete(texture));
texture           923 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           924 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           925 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsCubeComplete(texture));
texture           932 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           933 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsCubeComplete(texture));
texture           949 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsNPOT(texture));
texture           950 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture           951 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsCubeComplete(texture));
texture           968 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture           969 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsCubeComplete(texture));
texture           987 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture           988 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, -1, &width, &height));
texture           989 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 1000, &width, &height));
texture           990 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 0, &width, &height));
texture           991 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
texture           995 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelSize(GL_TEXTURE_2D, 1, &width, &height));
texture          1015 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1016 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelType(GL_TEXTURE_2D, -1, &type, &format));
texture          1017 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelType(GL_TEXTURE_2D, 1000, &type, &format));
texture          1018 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelType(GL_TEXTURE_2D, 0, &type, &format));
texture          1019 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 1, &type, &format));
texture          1023 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelType(GL_TEXTURE_2D, 1, &type, &format));
texture          1042 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1043 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1047 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1050 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1053 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1056 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1059 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1062 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1065 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1068 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->ValidForTexture(
texture          1071 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->ValidForTexture(
texture          1074 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->ValidForTexture(
texture          1077 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->ValidForTexture(
texture          1092 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture          1093 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture          1096 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture          1100 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture          1104 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1119 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture          1120 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture          1123 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1138 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture          1139 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture          1142 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture          1146 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(TextureTestHelper::IsTextureComplete(texture));
texture          1150 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1165 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture          1166 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture          1169 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1184 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref->texture();
texture          1185 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_EXTERNAL_OES), texture->target());
texture          1214 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1215 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1228 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1231 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1, texture->num_uncleared_mips());
texture          1233 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1236 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1248 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1251 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1, texture->num_uncleared_mips());
texture          1253 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1256 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1279 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1282 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(2, texture->num_uncleared_mips());
texture          1284 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1287 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1, texture->num_uncleared_mips());
texture          1289 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1292 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1304 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1307 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1, texture->num_uncleared_mips());
texture          1309 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1312 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1321 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture2 = texture_ref2->texture();
texture          1370 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture3 = texture_ref3->texture();
texture          1453 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1454 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1457 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(2, texture->num_uncleared_mips());
texture          1459 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1462 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1485 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1488 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(2, texture->num_uncleared_mips());
texture          1491 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->SafeToRenderFrom());
texture          1494 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1, texture->num_uncleared_mips());
texture          1497 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->SafeToRenderFrom());
texture          1500 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(0, texture->num_uncleared_mips());
texture          1564 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1565 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 1) == NULL);
texture          1571 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelImage(GL_TEXTURE_2D, 1) == NULL);
texture          1574 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 1) == NULL);
texture          1591 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(texture->GetLevelImage(GL_TEXTURE_2D, 1) == NULL);
texture          1898 gpu/command_buffer/service/texture_manager_unittest.cc     const Texture* texture = texture_ref->texture();
texture          1901 gpu/command_buffer/service/texture_manager_unittest.cc     EXPECT_TRUE(texture->GetLevelSize(target, level, &info.width,
texture          1903 gpu/command_buffer/service/texture_manager_unittest.cc     EXPECT_TRUE(texture->GetLevelType(target, level, &info.type,
texture          1905 gpu/command_buffer/service/texture_manager_unittest.cc     info.cleared = texture->IsLevelCleared(target, level);
texture          1910 gpu/command_buffer/service/texture_manager_unittest.cc     Texture* texture = manager_->Produce(texture_ref);
texture          1911 gpu/command_buffer/service/texture_manager_unittest.cc     EXPECT_TRUE(texture != NULL);
texture          1912 gpu/command_buffer/service/texture_manager_unittest.cc     return texture;
texture          1915 gpu/command_buffer/service/texture_manager_unittest.cc   void Consume(GLuint client_id, Texture* texture) {
texture          1916 gpu/command_buffer/service/texture_manager_unittest.cc     EXPECT_TRUE(manager_->Consume(client_id, texture));
texture          1931 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1932 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_2D), texture->target());
texture          1937 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1941 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, texture);
texture          1951 gpu/command_buffer/service/texture_manager_unittest.cc   texture = texture2_->texture();
texture          1952 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1953 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(1024U + 256U + 64U + 16U + 4U, texture->estimated_size());
texture          1959 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, restored_texture->texture());
texture          1963 gpu/command_buffer/service/texture_manager_unittest.cc   texture = restored_texture->texture();
texture          1964 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(64U + 16U + 4U, texture->estimated_size());
texture          1966 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(texture->GetLevelSize(GL_TEXTURE_2D, 3, &w, &h));
texture          1970 gpu/command_buffer/service/texture_manager_unittest.cc             texture2_->texture()->estimated_size());
texture          1975 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          1976 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_RECTANGLE_ARB), texture->target());
texture          1980 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          1982 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, texture);
texture          1990 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, restored_texture->texture());
texture          2003 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          2004 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_EXTERNAL_OES), texture->target());
texture          2008 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          2010 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, texture);
texture          2016 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, restored_texture->texture());
texture          2024 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          2025 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(target), texture->target());
texture          2039 gpu/command_buffer/service/texture_manager_unittest.cc   GLuint service_id = texture->service_id();
texture          2046 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, restored_texture->texture());
texture          2048 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(image.get(), restored_texture->texture()->GetLevelImage(target, 0));
texture          2060 gpu/command_buffer/service/texture_manager_unittest.cc   Texture* texture = texture_ref_->texture();
texture          2061 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(static_cast<GLenum>(GL_TEXTURE_CUBE_MAP), texture->target());
texture          2080 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(TextureTestHelper::IsTextureComplete(texture));
texture          2082 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, texture);
texture          2088 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(produced_texture, restored_texture->texture());
texture          2179 gpu/command_buffer/service/texture_manager_unittest.cc       texture_manager2_->Consume(20, ref1->texture());
texture          2211 gpu/command_buffer/service/texture_manager_unittest.cc       texture_manager2_->Consume(20, ref1->texture());
texture          2293 gpu/command_buffer/service/texture_manager_unittest.cc       texture_manager2_->Consume(20, ref1->texture());
texture          2356 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_LT(0u, ref1->texture()->estimated_size());
texture          2357 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(initial_memory1 + ref1->texture()->estimated_size(),
texture          2363 gpu/command_buffer/service/texture_manager_unittest.cc       texture_manager2_->Consume(20, ref1->texture());
texture          2364 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(initial_memory1 + ref1->texture()->estimated_size(),
texture          2374 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_EQ(initial_memory2 + ref2->texture()->estimated_size(),
texture          2389 gpu/command_buffer/service/texture_manager_unittest.cc       texture_manager2_->Consume(20, ref1->texture());
texture          2403 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(ref1->texture()->HasImages());
texture          2404 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(ref2->texture()->HasImages());
texture          2411 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(ref1->texture()->HasImages());
texture          2412 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(ref2->texture()->HasImages());
texture          2419 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(ref1->texture()->HasImages());
texture          2420 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_TRUE(ref2->texture()->HasImages());
texture          2434 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(ref1->texture()->HasImages());
texture          2435 gpu/command_buffer/service/texture_manager_unittest.cc   EXPECT_FALSE(ref2->texture()->HasImages());
texture            63 gpu/command_buffer/tests/compressed_texture_test.cc   GLuint texture;
texture            64 gpu/command_buffer/tests/compressed_texture_test.cc   glGenTextures(1, &texture);
texture            65 gpu/command_buffer/tests/compressed_texture_test.cc   glBindTexture(GL_TEXTURE_2D, texture);
texture            72 gpu/command_buffer/tests/compressed_texture_test.cc   return texture;
texture           222 gpu/command_buffer/tests/compressed_texture_test.cc   GLuint texture = LoadTexture(format);
texture           223 gpu/command_buffer/tests/compressed_texture_test.cc   ASSERT_NE(texture, 0u);
texture           225 gpu/command_buffer/tests/compressed_texture_test.cc   glBindTexture(GL_TEXTURE_2D, texture);
texture            39 gpu/command_buffer/tests/gl_unittests_android.cc   GLuint texture = 0xFEEDBEEF;
texture            42 gpu/command_buffer/tests/gl_unittests_android.cc       gfx::SurfaceTexture::Create(texture));
texture            33 gpu/gles2_conform_support/native/egl_native_x11.cc   GLuint texture;
texture            34 gpu/gles2_conform_support/native/egl_native_x11.cc   glGenTextures(1, &texture);
texture            35 gpu/gles2_conform_support/native/egl_native_x11.cc   glBindTexture(GL_TEXTURE_2D, texture);
texture            57 gpu/gles2_conform_support/native/egl_native_x11.cc                             reinterpret_cast<EGLClientBuffer>(texture),
texture            45 gpu/tools/compositor_model_bench/render_model_utils.cc     Texture* i = node->texture(n);
texture           186 gpu/tools/compositor_model_bench/render_tree.h   Texture* texture(size_t index) {
texture           293 gpu/tools/compositor_model_bench/shaders.cc     DCHECK_NE(n->texture(0)->texID, -1);
texture           295 gpu/tools/compositor_model_bench/shaders.cc     glBindTexture(GL_TEXTURE_2D, n->texture(0)->texID);
texture           301 gpu/tools/compositor_model_bench/shaders.cc     DCHECK_NE(n->texture(0)->texID, -1);
texture           302 gpu/tools/compositor_model_bench/shaders.cc     DCHECK_NE(n->texture(1)->texID, -1);
texture           303 gpu/tools/compositor_model_bench/shaders.cc     DCHECK_NE(n->texture(2)->texID, -1);
texture           306 gpu/tools/compositor_model_bench/shaders.cc     glBindTexture(GL_TEXTURE_2D, n->texture(0)->texID);
texture           311 gpu/tools/compositor_model_bench/shaders.cc     glBindTexture(GL_TEXTURE_2D, n->texture(1)->texID);
texture           316 gpu/tools/compositor_model_bench/shaders.cc     glBindTexture(GL_TEXTURE_2D, n->texture(2)->texID);
texture            24 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void ActiveTexture(PP_Resource context_id, GLenum texture) {
texture            27 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glActiveTexture(texture);
texture            73 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
texture            76 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glBindTexture(target, texture);
texture           455 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc                           GLuint texture,
texture           459 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     glFramebufferTexture2D(target, attachment, textarget, texture, level);
texture           833 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
texture           836 mojo/examples/pepper_container_app/ppb_opengles2_thunk.cc     return glIsTexture(texture);
texture            11 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(ActiveTexture, void, (GLenum texture), (texture))
texture            34 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (GLenum target, GLuint texture),
texture            35 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (target, texture))
texture           176 mojo/public/c/gles2/gles2_call_visitor_autogen.h                GLuint texture,
texture           178 mojo/public/c/gles2/gles2_call_visitor_autogen.h               (target, attachment, textarget, texture, level))
texture           304 mojo/public/c/gles2/gles2_call_visitor_autogen.h VISIT_GL_CALL(IsTexture, GLboolean, (GLuint texture), (texture))
texture            46 ppapi/c/ppb_opengles2.h   void (*ActiveTexture)(PP_Resource context, GLenum texture);
texture            59 ppapi/c/ppb_opengles2.h   void (*BindTexture)(PP_Resource context, GLenum target, GLuint texture);
texture           180 ppapi/c/ppb_opengles2.h                                GLuint texture,
texture           298 ppapi/c/ppb_opengles2.h   GLboolean (*IsTexture)(PP_Resource context, GLuint texture);
texture            18 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glActiveTexture(GLenum texture) {
texture            19 ppapi/lib/gl/gles2/gles2.c   glGetInterfacePPAPI()->ActiveTexture(glGetCurrentContextPPAPI(), texture);
texture            47 ppapi/lib/gl/gles2/gles2.c void GL_APIENTRY glBindTexture(GLenum target, GLuint texture) {
texture            49 ppapi/lib/gl/gles2/gles2.c       glGetCurrentContextPPAPI(), target, texture);
texture           312 ppapi/lib/gl/gles2/gles2.c                                         GLuint texture,
texture           318 ppapi/lib/gl/gles2/gles2.c                                               texture,
texture           553 ppapi/lib/gl/gles2/gles2.c GLboolean GL_APIENTRY glIsTexture(GLuint texture) {
texture           554 ppapi/lib/gl/gles2/gles2.c   return glGetInterfacePPAPI()->IsTexture(glGetCurrentContextPPAPI(), texture);
texture           639 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glActiveTexture (GLenum texture);
texture           645 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
texture           686 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL void         GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
texture           726 ppapi/lib/gl/include/GLES2/gl2.h GL_APICALL GLboolean    GL_APIENTRY glIsTexture (GLuint texture);
texture           806 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
texture           814 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOES) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
texture          1096 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture          1321 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
texture          1322 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
texture          1323 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
texture          1329 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
texture          1330 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
texture          1331 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
texture          1390 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMG) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture          1564 ppapi/lib/gl/include/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
texture          1574 ppapi/lib/gl/include/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
texture            30 ppapi/shared_impl/ppb_opengles2_shared.cc void ActiveTexture(PP_Resource context_id, GLenum texture) {
texture            33 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->ActiveTexture(texture);
texture            79 ppapi/shared_impl/ppb_opengles2_shared.cc void BindTexture(PP_Resource context_id, GLenum target, GLuint texture) {
texture            82 ppapi/shared_impl/ppb_opengles2_shared.cc     ToGles2Impl(&enter)->BindTexture(target, texture);
texture           462 ppapi/shared_impl/ppb_opengles2_shared.cc                           GLuint texture,
texture           467 ppapi/shared_impl/ppb_opengles2_shared.cc         ->FramebufferTexture2D(target, attachment, textarget, texture, level);
texture           845 ppapi/shared_impl/ppb_opengles2_shared.cc GLboolean IsTexture(PP_Resource context_id, GLuint texture) {
texture           848 ppapi/shared_impl/ppb_opengles2_shared.cc     return ToGles2Impl(&enter)->IsTexture(texture);
texture           378 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glActiveTexture (GLenum texture);
texture           384 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glBindTexture (GLenum target, GLuint texture);
texture           425 third_party/khronos/GLES2/gl2.h GL_APICALL void GL_APIENTRY glFramebufferTexture2D (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level);
texture           465 third_party/khronos/GLES2/gl2.h GL_APICALL GLboolean GL_APIENTRY glIsTexture (GLuint texture);
texture           313 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE3DOESPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
texture           326 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glFramebufferTexture3DOES (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset);
texture           812 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEEXTPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture           815 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleEXT (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture          1067 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE1DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
texture          1068 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE2DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
texture          1069 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLTEXTURESTORAGE3DEXTPROC) (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
texture          1074 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage1DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width);
texture          1075 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage2DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height);
texture          1076 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glTextureStorage3DEXT (GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth);
texture          1104 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLFRAMEBUFFERTEXTURE2DMULTISAMPLEIMGPROC) (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture          1107 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glFramebufferTexture2DMultisampleIMG (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples);
texture          1495 third_party/khronos/GLES2/gl2ext.h typedef void (GL_APIENTRYP PFNGLEXTGETTEXLEVELPARAMETERIVQCOMPROC) (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
texture          1504 third_party/khronos/GLES2/gl2ext.h GL_APICALL void GL_APIENTRY glExtGetTexLevelParameterivQCOM (GLuint texture, GLenum face, GLint level, GLenum pname, GLint *params);
texture            61 third_party/libva/va/glx/va_glx.h     GLuint    texture,
texture           504 ui/compositor/layer.cc void Layer::SetExternalTexture(Texture* texture) {
texture           505 ui/compositor/layer.cc   DCHECK(texture);
texture           513 ui/compositor/layer.cc   texture_ = texture;
texture           259 ui/compositor/layer.h   const ui::Texture* texture() const { return texture_.get(); }
texture           263 ui/compositor/layer.h   void SetExternalTexture(ui::Texture* texture);
texture           692 ui/compositor/layer_unittest.cc   scoped_refptr<Texture> texture =
texture           694 ui/compositor/layer_unittest.cc   l1->SetExternalTexture(texture.get());
texture            20 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLActiveTexture(GLenum texture) {
texture            21 ui/gl/gl_bindings_skia_in_process.cc   glActiveTexture(texture);
texture            59 ui/gl/gl_bindings_skia_in_process.cc GLvoid StubGLBindTexture(GLenum target, GLuint texture) {
texture            60 ui/gl/gl_bindings_skia_in_process.cc   glBindTexture(target, texture);
texture           240 ui/gl/gl_bindings_skia_in_process.cc                                   GLenum textarget, GLuint texture,
texture           242 ui/gl/gl_bindings_skia_in_process.cc   glFramebufferTexture2DEXT(target, attachment, textarget, texture, level);
texture           246 ui/gl/gl_bindings_skia_in_process.cc                                   GLenum textarget, GLuint texture,
texture           248 ui/gl/gl_bindings_skia_in_process.cc   glFramebufferTexture2DMultisampleEXT(target, attachment, textarget, texture,
texture           126 ui/surface/accelerated_surface_mac.cc   GLuint texture = 0;
texture           127 ui/surface/accelerated_surface_mac.cc   glGenTextures(1, &texture);
texture           128 ui/surface/accelerated_surface_mac.cc   glBindTexture(target, texture);
texture           133 ui/surface/accelerated_surface_mac.cc   return texture;
texture          1693 ui/views/view.cc     if (layer()->texture())
texture           410 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     copyTextureToParentTextureCHROMIUM(WebGLId texture, WebGLId parentTexture) {
texture          1038 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc     WebGLId texture) {
texture          1040 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   gl_->DeleteTextures(1, &texture);
texture            87 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void activeTexture(WGC3Denum texture);
texture            94 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual void bindTexture(WGC3Denum target, WebGLId texture);
texture           178 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                     WebGLId texture,
texture           268 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual WGC3Dboolean isTexture(WebGLId texture);
texture           451 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h       WebGLId texture, WebGLId parentTexture);
texture           524 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h                                                   WebGLId texture,
texture           307 win8/metro_driver/print_document_source.cc   mswr::ComPtr<ID3D11Texture2D> texture;
texture           309 win8/metro_driver/print_document_source.cc       &texture_desc, NULL, &texture);
texture           316 win8/metro_driver/print_document_source.cc   hr = texture.As<IDXGISurface>(&dxgi_surface);