HomeSort by relevance Sort by last modified time
    Searched refs:BoundTexture (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 329 return texture_targets_.BoundTexture(target);
332 scoped_refptr<TestTexture> TestWebGraphicsContext3D::BoundTexture(
687 scoped_refptr<TestTexture> texture = BoundTexture(target);
697 scoped_refptr<TestTexture> texture = BoundTexture(target);
715 GLuint TestWebGraphicsContext3D::TextureTargets::BoundTexture(
test_web_graphics_context_3d.h 359 GLuint BoundTexture(GLenum target);
410 scoped_refptr<TestTexture> BoundTexture(GLenum target);
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 236 ASSERT_EQ(GLDataFormat(BoundTexture(target)->format), format);
256 pending->texture = BoundTexture(target);
274 scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
298 BoundTexture(GL_TEXTURE_2D)->Reallocate(size, texture_format);
308 scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
    [all...]

Completed in 140 milliseconds