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(
693 scoped_refptr<TestTexture> texture = BoundTexture(target);
703 scoped_refptr<TestTexture> texture = BoundTexture(target);
721 GLuint TestWebGraphicsContext3D::TextureTargets::BoundTexture(
test_web_graphics_context_3d.h 383 GLuint BoundTexture(GLenum target);
434 scoped_refptr<TestTexture> BoundTexture(GLenum target);
  /external/chromium_org/cc/resources/
resource_provider_unittest.cc 248 ASSERT_EQ(GLDataFormat(BoundTexture(target)->format), format);
268 pending->texture = BoundTexture(target);
286 scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
310 BoundTexture(GL_TEXTURE_2D)->Reallocate(size, texture_format);
320 scoped_refptr<TestTexture> texture = BoundTexture(GL_TEXTURE_2D);
    [all...]

Completed in 57 milliseconds