HomeSort by relevance Sort by last modified time
    Searched full:gpu (Results 276 - 300 of 2511) sorted by null

<<11121314151617181920>>

  /external/chromium_org/gpu/command_buffer/service/
gpu_state_tracer.cc 5 #include "gpu/command_buffer/service/gpu_state_tracer.h"
13 namespace gpu { namespace
106 TRACE_DISABLED_BY_DEFAULT("gpu.debug"), "gpu::State", state_);
111 TRACE_DISABLED_BY_DEFAULT("gpu.debug"), "gpu::State", state_);
115 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("gpu.debug"),
125 TRACE_DISABLED_BY_DEFAULT("gpu.debug"),
126 "gpu::State",
132 } // namespace gpu
    [all...]
logger.cc 5 #include "gpu/command_buffer/service/logger.h"
10 #include "gpu/command_buffer/common/debug_marker_manager.h"
11 #include "gpu/command_buffer/service/gpu_switches.h"
13 namespace gpu { namespace
63 } // namespace gpu
mailbox_synchronizer.h 8 #include "gpu/command_buffer/common/mailbox.h"
15 #include "gpu/command_buffer/service/texture_definition.h"
16 #include "gpu/gpu_export.h"
18 namespace gpu { namespace
93 } // namespace gpu
context_state.h 13 #include "gpu/command_buffer/service/gl_utils.h"
14 #include "gpu/command_buffer/service/query_manager.h"
15 #include "gpu/command_buffer/service/texture_manager.h"
16 #include "gpu/command_buffer/service/vertex_attrib_manager.h"
17 #include "gpu/command_buffer/service/vertex_array_manager.h"
18 #include "gpu/gpu_export.h"
20 namespace gpu { namespace
123 #include "gpu/command_buffer/service/context_state_autogen.h"
163 } // namespace gpu
async_pixel_transfer_manager.h 15 #include "gpu/command_buffer/service/texture_manager.h"
16 #include "gpu/gpu_export.h"
21 struct hash<gpu::gles2::TextureRef*> {
22 size_t operator()(gpu::gles2::TextureRef* ptr) const {
33 namespace gpu { namespace
117 } // namespace gpu
  /external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.cc 8 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
9 #include "gpu/command_buffer/client/gles2_implementation.h"
10 #include "gpu/command_buffer/client/transfer_buffer.h"
106 gpu::gles2::GLES2Implementation* share_gles2) {
107 gpu::CommandBuffer* command_buffer = GetCommandBuffer();
111 gles2_helper_.reset(new gpu::gles2::GLES2CmdHelper(command_buffer));
116 // process and the GPU process.
119 transfer_buffer_.reset(new gpu::TransferBuffer(gles2_helper_.get()));
125 gles2_impl_.reset(new gpu::gles2::GLES2Implementation(
137 gpu::gles2::GLES2Implementation::kNoLimit))
    [all...]
  /external/chromium_org/cc/resources/
texture_mailbox.cc 28 TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox_name)
35 TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox_name,
43 TextureMailbox::TextureMailbox(const gpu::Mailbox& mailbox_name,
71 bool TextureMailbox::ContainsMailbox(const gpu::Mailbox& other) const {
79 void TextureMailbox::SetName(const gpu::Mailbox& name) {
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker.cc 5 #include "gpu/command_buffer/client/buffer_tracker.h"
7 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
8 #include "gpu/command_buffer/client/mapped_memory.h"
10 namespace gpu { namespace
67 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/tests/
gl_lose_context_chromium_unittests.cc 10 #include "gpu/command_buffer/service/feature_info.h"
11 #include "gpu/command_buffer/tests/gl_manager.h"
12 #include "gpu/command_buffer/tests/gl_test_utils.h"
16 namespace gpu { namespace
69 } // namespace gpu
  /external/chromium_org/media/video/
picture.h 9 #include "gpu/command_buffer/common/mailbox.h"
23 const gpu::Mailbox& texture_mailbox);
37 // texture id in the GPU process.
42 const gpu::Mailbox& texture_mailbox() const {
50 gpu::Mailbox texture_mailbox_;
  /external/chromium_org/content/browser/gpu/
compositor_util.cc 5 #include "content/browser/gpu/compositor_util.h"
11 #include "content/browser/gpu/gpu_data_manager_impl.h"
13 #include "gpu/config/gpu_feature_type.h"
40 gpu::GPU_FEATURE_TYPE_ACCELERATED_2D_CANVAS),
51 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING),
61 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING) ||
62 manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_3D_CSS),
70 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING) ||
71 manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_3D_CSS),
80 manager->IsFeatureBlacklisted(gpu::GPU_FEATURE_TYPE_WEBGL)
    [all...]
gpu_data_manager_impl.h 23 #include "gpu/config/gpu_info.h"
36 // Indicates the guilt level of a domain which caused a GPU reset.
37 // If a domain is 100% known to be guilty of resetting the GPU, then
60 const gpu::GPUInfo& gpu_info) OVERRIDE;
62 virtual gpu::GPUInfo GetGPUInfo() const OVERRIDE;
84 // This collects preliminary GPU info, load GpuBlacklist, and compute the
91 void UpdateGpuInfo(const gpu::GPUInfo& gpu_info);
96 // Insert disable-feature switches corresponding to preliminary gpu feature
100 // Insert switches into gpu process command line: kUseGL,
133 // Called when switching gpu
    [all...]
  /external/chromium_org/ppapi/
ppapi_internal.gyp 48 '../gpu/command_buffer/command_buffer.gyp:gles2_utils',
49 '../gpu/gpu.gyp:command_buffer_client',
50 '../gpu/gpu.gyp:gles2_implementation',
102 '../gpu/gpu.gyp:gpu_ipc',
123 '../gpu/gpu.gyp:gles2_implementation',
124 '../gpu/gpu.gyp:gpu_ipc'
    [all...]
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.h 12 // shuttling messages between the browser and GPU processes.
20 #include "content/common/gpu/gpu_channel_manager.h"
21 #include "content/common/gpu/gpu_info.h"
76 // dispatch the incoming messages from the GPU process, which are
81 // Notify the GPU process that an accelerated surface was destroyed.
85 // when running the GPU thread in the browser process.
116 // In single process and in process GPU mode, this references the
118 // GPU thread.
121 // This is likewise single process / in process GPU specific. This is a Sender
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.h 18 #include "content/common/gpu/devtools_gpu_instrumentation.h"
19 #include "content/common/gpu/gpu_memory_manager.h"
33 namespace gpu { namespace
53 // managing the lifetimes of GPU channels and forwarding IPC requests from the
57 // process or in-process GPU modes. In this case there is no corresponding
91 gpu::gles2::ProgramCache* program_cache();
144 // one channel for each renderer process that has connected to this GPU
148 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
153 scoped_ptr<gpu::gles2::ProgramCache> program_cache_;
texture_image_transport_surface.h 12 #include "content/common/gpu/gpu_command_buffer_stub.h"
13 #include "content/common/gpu/image_transport_surface.h"
14 #include "gpu/command_buffer/common/mailbox.h"
15 #include "gpu/command_buffer/service/texture_manager.h"
84 scoped_refptr<gpu::gles2::TextureRef> backbuffer_;
85 scoped_refptr<gpu::gles2::TextureRef> frontbuffer_;
89 gpu::Mailbox back_mailbox_;
90 gpu::Mailbox front_mailbox_;
117 scoped_refptr<gpu::gles2::MailboxManager> mailbox_manager_;
gpu_memory_manager.h 18 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
19 #include "gpu/command_buffer/service/memory_tracking.h"
55 // Retrieve GPU Resource consumption statistics for the task manager
63 base::ProcessId pid, gpu::gles2::MemoryTracker* memory_tracker);
105 typedef std::map<gpu::gles2::MemoryTracker*, GpuMemoryTrackingGroup*>
133 // Update the amount of GPU memory we think we have in the system, based
141 // Minimum value of available GPU memory, no matter how little the GPU
145 // Maximum cap on total GPU memory, no matter how much the GPU reports
    [all...]
image_transport_surface.cc 5 #include "content/common/gpu/image_transport_surface.h"
11 #include "content/common/gpu/gpu_channel.h"
12 #include "content/common/gpu/gpu_channel_manager.h"
13 #include "content/common/gpu/gpu_command_buffer_stub.h"
14 #include "content/common/gpu/gpu_messages.h"
15 #include "content/common/gpu/sync_point_manager.h"
16 #include "content/common/gpu/texture_image_transport_surface.h"
17 #include "gpu/command_buffer/service/gpu_scheduler.h"
64 gpu::gles2::GLES2Decoder* decoder = Decoder();
98 // TRACE_EVENT for gpu tests
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_platform_context_3d.cc 8 #include "content/common/gpu/client/context_provider_command_buffer.h"
9 #include "content/common/gpu/client/gpu_channel_host.h"
10 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h"
12 #include "gpu/command_buffer/client/gles2_cmd_helper.h"
13 #include "gpu/command_buffer/client/gles2_implementation.h"
103 std::vector<gpu::Mailbox> names;
122 void PlatformContext3D::GetBackingMailbox(gpu::Mailbox* mailbox,
138 gpu::CommandBuffer* PlatformContext3D::GetCommandBuffer() {
142 gpu::GpuControl* PlatformContext3D::GetGpuControl() {
ppb_graphics_3d_impl.h 26 virtual gpu::CommandBuffer::State GetState() OVERRIDE;
33 virtual gpu::CommandBuffer::State FlushSync(int32_t put_offset) OVERRIDE;
34 virtual gpu::CommandBuffer::State FlushSyncFast(
56 virtual gpu::CommandBuffer* GetCommandBuffer() OVERRIDE;
57 virtual gpu::GpuControl* GetGpuControl() OVERRIDE;
70 // Notifications received from the GPU process.
  /external/chromium_org/gpu/config/
gpu_driver_bug_list_unittest.cc 7 #include "gpu/config/gpu_control_list_jsons.h"
8 #include "gpu/config/gpu_driver_bug_list.h"
9 #include "gpu/config/gpu_driver_bug_workaround_type.h"
10 #include "gpu/config/gpu_info.h"
15 namespace gpu { namespace
29 gpu_info_.gpu.vendor_id = 0x10de;
30 gpu_info_.gpu.device_id = 0x0640;
82 "name": "gpu driver bug list",
128 } // namespace gpu
gpu_test_config.h 13 #include "gpu/gpu_export.h"
15 namespace gpu { namespace
67 // Disable validation of GPU vendor and device ids.
73 // Indicates that the OS has the notion of a numeric GPU vendor and device id
81 // GPU vendor.
84 // GPU device id (unique to each vendor).
112 // Setup the config with the current gpu testing environment.
120 // Check if the bot has blacklisted all GPU features.
124 } // namespace gpu
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_support.gyp 38 '../../gpu/gpu.gyp:gpu',
39 '../../gpu/gpu.gyp:gles2_implementation_client_side_arrays_no_check',
40 '../../gpu/gpu.gyp:command_buffer_service',
115 '../../gpu/gpu.gyp:gles2_c_lib_nocheck',
  /external/chromium_org/tools/telemetry/telemetry/page/
test_expectations_unittest.py 30 def __init__(self, platform, gpu, device, vendor_string, device_string):
34 'gpu': {
36 { 'vendor_id': gpu, 'device_id': device,
67 def assertExpectationEquals(self, expected, page, platform='', gpu=0,
69 result = self.expectations.GetExpectationForPage(StubBrowser(platform, gpu,
123 # Pages with expectations for a GPU should only return them when running with
124 # that GPU
128 self.assertExpectationEquals('fail', page, gpu=VENDOR_NVIDIA)
129 self.assertExpectationEquals('fail', page, gpu=VENDOR_INTEL)
130 self.assertExpectationEquals('pass', page, gpu=VENDOR_AMD
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared_test.cc 7 #include "gpu/command_buffer/common/command_buffer_shared.h"
13 namespace gpu { namespace
35 EXPECT_EQ(state.error, gpu::error::kNoError);
36 EXPECT_EQ(state.context_lost_reason, gpu::error::kUnknown);
48 state.error = static_cast<gpu::error::Error>(i + 3);
95 } // namespace gpu

Completed in 688 milliseconds

<<11121314151617181920>>