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

1 23 4 5 6 7 8 910

  /external/chromium_org/gpu/gles2_conform_support/egl/
display.cc 35 gles2::Terminate();
39 gles2::Initialize();
116 scoped_refptr<gpu::gles2::ContextGroup> group(
117 new gpu::gles2::ContextGroup(NULL, NULL, NULL, NULL, NULL, true));
119 decoder_.reset(gpu::gles2::GLES2Decoder::Create(group.get()));
168 gpu::gles2::DisallowedFeatures(),
183 scoped_ptr<gpu::gles2::GLES2CmdHelper> cmd_helper(
184 new gpu::gles2::GLES2CmdHelper(command_buffer.get()));
234 context_.reset(new gpu::gles2::GLES2Implementation(
246 gpu::gles2::GLES2Implementation::kNoLimit))
    [all...]
  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.h 19 namespace gles2 { namespace in namespace:gpu
21 } // namespace gles2
57 gpu::gles2::GLES2Implementation* gles2_impl);
76 gpu::gles2::GLES2Implementation* gles2_impl_;
ppb_graphics_3d_shared.cc 24 // Make sure that GLES2 implementation has already been destroyed.
106 gpu::gles2::GLES2Implementation* share_gles2) {
110 // Create the GLES2 helper, which writes the command buffer protocol.
111 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
125 gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
137 gpu::gles2::GLES2Implementation::kNoLimit)) {
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 84 scoped_refptr<gpu::gles2::TextureRef> backbuffer_;
85 scoped_refptr<gpu::gles2::TextureRef> frontbuffer_;
117 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
gpu_channel_manager.h 34 namespace gles2 { namespace in namespace:gpu
91 gpu::gles2::ProgramCache* program_cache();
148 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
153 scoped_ptr<gpu::gles2::ProgramCache> program_cache_;
gpu_command_buffer_stub.h 37 namespace gles2 { namespace in namespace:gpu
71 gpu::gles2::MailboxManager* mailbox_manager,
72 gpu::gles2::ImageManager* image_manager,
74 const gpu::gles2::DisallowedFeatures& disallowed_features,
94 virtual gpu::gles2::MemoryTracker* GetMemoryTracker() const OVERRIDE;
111 gpu::gles2::GLES2Decoder* decoder() const { return decoder_.get(); }
222 scoped_refptr<gpu::gles2::ContextGroup> context_group_;
226 gpu::gles2::DisallowedFeatures disallowed_features_;
236 scoped_ptr<gpu::gles2::GLES2Decoder> decoder_;
gpu_channel.h 40 namespace gles2 { namespace in namespace:gpu
69 gpu::gles2::MailboxManager* mailbox_manager,
244 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
245 scoped_refptr<gpu::gles2::ImageManager> image_manager_;
257 gpu::gles2::DisallowedFeatures disallowed_features_;
gpu_memory_manager_client.h 31 virtual gpu::gles2::MemoryTracker* GetMemoryTracker() const = 0;
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_tracker.h 19 namespace gles2 { namespace in namespace:gpu
39 } // namespace gles2
program_info_manager.h 8 #include <GLES2/gl2.h>
12 namespace gles2 { namespace in namespace:gpu
50 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/common/
debug_marker_manager.h 13 namespace gles2 { namespace in namespace:gpu
58 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_egl.h 47 gles2::TextureRef* ref,
async_pixel_transfer_manager_sync.h 39 gles2::TextureRef* ref,
error_state_mock.h 14 namespace gles2 { namespace in namespace:gpu
44 } // namespace gles2
gles2_cmd_validation.h 5 // Contains various validation functions for the GLES2 service.
16 namespace gles2 { namespace in namespace:gpu
54 } // namespace gles2
logger.h 16 namespace gles2 { namespace in namespace:gpu
54 } // namespace gles2
mocks.cc 30 namespace gles2 { namespace in namespace:gpu
42 } // namespace gles2
vertex_array_manager.h 17 namespace gles2 { namespace in namespace:gpu
64 } // namespace gles2
gles2_cmd_decoder_autogen.h 14 uint32 immediate_data_size, const gles2::cmds::ActiveTexture& c) {
21 uint32 immediate_data_size, const gles2::cmds::AttachShader& c) {
29 uint32 immediate_data_size, const gles2::cmds::BindBuffer& c) {
41 uint32 immediate_data_size, const gles2::cmds::BindFramebuffer& c) {
53 uint32 immediate_data_size, const gles2::cmds::BindRenderbuffer& c) {
65 uint32 immediate_data_size, const gles2::cmds::BindTexture& c) {
77 uint32 immediate_data_size, const gles2::cmds::BlendColor& c) {
96 uint32 immediate_data_size, const gles2::cmds::BlendEquation& c) {
112 uint32 immediate_data_size, const gles2::cmds::BlendEquationSeparate& c) {
135 uint32 immediate_data_size, const gles2::cmds::BlendFunc& c)
    [all...]
gles2_cmd_decoder_mock.h 26 namespace gles2 { namespace in namespace:gpu
70 MOCK_METHOD0(GetQueryManager, gpu::gles2::QueryManager*());
71 MOCK_METHOD0(GetVertexArrayManager, gpu::gles2::VertexArrayManager*());
118 } // namespace gles2
gpu_control_service.cc 17 gles2::MailboxManager* mailbox_manager,
18 gles2::QueryManager* query_manager,
88 gles2::QueryManager::Query* query = query_manager_->GetQuery(query_id);
  /external/chromium_org/gpu/command_buffer/tests/
gl_tests_main.cc 39 ::gles2::Initialize();
  /external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h 23 namespace gles2 { namespace in namespace:gpu
25 } // namespace gles2
73 gpu::gles2::GLES2Implementation* gles2_impl,
  /external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc 65 if (!gpu::gles2::MailboxSynchronizer::Initialize()) {
  /external/chromium_org/content/browser/aura/
image_transport_factory_browsertest.cc 10 #include "gpu/GLES2/gl2extchromium.h"
53 gpu::gles2::GLES2Interface* gl =

Completed in 947 milliseconds

1 23 4 5 6 7 8 910