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

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

Completed in 145 milliseconds