Searched refs:gles2 (Results 151 - 175 of 509) sorted by relevance

1234567891011>>

/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_tests_main.cc32 ::gles2::Initialize();
/external/deqp/modules/gles2/accuracy/
H A Des2aAccuracyTests.cpp31 namespace gles2 namespace in namespace:deqp
67 } // gles2
/external/deqp/modules/gles2/functional/
H A Des2fBooleanStateQueryTests.hpp31 namespace gles2 namespace in namespace:deqp
65 } // gles2
/external/deqp/modules/gles2/
H A Dtes2Context.hpp42 namespace gles2 namespace in namespace:deqp
62 } // gles2
H A Dtes2TestCaseWrapper.hpp32 namespace gles2 namespace in namespace:deqp
51 } // gles2
/external/chromium_org/gpu/command_buffer/client/
H A Dgl_in_process_context.h29 namespace gles2 { namespace in namespace:gpu
65 const gpu::gles2::ContextCreationAttribHelper& attribs,
73 virtual gles2::GLES2Implementation* GetImplementation() = 0;
H A Dgl_in_process_context.cc60 const gpu::gles2::ContextCreationAttribHelper& attribs,
66 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
79 scoped_ptr<gles2::GLES2CmdHelper> gles2_helper_;
81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
109 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() {
136 const gles2::ContextCreationAttribHelper& attribs,
150 scoped_refptr<gles2::ShareGroup> share_group;
190 gles2_helper_.reset(new gles2::GLES2CmdHelper(command_buffer_.get()));
206 new gles2::GLES2Implementation(gles2_helper_.get(),
260 mapped_memory_reclaim_limit(gles2
[all...]
H A Dgpu_memory_buffer_tracker.h19 namespace gles2 { namespace in namespace:gpu
42 } // namespace gles2
/external/chromium_org/gpu/command_buffer/service/
H A Dgl_context_virtual.h22 namespace gles2 { namespace in namespace:gpu
32 base::WeakPtr<gles2::GLES2Decoder> decoder);
58 base::WeakPtr<gles2::GLES2Decoder> decoder_;
H A Dasync_pixel_transfer_manager_mock.h30 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
H A Dasync_pixel_transfer_manager_stub.h31 gles2::TextureRef* ref,
H A Dgpu_service_test.h19 namespace gles2 { namespace in namespace:gpu
40 } // namespace gles2
H A Did_manager.h14 namespace gles2 { namespace in namespace:gpu
47 } // namespace gles2
H A Dimage_manager.h18 namespace gles2 { namespace in namespace:gpu
38 } // namespage gles2
/external/chromium_org/mojo/gles2/
H A Dgles2_impl.cc5 #include "mojo/public/c/gles2/gles2.h"
11 #include "mojo/gles2/gles2_context.h"
12 #include "mojo/gles2/gles2_impl_export.h"
14 using mojo::gles2::GLES2Context;
18 base::LazyInstance<base::ThreadLocalPointer<gpu::gles2::GLES2Interface> >::Leaky
42 gpu::gles2::GLES2Interface* interface = NULL;
69 #include "mojo/public/c/gles2/gles2_call_visitor_autogen.h"
70 #include "mojo/public/c/gles2/gles2_call_visitor_chromium_sync_point_autogen.h"
71 #include "mojo/public/c/gles2/gles2_call_visitor_chromium_texture_mailbox_autoge
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dppb_video_decoder_shared.h19 namespace gles2 { namespace in namespace:gpu
21 } // namespace gles2
58 gpu::gles2::GLES2Implementation* gles2_impl);
77 gpu::gles2::GLES2Implementation* gles2_impl_;
/external/chromium_org/cc/output/
H A Dshader.h19 namespace gles2 { namespace in namespace:gpu
46 TexCoordPrecisionRequired(gpu::gles2::GLES2Interface* context,
52 gpu::gles2::GLES2Interface* context,
61 void Init(gpu::gles2::GLES2Interface* context,
78 void Init(gpu::gles2::GLES2Interface* context,
99 void Init(gpu::gles2::GLES2Interface* context,
114 void Init(gpu::gles2::GLES2Interface* context,
124 void Init(gpu::gles2::GLES2Interface* context,
145 void Init(gpu::gles2::GLES2Interface* context,
166 void Init(gpu::gles2
[all...]
/external/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_impl.cc5 #include "mojo/services/gles2/command_buffer_impl.h"
18 #include "mojo/services/gles2/command_buffer_type_conversions.h"
19 #include "mojo/services/gles2/mojo_buffer_backing.h"
27 class MemoryTrackerStub : public gpu::gles2::MemoryTracker {
33 gpu::gles2::MemoryTracker::Pool pool)
50 gpu::gles2::MailboxManager* mailbox_manager)
61 gpu::gles2::MailboxManager* mailbox_manager)
103 scoped_refptr<gpu::gles2::ContextGroup> context_group =
104 new gpu::gles2::ContextGroup(mailbox_manager_.get(),
106 new gpu::gles2
[all...]
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc36 gles2::Terminate();
40 gles2::Initialize();
117 scoped_refptr<gpu::gles2::ContextGroup> group(new gpu::gles2::ContextGroup(
118 NULL, NULL, new gpu::gles2::ShaderTranslatorCache, NULL, true));
120 decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
169 gpu::gles2::DisallowedFeatures(),
181 scoped_ptr<gpu::gles2::GLES2CmdHelper> cmd_helper(
182 new gpu::gles2::GLES2CmdHelper(command_buffer.get()));
233 new gpu::gles2
[all...]
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue.cc28 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
34 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
40 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
103 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
131 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
150 gpu::gles2::GLES2Interface* gl = context_provider_->ContextGL();
/external/chromium_org/content/common/gpu/
H A Dgpu_channel_manager.h35 namespace gles2 { namespace in namespace:gpu
88 gpu::gles2::ProgramCache* program_cache();
89 gpu::gles2::ShaderTranslatorCache* shader_translator_cache();
142 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
147 scoped_ptr<gpu::gles2::ProgramCache> program_cache_;
148 scoped_refptr<gpu::gles2::ShaderTranslatorCache> shader_translator_cache_;
H A Dstream_texture_android.cc20 using gpu::gles2::ContextGroup;
21 using gpu::gles2::GLES2Decoder;
22 using gpu::gles2::TextureManager;
23 using gpu::gles2::TextureRef;
129 const gpu::gles2::ContextState* state =
131 const gpu::gles2::TextureUnit& active_unit =
/external/chromium_org/content/renderer/media/android/
H A Dstream_texture_factory_synchronous_impl.h18 namespace gles2 { namespace in namespace:gpu
20 } // namespace gles2
33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
57 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
/external/chromium_org/cc/resources/
H A Dscoped_gpu_raster.cc11 using gpu::gles2::GLES2Interface;
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.h17 namespace gles2 { namespace in namespace:gpu

Completed in 397 milliseconds

1234567891011>>