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;
129 void GLContextLostListener::onContextLost() {
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 30 virtual void onContextLost() {
webgraphicscontext3d_command_buffer_impl.cc 432 context_lost_callback_->onContextLost();
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 32 virtual void onContextLost() {
webgraphicscontext3d_in_process_command_buffer_impl.cc 170 &WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost,
209 void WebGraphicsContext3DInProcessCommandBufferImpl::OnContextLost() {
213 context_lost_callback_->onContextLost();
  /external/chromium_org/third_party/WebKit/public/platform/
WebGraphicsContext3D.h 118 virtual void onContextLost() = 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 484 virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContextBase::RealLostContext); }
    [all...]

Completed in 511 milliseconds