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

  /external/chromium_org/cc/output/
renderer.cc 13 bool Renderer::IsContextLost() {
delegating_renderer.cc 141 bool DelegatingRenderer::IsContextLost() {
145 return context_provider->IsContextLost();
gl_renderer.cc 370 DCHECK(program && (program->initialized() || IsContextLost()));
414 DCHECK(program && (program->initialized() || IsContextLost()));
    [all...]
  /external/chromium_org/cc/test/
test_context_provider.cc 76 if (context3d_->isContextLost()) {
124 bool TestContextProvider::IsContextLost() {
128 return context3d_->isContextLost();
135 if (context3d_->isContextLost()) {
  /external/chromium_org/webkit/common/gpu/
context_provider_in_process.cc 158 bool ContextProviderInProcess::IsContextLost() {
162 return context3d_->isContextLost();
169 if (context3d_->isContextLost())
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.cc 152 bool ContextProviderCommandBuffer::IsContextLost() {
156 return context3d_->isContextLost();
163 if (context3d_->isContextLost())
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 41 bool CommandBufferHelper::IsContextLost() {
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 45 milliseconds