Home
last modified time | relevance | path

Searched refs:onContextLost (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/content/browser/renderer_host/
Dimage_transport_factory_android.cc26 virtual void onContextLost() OVERRIDE;
178 void GLContextLostListener::onContextLost() { in onContextLost() function in content::GLContextLostListener
/external/chromium_org/cc/test/
Dtest_context_provider.cc30 virtual void onContextLost() { in onContextLost() function in cc::TestContextProvider::LostContextCallbackProxy
Dtest_web_graphics_context_3d.cc431 context_lost_callback_->onContextLost(); in loseContextCHROMIUM()
/external/chromium_org/webkit/common/gpu/
Dcontext_provider_in_process.cc32 virtual void onContextLost() { in onContextLost() function in webkit::gpu::ContextProviderInProcess::LostContextCallbackProxy
Dwebgraphicscontext3d_in_process_command_buffer_impl.cc1139 context_lost_callback_->onContextLost(); in OnContextLost()
/external/chromium_org/content/common/gpu/client/
Dcontext_provider_command_buffer.cc30 virtual void onContextLost() { in onContextLost() function in content::ContextProviderCommandBuffer::LostContextCallbackProxy
Dwebgraphicscontext3d_command_buffer_impl.cc1359 context_lost_callback_->onContextLost(); in OnGpuChannelLost()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext3D.cpp209 virtual void onContextLost() in onContextLost() function in WebCore::GraphicsContext3DContextLostCallbackAdapter
212 m_contextLostCallback->onContextLost(); in onContextLost()
DGraphicsContext3D.h108 virtual void onContextLost() = 0;
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h118 virtual void onContextLost() = 0;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DWebGLRenderingContext.cpp473 …virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContext::RealLostContext)… in onContextLost() function in WebCore::WebGLRenderingContextLostCallback