/external/chromium_org/content/common/gpu/client/ |
D | context_provider_command_buffer.cc | 23 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 …]
|
D | context_provider_command_buffer.h | 70 scoped_ptr<WebGraphicsContext3DCommandBufferImpl> context3d_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/webkit/common/gpu/ |
D | context_provider_in_process.cc | 25 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 …]
|
D | context_provider_in_process.h | 65 context3d_; in NON_EXPORTED_BASE() local
|
/external/chromium_org/cc/test/ |
D | test_context_provider.cc | 33 : 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 …]
|
D | test_context_provider.h | 66 scoped_ptr<TestWebGraphicsContext3D> context3d_; variable
|
/external/chromium_org/cc/resources/ |
D | video_resource_updater_unittest.cc | 25 context3d_ = context3d.get(); in VideoResourceUpdaterTest() 63 TestWebGraphicsContext3D* context3d_; member in cc::__anon17b0cd460111::VideoResourceUpdaterTest
|
D | resource_provider_unittest.cc | 382 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/ |
D | layer_tree_host_unittest_context.cc | 57 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/ |
D | delegating_renderer_unittest.cc | 29 TestWebGraphicsContext3D* context3d_; member in cc::DelegatingRendererTest
|