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

1 2 34 5 6 7 8 910

  /external/chromium_org/gpu/command_buffer/common/
debug_marker_manager.cc 8 namespace gles2 { namespace in namespace:gpu
48 } // namespace gles2
gles2_cmd_format_test.cc 5 // This file contains unit tests for gles2 commmands
11 namespace gles2 { namespace in namespace:gpu
56 } // namespace gles2
debug_marker_manager_unittest.cc 10 namespace gles2 { namespace in namespace:gpu
60 } // namespace gles2
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_idle.h 53 gles2::TextureRef* ref,
async_pixel_transfer_manager_share_group.h 49 gles2::TextureRef* ref,
image_manager.h 19 namespace gles2 { namespace in namespace:gpu
55 } // namespage gles2
logger.cc 14 namespace gles2 { namespace in namespace:gpu
62 } // namespace gles2
shader_translator_cache.cc 8 namespace gles2 { namespace in namespace:gpu
60 } // namespace gles2
gpu_scheduler.h 57 gles2::GLES2Decoder* decoder);
126 gles2::GLES2Decoder* decoder_;
async_pixel_transfer_manager_stub.cc 83 gles2::TextureRef* ref,
error_state.h 15 namespace gles2 { namespace in namespace:gpu
103 } // namespace gles2
feature_info.h 21 namespace gles2 { namespace in namespace:gpu
141 } // namespace gles2
gles2_cmd_decoder_unittest_3.cc 28 namespace gles2 { namespace in namespace:gpu
69 } // namespace gles2
  /external/chromium_org/mojo/services/gles2/
gles2_impl.cc 5 #include "mojo/services/gles2/gles2_impl.h"
34 gpu::gles2::GLES2Interface* gl = gl_context_->GetImplementation();
  /external/chromium_org/ui/gl/
gl_gl_api_implementation.h 13 namespace gles2 { namespace in namespace:gpu
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.h 38 const base::WeakPtr<gpu::gles2::GLES2Decoder> decoder,
159 base::WeakPtr<gpu::gles2::GLES2Decoder> gl_decoder_;
android_video_decode_accelerator_unittest.cc 64 scoped_ptr<gpu::gles2::MockGLES2Decoder> decoder(
65 new gpu::gles2::MockGLES2Decoder());
gpu_video_decode_accelerator.cc 338 gpu::gles2::GLES2Decoder* command_decoder = stub_->decoder();
339 gpu::gles2::TextureManager* texture_manager =
343 std::vector<scoped_refptr<gpu::gles2::TextureRef> > textures;
350 gpu::gles2::TextureRef* texture_ref = texture_manager->GetTexture(
357 gpu::gles2::Texture* info = texture_ref->texture();
495 std::map<int32, scoped_refptr<gpu::gles2::TextureRef> >::iterator it;
500 scoped_refptr<gpu::gles2::TextureRef> texture_ref = it->second;
502 gpu::gles2::TextureManager* texture_manager =
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 11 #include <GLES2/gl2.h>
15 #include <GLES2/gl2ext.h>
16 #include <GLES2/gl2extchromium.h>
67 virtual gles2::GLES2Implementation* GetImplementation() OVERRIDE;
79 scoped_ptr<gles2::GLES2CmdHelper> gles2_helper_;
81 scoped_ptr<gles2::GLES2Implementation> gles2_implementation_;
106 gles2::GLES2Implementation* GLInProcessContextImpl::GetImplementation() {
195 scoped_refptr<gles2::ShareGroup> share_group;
234 // Create the GLES2 helper, which writes the command buffer protocol.
235 gles2_helper_.reset(new gles2::GLES2CmdHelper(command_buffer_.get()))
    [all...]
buffer_tracker.h 8 #include <GLES2/gl2.h>
20 namespace gles2 { namespace in namespace:gpu
110 } // namespace gles2
gpu_memory_buffer_tracker.cc 12 namespace gles2 { namespace in namespace:gpu
53 } // namespace gles2
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 21 using gpu::gles2::ContextGroup;
22 using gpu::gles2::GLES2Decoder;
23 using gpu::gles2::MailboxManager;
24 using gpu::gles2::Texture;
25 using gpu::gles2::TextureManager;
26 using gpu::gles2::TextureRef;
410 gpu::gles2::ErrorState* error_state = decoder->GetErrorState();
gpu_memory_manager.h 63 base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker);
105 typedef std::map<gpu::gles2::MemoryTracker*, GpuMemoryTrackingGroup*>
175 gpu::gles2::MemoryTracker::Pool tracking_pool);
  /external/chromium_org/cc/test/
test_context_provider.h 35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer.h 35 virtual gpu::gles2::GLES2Interface* ContextGL() OVERRIDE;

Completed in 303 milliseconds

1 2 34 5 6 7 8 910