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 187 context_group_ = share_group->context_group_;
188 DCHECK(context_group_->bind_generates_resource() ==
191 context_group_ = new gpu::gles2::ContextGroup(
200 context_group_->feature_info()->workarounds().use_virtualized_gl_contexts;
465 context_group_->transfer_buffer_manager()));
470 decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group_.get()));
559 if (!context_group_->has_program_cache()) {
560 context_group_->set_program_cache(
    [all...]
gpu_command_buffer_stub.h 234 scoped_refptr<gpu::gles2::ContextGroup> context_group_; member in class:content::GpuCommandBufferStub

Completed in 54 milliseconds