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

/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_group.cc30 ContextGroup::ContextGroup( function in class:gpu::gles2::ContextGroup
80 bool ContextGroup::Initialize(
90 LOG(ERROR) << "ContextGroup::Initialize failed because FeatureInfo "
100 LOG(ERROR) << "ContextGroup::Initialize failed because maximum "
141 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
150 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
164 LOG(ERROR) << "ContextGroup::Initialize failed because maximum texture size"
194 LOG(ERROR) << "ContextGroup::Initialize failed because too few "
222 LOG(ERROR) << "ContextGroup
[all...]
H A Dcontext_group.h43 class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> { class in namespace:gpu::gles2
45 ContextGroup(
170 friend class base::RefCounted<ContextGroup>;
171 ~ContextGroup();
220 DISALLOW_COPY_AND_ASSIGN(ContextGroup);

Completed in 1464 milliseconds