Searched defs:ContextGroup (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc31 ContextGroup::ContextGroup( function in class:gpu::gles2::ContextGroup
79 bool ContextGroup::Initialize(
89 LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo "
99 LOG(ERROR) << "ContextGroup::Initialize failed because maximum "
140 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
149 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
163 LOG(ERROR) << "ContextGroup::Initialize failed because maximum texture size"
193 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
221 LOG(ERROR) << "ContextGroup
[all...]
H A Dcontext_group.h44 class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> { class in namespace:gpu::gles2
46 ContextGroup(
176 friend class base::RefCounted<ContextGroup>;
177 ~ContextGroup();
227 DISALLOW_COPY_AND_ASSIGN(ContextGroup);

Completed in 89 milliseconds