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

  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 143 context_group_ = share_group->context_group_;
149 context_group_ = new gpu::gles2::ContextGroup(
159 context_group_->feature_info()->workarounds().use_virtualized_gl_contexts;
405 context_group_->transfer_buffer_manager()));
413 decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group_.get()));
497 if (!context_group_->has_program_cache()) {
498 context_group_->set_program_cache(
515 new gpu::GpuControlService(context_group_->image_manager(),
517 context_group_->mailbox_manager()
    [all...]
gpu_command_buffer_stub.h 222 scoped_refptr<gpu::gles2::ContextGroup> context_group_; member in class:content::GpuCommandBufferStub

Completed in 48 milliseconds