Searched refs:context3d_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc23 provider_->context3d_->setContextLostCallback(this);
27 provider_->context3d_->setContextLostCallback(NULL);
51 : context3d_(context3d.Pass()),
55 DCHECK(context3d_);
65 // Destroy references to the context3d_ before leaking it.
66 if (context3d_->GetCommandBufferProxy()) {
67 context3d_->GetCommandBufferProxy()->SetMemoryAllocationChangedCallback(
75 return context3d_->GetCommandBufferProxy();
80 DCHECK(context3d_);
84 return context3d_
[all...]
H A Dcontext_provider_command_buffer.h70 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d_; member in class:content::ContextProviderCommandBuffer
/external/chromium_org/cc/test/
H A Dtest_context_provider.cc33 : context3d_(context.Pass()),
34 context_gl_(new TestGLES2Interface(context3d_.get())),
39 DCHECK(context3d_);
41 context3d_->set_test_support(&support_);
56 if (context3d_->isContextLost()) {
63 context3d_->set_context_lost_callback(
74 return context3d_->test_capabilities();
78 DCHECK(context3d_);
101 return context3d_->isContextLost();
108 if (context3d_
[all...]
H A Dtest_context_provider.h66 scoped_ptr<TestWebGraphicsContext3D> context3d_; member in class:cc::TestContextProvider
/external/chromium_org/webkit/common/gpu/
H A Dcontext_provider_in_process.cc25 provider_->context3d_->setContextLostCallback(this);
29 provider_->context3d_->setContextLostCallback(NULL);
69 : context3d_(context3d.Pass()),
73 DCHECK(context3d_);
86 return context3d_.get();
90 DCHECK(context3d_);
98 if (!context3d_->InitializeOnCurrentThread())
104 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get());
105 context3d_->pushGroupMarkerEXT(unique_context_name.c_str());
112 capabilities_.gpu = context3d_
[all...]
H A Dcontext_provider_in_process.h65 context3d_; member in class:webkit::gpu::ContextProviderInProcess
/external/chromium_org/cc/resources/
H A Dvideo_resource_updater_unittest.cc25 context3d_ = context3d.get();
63 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon2788::VideoResourceUpdaterTest
H A Dresource_provider_unittest.cc382 context3d_(NULL),
389 context3d_ = context3d.get();
454 ResourceProviderContext* context() { return context3d_; }
500 ResourceProviderContext* context3d_; member in class:cc::__anon2773::ResourceProviderTest
691 context3d_->last_waited_sync_point());
698 context3d_->last_waited_sync_point());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_context.cc57 context3d_(NULL),
74 CHECK(context3d_);
75 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB,
77 context3d_ = NULL;
93 context3d_ = context3d.get();
96 context3d_->set_have_extension_io_surface(true);
97 context3d_->set_have_extension_egl_image(true);
147 TestWebGraphicsContext3D* context3d_; member in class:cc::__anon2823::LayerTreeHostContextTest
1036 context3d_->set_times_bind_texture_succeeds(0);
/external/chromium_org/cc/output/
H A Ddelegating_renderer_unittest.cc29 TestWebGraphicsContext3D* context3d_; member in class:cc::DelegatingRendererTest

Completed in 381 milliseconds