Searched defs:context_lost_callback_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/renderer/pepper/
H A Dpepper_platform_context_3d.h72 base::Closure context_lost_callback_; member in class:content::PlatformContext3D
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.h584 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.h161 base::Closure context_lost_callback_; member in class:gpu::InProcessCommandBuffer
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.h273 WebGraphicsContextLostCallback* context_lost_callback_; member in class:cc::TestWebGraphicsContext3D
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.h725 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:content::WebGraphicsContext3DCommandBufferImpl
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc105 base::Closure context_lost_callback_; member in class:gpu::__anon8252::GLInProcessContextImpl
163 context_lost_callback_ = callback;
168 if (!context_lost_callback_.is_null()) {
169 context_lost_callback_.Run();

Completed in 464 milliseconds