Searched refs:ContextGroup (Results 1 - 17 of 17) 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);
H A Dcontext_group_unittest.cc41 group_ = scoped_refptr<ContextGroup>(
42 new ContextGroup(NULL, NULL, NULL, NULL, kBindGeneratesResource));
46 scoped_refptr<ContextGroup> group_;
H A Dgles2_cmd_decoder.h35 class ContextGroup;
69 static GLES2Decoder* Create(ContextGroup* group);
138 // Gets the associated ContextGroup
139 virtual ContextGroup* GetContextGroup() = 0;
H A Dgles2_cmd_decoder_mock.h26 class ContextGroup;
57 MOCK_METHOD0(GetContextGroup, ContextGroup*());
H A Dgles2_cmd_decoder_unittest_base.h176 const ContextGroup& group() const {
624 scoped_refptr<ContextGroup> group_;
H A Din_process_command_buffer.cc347 : new gles2::ContextGroup(service_->mailbox_manager(),
665 gles2::ContextGroup* context_group = decoder_->GetContextGroup();
H A Dgles2_cmd_decoder_unittest_base.cc170 group_ = scoped_refptr<ContextGroup>(
171 new ContextGroup(NULL,
183 // Context needs to be created before initializing ContextGroup, which will
200 // We initialize the ContextGroup with a MockGLES2Decoder so that
201 // we can use the ContextGroup to figure out how the real GLES2Decoder
H A Dgles2_cmd_decoder.cc560 explicit GLES2DecoderImpl(ContextGroup* group);
598 virtual ContextGroup* GetContextGroup() OVERRIDE { return group_.get(); }
1666 // The ContextGroup for this decoder uses to track resources.
1667 scoped_refptr<ContextGroup> group_;
1767 // Cached from ContextGroup
2283 GLES2Decoder* GLES2Decoder::Create(ContextGroup* group) {
2287 GLES2DecoderImpl::GLES2DecoderImpl(ContextGroup* group)
2412 group_ = NULL; // Must not destroy ContextGroup if it is not initialized.
2420 group_ = NULL; // Must not destroy ContextGroup if it is not initialized.
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.h31 class ContextGroup;
H A Dgl_manager.cc141 gles2::ContextGroup* context_group = NULL;
171 new gles2::ContextGroup(mailbox_manager_.get(),
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc101 // TODO(piman): ShaderTranslatorCache is currently per-ContextGroup but
103 scoped_refptr<gpu::gles2::ContextGroup> context_group =
104 new gpu::gles2::ContextGroup(mailbox_manager_.get(),
/external/chromium_org/content/common/gpu/
H A Dstream_texture_android.cc20 using gpu::gles2::ContextGroup;
H A Dgpu_command_buffer_stub.h234 scoped_refptr<gpu::gles2::ContextGroup> context_group_;
H A Dtexture_image_transport_surface.cc21 using gpu::gles2::ContextGroup;
H A Dgpu_command_buffer_stub.cc62 // ContextGroup's memory type managers and the GpuMemoryManager class.
191 context_group_ = new gpu::gles2::ContextGroup(
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc117 scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(

Completed in 1111 milliseconds