HomeSort by relevance Sort by last modified time
    Searched refs:gles2 (Results 26 - 50 of 239) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/gpu/command_buffer/client/
gles2_trace_implementation.h 13 namespace gles2 { namespace in namespace:gpu
31 } // namespace gles2
client_context_state.h 10 #include <GLES2/gl2.h>
15 namespace gles2 { namespace in namespace:gpu
35 } // namespace gles2
gl_in_process_context.h 28 namespace gles2 { namespace in namespace:gpu
75 // Allows direct access to the GLES2 implementation so a GLInProcessContext
77 virtual gles2::GLES2Implementation* GetImplementation() = 0;
share_group.h 8 #include <GLES2/gl2.h>
15 namespace gles2 { namespace in namespace:gpu
65 friend class gpu::gles2::GLES2ImplementationTest;
79 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 12 namespace gles2 { namespace in namespace:gpu
16 } // namespace gles2.
25 void Initialize(const gles2::GLES2Decoder* decoder);
28 void DoCopyTexture(const gles2::GLES2Decoder* decoder, GLenum source_target,
36 void DoCopyTextureWithTransform(const gles2::GLES2Decoder* decoder,
gles2_cmd_decoder_mock.cc 8 namespace gles2 { namespace in namespace:gpu
20 } // namespace gles2
gpu_control_service.h 18 namespace gles2 { namespace in namespace:gpu
27 gles2::MailboxManager* mailbox_manager,
28 gles2::QueryManager* query_manager,
64 gles2::MailboxManager* mailbox_manager_;
65 gles2::QueryManager* query_manager_;
gpu_state_tracer.h 16 namespace gles2 { namespace in namespace:gpu
36 } // namespace gles2
gpu_tracer.h 15 namespace gles2 { namespace in namespace:gpu
39 } // namespace gles2
async_pixel_transfer_manager_mock.h 29 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
async_pixel_transfer_manager_stub.h 30 gles2::TextureRef* ref,
gl_state_restorer_impl.cc 12 base::WeakPtr<gles2::GLES2Decoder> decoder)
id_manager.h 14 namespace gles2 { namespace in namespace:gpu
47 } // namespace gles2
gl_context_virtual.h 22 namespace gles2 { namespace in namespace:gpu
32 base::WeakPtr<gles2::GLES2Decoder> decoder);
58 base::WeakPtr<gles2::GLES2Decoder> decoder_;
  /external/chromium_org/cc/scheduler/
texture_uploader.h 23 namespace gles2 { namespace in namespace:gpu
32 static scoped_ptr<TextureUploader> Create(gpu::gles2::GLES2Interface* gl) {
58 static scoped_ptr<Query> Create(gpu::gles2::GLES2Interface* gl) {
77 explicit Query(gpu::gles2::GLES2Interface* gl);
79 gpu::gles2::GLES2Interface* gl_;
88 explicit TextureUploader(gpu::gles2::GLES2Interface* gl);
106 gpu::gles2::GLES2Interface* gl_;
  /external/chromium_org/mojo/examples/sample_app/
native_viewport_client_impl.cc 27 ScopedMessagePipeHandle gles2; local
29 CreateMessagePipe(&gles2, &gles2_client);
31 gles2_client_.reset(new GLES2ClientImpl(gles2.Pass()));
  /external/chromium_org/content/common/gpu/
gpu_memory_tracking.cc 13 gpu::gles2::MemoryTracker* memory_tracker,
29 gpu::gles2::MemoryTracker::Pool tracking_pool) {
  /external/chromium_org/cc/output/
shader.h 20 namespace gles2 { namespace in namespace:gpu
47 gpu::gles2::GLES2Interface* context,
53 gpu::gles2::GLES2Interface* context,
62 void Init(gpu::gles2::GLES2Interface* context,
79 void Init(gpu::gles2::GLES2Interface* context,
98 void Init(gpu::gles2::GLES2Interface* context,
113 void Init(gpu::gles2::GLES2Interface* context,
123 void Init(gpu::gles2::GLES2Interface* context,
144 void Init(gpu::gles2::GLES2Interface* context,
165 void Init(gpu::gles2::GLES2Interface* context
    [all...]
context_provider.h 18 namespace gles2 { class GLES2Interface; } namespace in namespace:gpu
33 virtual gpu::gles2::GLES2Interface* ContextGL() = 0;
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.cc 13 namespace gles2 { namespace in namespace:gpu
30 } // namespace gles2
  /external/chromium_org/mojo/gles2/
gles2_impl.h 10 #include "mojo/gles2/export.h"
11 #include "mojo/public/gles2/gles2_private.h"
14 namespace gles2 { namespace in namespace:mojo
32 } // namespace gles2
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h 20 namespace gles2 { namespace in namespace:gpu
23 } // namespace gles2
54 gpu::gles2::GLES2Implementation* gles2_impl() {
73 gpu::gles2::GLES2Implementation* share_gles2);
77 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_;
79 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
  /external/chromium_org/gpu/command_buffer/tests/
gl_manager.cc 77 gles2::MailboxManager* mailbox_manager = NULL;
91 gles2::ContextGroup* context_group = NULL;
92 gles2::ShareGroup* client_share_group = NULL;
105 mailbox_manager ? mailbox_manager : new gles2::MailboxManager;
111 gles2::ContextCreationAttribHelper attrib_helper;
120 context_group = new gles2::ContextGroup(mailbox_manager_.get(),
128 decoder_.reset(::gpu::gles2::GLES2Decoder::Create(context_group));
170 ::gpu::gles2::DisallowedFeatures(),
185 // Create the GLES2 helper, which writes the command buffer protocol.
186 gles2_helper_.reset(new gles2::GLES2CmdHelper(command_buffer_.get()))
    [all...]
  /external/chromium_org/gpu/gles2_conform_support/egl/
display.h 26 namespace gles2 { namespace in namespace:gpu
29 } // namespace gles2
86 scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
90 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_cmd_helper_;
96 scoped_ptr<gpu::gles2::GLES2Implementation> context_;
  /external/chromium_org/mojo/shell/
context.cc 7 #include "mojo/gles2/gles2_impl.h"
23 gles2::GLES2Impl::Init();

Completed in 1083 milliseconds

12 3 4 5 6 7 8 910