isContextLost      56 cc/test/test_context_provider.cc   if (context3d_->isContextLost()) {
isContextLost     101 cc/test/test_context_provider.cc   return context3d_->isContextLost();
isContextLost     108 cc/test/test_context_provider.cc   if (context3d_->isContextLost()) {
isContextLost      42 cc/test/test_web_graphics_context_3d.h   virtual bool isContextLost();
isContextLost     154 content/common/gpu/client/context_provider_command_buffer.cc   return context3d_->isContextLost();
isContextLost     161 content/common/gpu/client/context_provider_command_buffer.cc   if (context3d_->isContextLost())
isContextLost     302 content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h   virtual bool isContextLost();
isContextLost     156 webkit/common/gpu/context_provider_in_process.cc   return context3d_->isContextLost();
isContextLost     163 webkit/common/gpu/context_provider_in_process.cc   if (context3d_->isContextLost())
isContextLost     223 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc   return context_ && !isContextLost();
isContextLost     207 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h   virtual bool isContextLost();