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

  /external/chromium_org/mojo/cc/
context_provider_mojo.cc 15 context_lost_(false) {
48 return context_lost_;
58 context_lost_ = true;
context_provider_mojo.h 47 bool context_lost_; member in class:mojo::ContextProviderMojo
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker_unittest.cc 25 context_lost_(false) {}
30 if (context_lost_) {
38 context_lost_ = context_lost;
42 bool context_lost_; member in class:gpu::gles2::MockClientCommandBufferImpl
cmd_buffer_helper.cc 30 context_lost_(false),
41 if (!context_lost_) {
42 context_lost_ = error::IsError(command_buffer()->GetLastError());
44 return context_lost_;
gl_in_process_context.cc 85 bool context_lost_; member in class:gpu::__anon13017::GLInProcessContextImpl
98 : mem_limits_(mem_limits), context_lost_(false) {
123 context_lost_ = true;
160 if (!context->context_lost_) {
cmd_buffer_helper.h 327 bool context_lost_; member in class:gpu::CommandBufferHelper
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 55 context_lost_(false),
100 return context_lost_;
105 if (context_lost_)
450 if (context_lost_)
452 context_lost_ = true;
504 if (context_lost_) {
test_web_graphics_context_3d.h 278 void set_context_lost(bool context_lost) { context_lost_ = context_lost; }
441 bool context_lost_; member in class:cc::TestWebGraphicsContext3D
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 211 : context_lost_(false),
239 if (!context_lost_ && decoder_->MakeCurrent())
479 context_lost_ = true;
511 DCHECK((!error::IsError(state_after_last_flush_.error) && !context_lost_) ||
512 (error::IsError(state_after_last_flush_.error) && context_lost_));
in_process_command_buffer.h 229 bool context_lost_; member in class:gpu::InProcessCommandBuffer
  /external/chromium_org/cc/output/
gl_renderer_unittest.cc 508 context_lost_ = true;
513 context_lost_ = true;
    [all...]

Completed in 123 milliseconds