HomeSort by relevance Sort by last modified time
    Searched refs:setContextLostCallback (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 72 context_->setContextLostCallback(context_lost_listener_.get());
80 context_->setContextLostCallback(NULL);
122 context_->setContextLostCallback(context_lost_listener_.get());
140 context_->setContextLostCallback(NULL);
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 17 provider_->context3d_->setContextLostCallback(this);
21 provider_->context3d_->setContextLostCallback(NULL);
webgraphicscontext3d_command_buffer_impl.h 533 virtual void setContextLostCallback(
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 20 provider_->context3d_->setContextLostCallback(this);
24 provider_->context3d_->setContextLostCallback(NULL);
webgraphicscontext3d_in_process_command_buffer_impl.h 460 virtual void setContextLostCallback(
webgraphicscontext3d_in_process_command_buffer_impl.cc 177 context_->SetContextLostCallback(context_lost_callback);
    [all...]
  /external/chromium_org/cc/output/
output_surface.cc 296 context3d_->setContextLostCallback(NULL);
368 context3d_->setContextLostCallback(callbacks_.get());
  /external/chromium_org/cc/debug/
fake_web_graphics_context_3d.cc 328 void FakeWebGraphicsContext3D::setContextLostCallback(
fake_web_graphics_context_3d.h 578 virtual void setContextLostCallback(
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 108 virtual void setContextLostCallback(
test_web_graphics_context_3d.cc 396 void TestWebGraphicsContext3D::setContextLostCallback(
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 110 setContextLostCallback(nullptr);
260 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
264 m_ownedWebContext->setContextLostCallback(m_contextLostCallbackAdapter.get());
    [all...]
GraphicsContext3D.h 430 void setContextLostCallback(PassOwnPtr<ContextLostCallback>);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 403 virtual void setContextLostCallback(WebGraphicsContextLostCallback* callback) { }
  /external/chromium_org/content/renderer/
render_thread_impl.cc 932 gpu_vda_context3d_->setContextLostCallback(context_lost_cb_.get());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 677 m_context->setContextLostCallback(adoptPtr(new WebGLRenderingContextLostCallback(this)));
771 m_context->setContextLostCallback(nullptr);
    [all...]

Completed in 365 milliseconds