/external/chromium_org/cc/test/ |
D | test_context_provider.cc | 23 provider_->context3d_->setContextLostCallback(this); in LostContextCallbackProxy() 27 provider_->context3d_->setContextLostCallback(NULL); in ~LostContextCallbackProxy()
|
D | fake_web_graphics_context_3d.cc | 350 void FakeWebGraphicsContext3D::setContextLostCallback( in setContextLostCallback() function in cc::FakeWebGraphicsContext3D
|
D | test_web_graphics_context_3d.h | 122 virtual void setContextLostCallback(
|
D | test_web_graphics_context_3d.cc | 420 void TestWebGraphicsContext3D::setContextLostCallback( in setContextLostCallback() function in cc::TestWebGraphicsContext3D
|
D | fake_web_graphics_context_3d.h | 580 virtual void setContextLostCallback(
|
/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()
|
D | webgraphicscontext3d_in_process_command_buffer_impl.h | 466 virtual void setContextLostCallback( in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_in_process_command_buffer_impl.cc | 1049 void WebGraphicsContext3DInProcessCommandBufferImpl::setContextLostCallback( in setContextLostCallback() function in webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
|
/external/chromium_org/content/browser/renderer_host/ |
D | image_transport_factory_android.cc | 91 context_->setContextLostCallback(context_lost_listener_.get()); in CmdBufferImageTransportFactory() 99 context_->setContextLostCallback(NULL); in ~CmdBufferImageTransportFactory()
|
/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()
|
D | webgraphicscontext3d_command_buffer_impl.h | 524 virtual void setContextLostCallback(
|
D | webgraphicscontext3d_command_buffer_impl.cc | 1160 void WebGraphicsContext3DCommandBufferImpl::setContextLostCallback( in setContextLostCallback() function in content::WebGraphicsContext3DCommandBufferImpl
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext3D.cpp | 88 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()
|
D | GraphicsContext3D.h | 118 void setContextLostCallback(PassOwnPtr<ContextLostCallback>);
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 391 virtual void setContextLostCallback(WebGraphicsContextLostCallback* callback) { } in setContextLostCallback() function
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | WebGLRenderingContext.cpp | 678 m_context->setContextLostCallback(adoptPtr(new WebGLRenderingContextLostCallback(this))); in initializeNewContext() 777 m_context->setContextLostCallback(nullptr); in destroyGraphicsContext3D()
|