ContextGroup      152 content/common/gpu/gpu_command_buffer_stub.cc     context_group_ = new gpu::gles2::ContextGroup(
ContextGroup      228 content/common/gpu/gpu_command_buffer_stub.h   scoped_refptr<gpu::gles2::ContextGroup> context_group_;
ContextGroup       20 content/common/gpu/stream_texture_android.cc using gpu::gles2::ContextGroup;
ContextGroup       21 content/common/gpu/texture_image_transport_surface.cc using gpu::gles2::ContextGroup;
ContextGroup       31 gpu/command_buffer/service/context_group.cc ContextGroup::ContextGroup(
ContextGroup       79 gpu/command_buffer/service/context_group.cc bool ContextGroup::Initialize(
ContextGroup      273 gpu/command_buffer/service/context_group.cc bool ContextGroup::HaveContexts() {
ContextGroup      279 gpu/command_buffer/service/context_group.cc void ContextGroup::Destroy(GLES2Decoder* decoder, bool have_context) {
ContextGroup      323 gpu/command_buffer/service/context_group.cc IdAllocatorInterface* ContextGroup::GetIdAllocator(unsigned namespace_id) {
ContextGroup      330 gpu/command_buffer/service/context_group.cc uint32 ContextGroup::GetMemRepresented() const {
ContextGroup      341 gpu/command_buffer/service/context_group.cc void ContextGroup::LoseContexts(GLenum reset_status) {
ContextGroup      349 gpu/command_buffer/service/context_group.cc ContextGroup::~ContextGroup() {
ContextGroup      353 gpu/command_buffer/service/context_group.cc bool ContextGroup::CheckGLFeature(GLint min_required, GLint* v) {
ContextGroup      362 gpu/command_buffer/service/context_group.cc bool ContextGroup::CheckGLFeatureU(GLint min_required, uint32* v) {
ContextGroup      371 gpu/command_buffer/service/context_group.cc bool ContextGroup::QueryGLFeature(
ContextGroup      379 gpu/command_buffer/service/context_group.cc bool ContextGroup::QueryGLFeatureU(
ContextGroup       44 gpu/command_buffer/service/context_group.h class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
ContextGroup       46 gpu/command_buffer/service/context_group.h   ContextGroup(
ContextGroup      176 gpu/command_buffer/service/context_group.h   friend class base::RefCounted<ContextGroup>;
ContextGroup      177 gpu/command_buffer/service/context_group.h   ~ContextGroup();
ContextGroup      227 gpu/command_buffer/service/context_group.h   DISALLOW_COPY_AND_ASSIGN(ContextGroup);
ContextGroup       41 gpu/command_buffer/service/context_group_unittest.cc     group_ = scoped_refptr<ContextGroup>(
ContextGroup       42 gpu/command_buffer/service/context_group_unittest.cc         new ContextGroup(NULL, NULL, NULL, NULL, NULL, true));
ContextGroup       52 gpu/command_buffer/service/context_group_unittest.cc   scoped_refptr<ContextGroup> group_;
ContextGroup      572 gpu/command_buffer/service/gles2_cmd_decoder.cc   explicit GLES2DecoderImpl(ContextGroup* group);
ContextGroup      599 gpu/command_buffer/service/gles2_cmd_decoder.cc   virtual ContextGroup* GetContextGroup() OVERRIDE { return group_.get(); }
ContextGroup     1643 gpu/command_buffer/service/gles2_cmd_decoder.cc   scoped_refptr<ContextGroup> group_;
ContextGroup     2223 gpu/command_buffer/service/gles2_cmd_decoder.cc GLES2Decoder* GLES2Decoder::Create(ContextGroup* group) {
ContextGroup     2227 gpu/command_buffer/service/gles2_cmd_decoder.cc GLES2DecoderImpl::GLES2DecoderImpl(ContextGroup* group)
ContextGroup       35 gpu/command_buffer/service/gles2_cmd_decoder.h class ContextGroup;
ContextGroup       63 gpu/command_buffer/service/gles2_cmd_decoder.h   static GLES2Decoder* Create(ContextGroup* group);
ContextGroup      133 gpu/command_buffer/service/gles2_cmd_decoder.h   virtual ContextGroup* GetContextGroup() = 0;
ContextGroup       26 gpu/command_buffer/service/gles2_cmd_decoder_mock.h class ContextGroup;
ContextGroup       52 gpu/command_buffer/service/gles2_cmd_decoder_mock.h   MOCK_METHOD0(GetContextGroup, ContextGroup*());
ContextGroup      112 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc   group_ = scoped_refptr<ContextGroup>(
ContextGroup      113 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc       new ContextGroup(NULL,
ContextGroup      175 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h   const ContextGroup& group() const {
ContextGroup      544 gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h   scoped_refptr<ContextGroup> group_;
ContextGroup      340 gpu/command_buffer/service/in_process_command_buffer.cc           : new gles2::ContextGroup(NULL,
ContextGroup       91 gpu/command_buffer/tests/gl_manager.cc   gles2::ContextGroup* context_group = NULL;
ContextGroup      121 gpu/command_buffer/tests/gl_manager.cc         new gles2::ContextGroup(mailbox_manager_.get(),
ContextGroup       31 gpu/command_buffer/tests/gl_manager.h class ContextGroup;
ContextGroup      116 gpu/gles2_conform_support/egl/display.cc   scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(
ContextGroup       84 mojo/services/gles2/command_buffer_impl.cc   scoped_refptr<gpu::gles2::ContextGroup> context_group =
ContextGroup       85 mojo/services/gles2/command_buffer_impl.cc       new gpu::gles2::ContextGroup(NULL,