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

  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.h 72 base::Closure context_lost_callback_; member in class:content::PlatformContext3D
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 584 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.h 161 base::Closure context_lost_callback_; member in class:gpu::InProcessCommandBuffer
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 273 WebGraphicsContextLostCallback* context_lost_callback_; member in class:cc::TestWebGraphicsContext3D
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 105 base::Closure context_lost_callback_; member in class:gpu::__anon10658::GLInProcessContextImpl
163 context_lost_callback_ = callback;
168 if (!context_lost_callback_.is_null()) {
169 context_lost_callback_.Run();
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.h 725 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:content::WebGraphicsContext3DCommandBufferImpl

Completed in 925 milliseconds