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

  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 26 const GLuint TestWebGraphicsContext3D::kExternalTextureId = 1337;
177 DCHECK_NE(ids[i], kExternalTextureId);
265 namespace_->textures.Append(kExternalTextureId, new TestTexture());
266 return kExternalTextureId;
test_web_graphics_context_3d.h 316 static const GLuint kExternalTextureId;

Completed in 50 milliseconds