Searched refs:context_lost_callback_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_in_process_command_buffer_impl.cc172 if (context_lost_callback_) {
173 context_lost_callback_->onContextLost();
H A Dwebgraphicscontext3d_impl.cc155 context_lost_callback_(0),
787 context_lost_callback_ = cb;
H A Dwebgraphicscontext3d_impl.h592 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:webkit::gpu::WebGraphicsContext3DImpl
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.cc86 base::Closure context_lost_callback_; member in class:gpu::__anon8392::GLInProcessContextImpl
119 context_lost_callback_ = callback;
124 if (!context_lost_callback_.is_null()) {
125 context_lost_callback_.Run();
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.h69 v8::Persistent<v8::Function> context_lost_callback_; member in class:mojo::js::gl::Context
H A Dcontext.cc157 context_lost_callback_.Reset(isolate, context_lost_callback);
176 isolate, context_lost_callback_);
/external/chromium_org/content/common/gpu/client/
H A Dwebgraphicscontext3d_command_buffer_impl.cc391 if (context_lost_callback_) {
392 context_lost_callback_->onContextLost();
/external/chromium_org/gpu/command_buffer/service/
H A Din_process_command_buffer.cc274 context_lost_callback_ = WrapCallback(context_lost_callback);
474 if (!context_lost_callback_.is_null()) {
475 context_lost_callback_.Run();
476 context_lost_callback_.Reset();
H A Din_process_command_buffer.h235 base::Closure context_lost_callback_; member in class:gpu::InProcessCommandBuffer
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc453 if (!context_lost_callback_.is_null())
454 context_lost_callback_.Run();
H A Dtest_web_graphics_context_3d.h35 context_lost_callback_ = callback;
446 base::Closure context_lost_callback_; member in class:cc::TestWebGraphicsContext3D

Completed in 1458 milliseconds