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

  /external/chromium_org/cc/test/
test_context_provider.cc 23 provider_->context3d_->setContextLostCallback(this);
27 provider_->context3d_->setContextLostCallback(NULL);
fake_web_graphics_context_3d.cc 350 void FakeWebGraphicsContext3D::setContextLostCallback(
test_web_graphics_context_3d.h 122 virtual void setContextLostCallback(
fake_web_graphics_context_3d.h 580 virtual void setContextLostCallback(
test_web_graphics_context_3d.cc 420 void TestWebGraphicsContext3D::setContextLostCallback(
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 91 context_->setContextLostCallback(context_lost_listener_.get());
99 context_->setContextLostCallback(NULL);
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 23 provider_->context3d_->setContextLostCallback(this);
27 provider_->context3d_->setContextLostCallback(NULL);
webgraphicscontext3d_command_buffer_impl.h 524 virtual void setContextLostCallback(
webgraphicscontext3d_command_buffer_impl.cc     [all...]
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 25 provider_->context3d_->setContextLostCallback(this);
29 provider_->context3d_->setContextLostCallback(NULL);
webgraphicscontext3d_in_process_command_buffer_impl.h 466 virtual void setContextLostCallback(
webgraphicscontext3d_in_process_command_buffer_impl.cc 179 context_->SetContextLostCallback(context_lost_callback);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp 88 setContextLostCallback(nullptr);
233 void GraphicsContext3D::setContextLostCallback(PassOwnPtr<GraphicsContext3D::ContextLostCallback> callback)
237 m_ownedWebContext->setContextLostCallback(m_contextLostCallbackAdapter.get());
    [all...]
GraphicsContext3D.h 118 void setContextLostCallback(PassOwnPtr<ContextLostCallback>);
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 391 virtual void setContextLostCallback(WebGraphicsContextLostCallback* callback) { }
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 678 m_context->setContextLostCallback(adoptPtr(new WebGLRenderingContextLostCallback(this)));
777 m_context->setContextLostCallback(nullptr);
    [all...]

Completed in 902 milliseconds