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

  /external/chromium_org/cc/output/
renderer.cc 13 bool Renderer::IsContextLost() {
program_binding.cc 37 if (!IsContextLost(context))
47 if (!IsContextLost(context))
54 DCHECK(program_ || IsContextLost(context));
66 if (!IsContextLost(context))
109 if (!IsContextLost(context))
146 bool ProgramBindingBase::IsContextLost(WebGraphicsContext3D* context) {
delegating_renderer.cc 173 bool DelegatingRenderer::IsContextLost() {
gl_renderer.cc 395 DCHECK(program && (program->initialized() || IsContextLost()));
439 DCHECK(program && (program->initialized() || IsContextLost()));
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.cc 38 bool CommandBufferHelper::IsContextLost() {
  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 251 bool InProcessCommandBuffer::IsContextLost() {
378 context_lost_ = context_group->IsContextLost();
  /external/chromium_org/cc/trees/
layer_tree_host_impl.cc     [all...]

Completed in 623 milliseconds