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

  /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
  /external/chromium_org/webkit/common/gpu/
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/gpu/command_buffer/service/
in_process_command_buffer.h 200 base::Closure context_lost_callback_; member in class:gpu::InProcessCommandBuffer
  /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

Completed in 237 milliseconds