HomeSort by relevance Sort by last modified time
    Searched defs:TestWebGraphicsContext3D (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;
31 TestWebGraphicsContext3D::Namespace*
32 TestWebGraphicsContext3D::shared_namespace_ = NULL;
34 TestWebGraphicsContext3D::Namespace::Namespace()
40 TestWebGraphicsContext3D::Namespace::~Namespace() {
47 scoped_ptr<TestWebGraphicsContext3D> TestWebGraphicsContext3D::Create() {
48 return make_scoped_ptr(new TestWebGraphicsContext3D());
51 TestWebGraphicsContext3D::TestWebGraphicsContext3D()
    [all...]
test_web_graphics_context_3d.h 28 class TestWebGraphicsContext3D {
30 static scoped_ptr<TestWebGraphicsContext3D> Create();
32 virtual ~TestWebGraphicsContext3D();
310 void add_share_group_context(TestWebGraphicsContext3D* context3d) {
406 TestWebGraphicsContext3D();
428 std::vector<TestWebGraphicsContext3D*> shared_contexts_;
446 base::WeakPtrFactory<TestWebGraphicsContext3D> weak_ptr_factory_;

Completed in 63 milliseconds