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

  /external/chromium_org/gpu/command_buffer/service/
in_process_command_buffer.cc 335 gl_share_group_ = params.context_group
336 ? params.context_group->gl_share_group_.get()
379 context_ = gl_share_group_->GetSharedContext();
382 gl_share_group_.get(), surface_.get(), params.gpu_preference);
383 gl_share_group_->SetSharedContext(context_.get());
387 gl_share_group_.get(), context_.get(), decoder_->AsWeakPtr());
395 gl_share_group_.get(), surface_.get(), params.gpu_preference);
459 gl_share_group_ = NULL;
in_process_command_buffer.h 253 scoped_refptr<gfx::GLShareGroup> gl_share_group_; member in class:gpu::InProcessCommandBuffer

Completed in 647 milliseconds