Home
last modified time | relevance | path

Searched refs:setContextLostCallback (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/cc/test/
Dtest_context_provider.cc23 provider_->context3d_->setContextLostCallback(this); in LostContextCallbackProxy()
27 provider_->context3d_->setContextLostCallback(NULL); in ~LostContextCallbackProxy()
Dfake_web_graphics_context_3d.cc350 void FakeWebGraphicsContext3D::setContextLostCallback( in setContextLostCallback() function in cc::FakeWebGraphicsContext3D
Dtest_web_graphics_context_3d.h122 virtual void setContextLostCallback(
Dtest_web_graphics_context_3d.cc420 void TestWebGraphicsContext3D::setContextLostCallback( in setContextLostCallback() function in cc::TestWebGraphicsContext3D
Dfake_web_graphics_context_3d.h580 virtual void setContextLostCallback(
/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.cc25 provider_->context3d_->setContextLostCallback(this); in LostContextCallbackProxy()
29 provider_->context3d_->setContextLostCallback(NULL); in ~LostContextCallbackProxy()
Dwebgraphicscontext3d_in_process_command_buffer_impl.h466 virtual void setContextLostCallback( in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc1049 void WebGraphicsContext3DInProcessCommandBufferImpl::setContextLostCallback( in setContextLostCallback() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/content/browser/renderer_host/
Dimage_transport_factory_android.cc91 context_->setContextLostCallback(context_lost_listener_.get()); in CmdBufferImageTransportFactory()
99 context_->setContextLostCallback(NULL); in ~CmdBufferImageTransportFactory()
/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()
Dwebgraphicscontext3d_command_buffer_impl.h524 virtual void setContextLostCallback(
Dwebgraphicscontext3d_command_buffer_impl.cc1160 void WebGraphicsContext3DCommandBufferImpl::setContextLostCallback( in setContextLostCallback() function in content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp88 setContextLostCallback(nullptr); in ~GraphicsContext3D()
233 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> c… in setContextLostCallback() function in WebCore::GraphicsContext3D
237 m_ownedWebContext->setContextLostCallback(m_contextLostCallbackAdapter.get()); in setContextLostCallback()
DGraphicsContext3D.h118 void setContextLostCallback(PassOwnPtr<ContextLostCallback>);
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h391 virtual void setContextLostCallback(WebGraphicsContextLostCallback* callback) { } in setContextLostCallback() function
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp678 m_context->setContextLostCallback(adoptPtr(new WebGLRenderingContextLostCallback(this))); in initializeNewContext()
777 m_context->setContextLostCallback(nullptr); in destroyGraphicsContext3D()