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

/external/chromium_org/mojo/cc/
H A Dcontext_provider_mojo.cc15 context_lost_(false) {
48 return context_lost_;
58 context_lost_ = true;
H A Dcontext_provider_mojo.h47 bool context_lost_; member in class:mojo::ContextProviderMojo
/external/chromium_org/gpu/command_buffer/client/
H A Dbuffer_tracker_unittest.cc25 context_lost_(false) {}
30 if (context_lost_) {
38 context_lost_ = context_lost;
42 bool context_lost_; member in class:gpu::gles2::MockClientCommandBufferImpl
H A Dcmd_buffer_helper.cc30 context_lost_(false),
41 if (!context_lost_) {
42 context_lost_ = error::IsError(command_buffer()->GetLastError());
44 return context_lost_;
H A Dgl_in_process_context.cc85 bool context_lost_; member in class:gpu::__anon8392::GLInProcessContextImpl
98 : mem_limits_(mem_limits), context_lost_(false) {
123 context_lost_ = true;
160 if (!context->context_lost_) {
H A Dcmd_buffer_helper.h327 bool context_lost_; member in class:gpu::CommandBufferHelper
/external/chromium_org/cc/test/
H A Dtest_web_graphics_context_3d.cc55 context_lost_(false),
100 return context_lost_;
105 if (context_lost_)
450 if (context_lost_)
452 context_lost_ = true;
504 if (context_lost_) {
H A Dtest_web_graphics_context_3d.h278 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/
H A Din_process_command_buffer.cc211 : 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_));
H A Din_process_command_buffer.h229 bool context_lost_; member in class:gpu::InProcessCommandBuffer
/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc508 context_lost_ = true;
513 context_lost_ = true;

Completed in 229 milliseconds