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

  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.cc 212 if (context_lost_callback_) {
213 context_lost_callback_->onContextLost();
webgraphicscontext3d_impl.cc 154 context_lost_callback_(0),
786 context_lost_callback_ = cb;
    [all...]
webgraphicscontext3d_impl.h 579 WebGraphicsContext3D::WebGraphicsContextLostCallback* context_lost_callback_; member in class:webkit::gpu::WebGraphicsContext3DImpl
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 85 base::Closure context_lost_callback_; member in class:gpu::__anon12498::GLInProcessContextImpl
112 context_lost_callback_ = callback;
117 if (!context_lost_callback_.is_null()) {
118 context_lost_callback_.Run();
  /external/chromium_org/mojo/apps/js/bindings/gl/
context.h 69 v8::Persistent<v8::Function> context_lost_callback_; member in class:mojo::js::gl::Context
context.cc 156 context_lost_callback_.Reset(isolate, context_lost_callback);
176 isolate, context_lost_callback_);
  /external/chromium_org/content/common/gpu/client/
webgraphicscontext3d_command_buffer_impl.cc 431 if (context_lost_callback_) {
432 context_lost_callback_->onContextLost();
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.h 35 context_lost_callback_ = callback;
422 base::Closure context_lost_callback_; member in class:cc::TestWebGraphicsContext3D
test_web_graphics_context_3d.cc 447 if (!context_lost_callback_.is_null())
448 context_lost_callback_.Run();
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 272 context_lost_callback_ = WrapCallback(context_lost_callback);
471 if (!context_lost_callback_.is_null()) {
472 context_lost_callback_.Run();
473 context_lost_callback_.Reset();
in_process_command_buffer.h 200 base::Closure context_lost_callback_; member in class:gpu::InProcessCommandBuffer

Completed in 165 milliseconds