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

  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 27 virtual void onContextLost() OVERRIDE;
143 void GLContextLostListener::onContextLost() {
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 130 &WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost,
169 void WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost() {
173 context_lost_callback_->onContextLost();
context_provider_in_process.cc 32 virtual void onContextLost() {
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 30 virtual void onContextLost() {
webgraphicscontext3d_command_buffer_impl.cc 392 context_lost_callback_->onContextLost();
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 116 virtual void onContextLost() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 510 virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContextBase::RealLostContext, WebGLRenderingContextBase::Auto); }
    [all...]

Completed in 361 milliseconds