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

  /external/chromium_org/gpu/command_buffer/service/
context_group.cc 31 ContextGroup::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::Initialize failed because too few
    [all...]
context_group.h 44 class GPU_EXPORT ContextGroup : public base::RefCounted<ContextGroup> {
46 ContextGroup(
176 friend class base::RefCounted<ContextGroup>;
177 ~ContextGroup();
227 DISALLOW_COPY_AND_ASSIGN(ContextGroup);
gles2_cmd_decoder.h 36 class ContextGroup;
65 static GLES2Decoder* Create(ContextGroup* group);
137 // Gets the associated ContextGroup
138 virtual ContextGroup* GetContextGroup() = 0;
gles2_cmd_decoder_mock.h 28 class ContextGroup;
54 MOCK_METHOD0(GetContextGroup, ContextGroup*());
context_group_unittest.cc 41 group_ = scoped_refptr<ContextGroup>(
42 new ContextGroup(NULL, NULL, NULL, NULL, NULL, true));
52 scoped_refptr<ContextGroup> group_;
gles2_cmd_decoder_unittest_base.h 178 const ContextGroup& group() const {
542 scoped_refptr<ContextGroup> group_;
in_process_command_buffer.cc 332 : new gles2::ContextGroup(NULL,
gles2_cmd_decoder_unittest_base.cc 125 group_ = scoped_refptr<ContextGroup>(new ContextGroup(
142 // We initialize the ContextGroup with a MockGLES2Decoder so that
143 // we can use the ContextGroup to figure out how the real GLES2Decoder
    [all...]
gles2_cmd_decoder.cc 557 explicit GLES2DecoderImpl(ContextGroup* group);
585 virtual ContextGroup* GetContextGroup() OVERRIDE { return group_.get(); }
    [all...]
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.h 31 class ContextGroup;
gl_manager.cc 91 gles2::ContextGroup* context_group = NULL;
120 context_group = new gles2::ContextGroup(mailbox_manager_.get(),
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 116 scoped_refptr<gpu::gles2::ContextGroup> group(
117 new gpu::gles2::ContextGroup(NULL, NULL, NULL, NULL, NULL, true));
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.h 222 scoped_refptr<gpu::gles2::ContextGroup> context_group_;
texture_image_transport_surface.cc 21 using gpu::gles2::ContextGroup;
gpu_command_buffer_stub.cc 51 // ContextGroup's memory type managers and the GpuMemoryManager class.
149 context_group_ = new gpu::gles2::ContextGroup(
    [all...]

Completed in 221 milliseconds