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

  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 24 virtual void onContextLost() {
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 27 virtual void onContextLost() {
  /external/chromium_org/content/browser/renderer_host/
image_transport_factory_android.cc 29 virtual void onContextLost() OVERRIDE;
222 void GLContextLostListener::onContextLost() {
  /external/chromium_org/cc/output/
output_surface.cc 72 virtual void onContextLost() { client_->DidLoseOutputSurface(); }
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 236 virtual void onContextLost()
239 m_contextLostCallback->onContextLost();
    [all...]
  /external/chromium_org/content/renderer/
render_thread_impl.cc 248 virtual void onContextLost() {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 473 virtual void onContextLost() { m_context->forceLostContext(WebGLRenderingContext::RealLostContext); }
    [all...]

Completed in 474 milliseconds