Home
last modified time | relevance | path

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

/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.cc23 provider_->context3d_->setContextLostCallback(this); in LostContextCallbackProxy()
27 provider_->context3d_->setContextLostCallback(NULL); in ~LostContextCallbackProxy()
51 : context3d_(context3d.Pass()), in ContextProviderCommandBuffer()
55 DCHECK(context3d_); in ContextProviderCommandBuffer()
66 if (context3d_->GetCommandBufferProxy()) { in ~ContextProviderCommandBuffer()
67 context3d_->GetCommandBufferProxy()->SetMemoryAllocationChangedCallback( in ~ContextProviderCommandBuffer()
75 return context3d_->GetCommandBufferProxy(); in GetCommandBufferProxy()
80 DCHECK(context3d_); in WebContext3D()
84 return context3d_.get(); in WebContext3D()
94 if (!context3d_->InitializeOnCurrentThread()) in BindToCurrentThread()
[all …]
Dcontext_provider_command_buffer.h70 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d_; in NON_EXPORTED_BASE() local
/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.cc25 provider_->context3d_->setContextLostCallback(this); in LostContextCallbackProxy()
29 provider_->context3d_->setContextLostCallback(NULL); in ~LostContextCallbackProxy()
69 : context3d_(context3d.Pass()), in ContextProviderInProcess()
73 DCHECK(context3d_); in ContextProviderInProcess()
86 return context3d_.get(); in WebContext3D()
90 DCHECK(context3d_); in BindToCurrentThread()
98 if (!context3d_->InitializeOnCurrentThread()) in BindToCurrentThread()
104 base::StringPrintf("%s-%p", debug_name_.c_str(), context3d_.get()); in BindToCurrentThread()
105 context3d_->pushGroupMarkerEXT(unique_context_name.c_str()); in BindToCurrentThread()
112 capabilities_.gpu = context3d_->GetImplementation()->capabilities(); in InitializeCapabilities()
[all …]
Dcontext_provider_in_process.h65 context3d_; in NON_EXPORTED_BASE() local
/external/chromium_org/cc/test/
Dtest_context_provider.cc33 : context3d_(context.Pass()), in TestContextProvider()
34 context_gl_(new TestGLES2Interface(context3d_.get())), in TestContextProvider()
39 DCHECK(context3d_); in TestContextProvider()
41 context3d_->set_test_support(&support_); in TestContextProvider()
56 if (context3d_->isContextLost()) { in BindToCurrentThread()
63 context3d_->set_context_lost_callback( in BindToCurrentThread()
74 return context3d_->test_capabilities(); in ContextCapabilities()
78 DCHECK(context3d_); in ContextGL()
101 return context3d_->isContextLost(); in IsContextLost()
108 if (context3d_->isContextLost()) { in VerifyContexts()
[all …]
Dtest_context_provider.h66 scoped_ptr<TestWebGraphicsContext3D> context3d_; variable
/external/chromium_org/cc/resources/
Dvideo_resource_updater_unittest.cc25 context3d_ = context3d.get(); in VideoResourceUpdaterTest()
63 TestWebGraphicsContext3D* context3d_; member in cc::__anon17b0cd460111::VideoResourceUpdaterTest
Dresource_provider_unittest.cc382 context3d_(NULL), in ResourceProviderTest()
389 context3d_ = context3d.get(); in ResourceProviderTest()
454 ResourceProviderContext* context() { return context3d_; } in context()
500 ResourceProviderContext* context3d_; member in cc::__anonaf8aa7c60111::ResourceProviderTest
691 context3d_->last_waited_sync_point()); in TEST_P()
698 context3d_->last_waited_sync_point()); in TEST_P()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest_context.cc57 context3d_(NULL), in LayerTreeHostContextTest()
74 CHECK(context3d_); in LoseContext()
75 context3d_->loseContextCHROMIUM(GL_GUILTY_CONTEXT_RESET_ARB, in LoseContext()
77 context3d_ = NULL; in LoseContext()
93 context3d_ = context3d.get(); in CreateFakeOutputSurface()
96 context3d_->set_have_extension_io_surface(true); in CreateFakeOutputSurface()
97 context3d_->set_have_extension_egl_image(true); in CreateFakeOutputSurface()
147 TestWebGraphicsContext3D* context3d_; member in cc::__anon725cf0690111::LayerTreeHostContextTest
1036 context3d_->set_times_bind_texture_succeeds(0); in PrepareToDrawOnThread()
/external/chromium_org/cc/output/
Ddelegating_renderer_unittest.cc29 TestWebGraphicsContext3D* context3d_; member in cc::DelegatingRendererTest