BoundTexture 236 cc/resources/resource_provider_unittest.cc ASSERT_EQ(GLDataFormat(BoundTexture(target)->format), format); BoundTexture 256 cc/resources/resource_provider_unittest.cc pending->texture = BoundTexture(target); BoundTexture 274 cc/resources/resource_provider_unittest.cc scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D); BoundTexture 298 cc/resources/resource_provider_unittest.cc BoundTexture(GL_TEXTURE_2D)->Reallocate(size, texture_format); BoundTexture 308 cc/resources/resource_provider_unittest.cc scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D); BoundTexture 328 cc/test/test_web_graphics_context_3d.cc return texture_targets_.BoundTexture(target); BoundTexture 699 cc/test/test_web_graphics_context_3d.cc scoped_refptr<TestTexture> texture = BoundTexture(target); BoundTexture 709 cc/test/test_web_graphics_context_3d.cc scoped_refptr<TestTexture> texture = BoundTexture(target); BoundTexture 356 cc/test/test_web_graphics_context_3d.h GLuint BoundTexture(GLenum target); BoundTexture 407 cc/test/test_web_graphics_context_3d.h scoped_refptr<TestTexture> BoundTexture(GLenum target);