/external/chromium_org/gpu/ |
command_buffer_service.target.darwin-arm.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
command_buffer_service.target.darwin-mips.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
command_buffer_service.target.darwin-x86.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
command_buffer_service.target.linux-arm.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
command_buffer_service.target.linux-mips.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
command_buffer_service.target.linux-x86.mk | 30 gpu/command_buffer/service/async_pixel_transfer_delegate.cc \ 31 gpu/command_buffer/service/async_pixel_transfer_manager_android.cc \ 32 gpu/command_buffer/service/async_pixel_transfer_manager_idle.cc \ 33 gpu/command_buffer/service/async_pixel_transfer_manager_share_group.cc \ 34 gpu/command_buffer/service/async_pixel_transfer_manager_stub.cc \ 35 gpu/command_buffer/service/async_pixel_transfer_manager_sync.cc \ 36 gpu/command_buffer/service/async_pixel_transfer_manager.cc \ 37 gpu/command_buffer/service/buffer_manager.cc \ 38 gpu/command_buffer/service/cmd_parser.cc \ 39 gpu/command_buffer/service/command_buffer_service.cc [all...] |
/external/chromium_org/content/common/gpu/client/ |
command_buffer_proxy_impl.h | 18 #include "gpu/command_buffer/common/command_buffer.h" 19 #include "gpu/command_buffer/common/command_buffer_shared.h" 20 #include "gpu/command_buffer/common/gpu_control.h" 21 #include "gpu/command_buffer/common/gpu_memory_allocation.h" 36 namespace gpu { namespace 46 : public gpu::CommandBuffer, 47 public gpu::GpuControl, 70 // the GPU process, even if this returns non-NULL. In this case the client is 89 virtual gpu::Buffer CreateTransferBuffer(size_t size, 92 virtual gpu::Buffer GetTransferBuffer(int32 id) OVERRIDE [all...] |
/external/chromium_org/content/public/common/ |
gpu_memory_stats.h | 8 // Provides access to the GPU information for the system 27 // The bytes of GPU resources accessible by this process 30 // Set to true if this process' GPU resource count is inflated because 31 // it is counting other processes' resources (e.g, the GPU process has 37 // A map of processes to their GPU resource consumption 40 // The total amount of GPU memory allocated at the time of the request. 43 // The maximum amount of GPU memory ever allocated at once.
|
/external/chromium_org/content/browser/devtools/ |
browser_protocol.json | 12 { "name": "vendorId", "type": "number", "description": "PCI ID of the GPU vendor, if available; 0 otherwise." }, 13 { "name": "deviceId", "type": "number", "description": "PCI ID of the GPU device, if available; 0 otherwise." }, 14 { "name": "vendorString", "type": "string", "description": "String description of the GPU vendor, if the PCI ID is not available." }, 15 { "name": "deviceString", "type": "string", "description": "String description of the GPU device, if the PCI ID is not available." } 17 "description": "Describes a single graphics processor (GPU)." 23 { "name": "devices", "type": "array", "items": { "$ref": "GPUDevice" }, "description": "The graphics devices on the system. Element 0 is the primary GPU." }, 24 { "name": "auxAttributes", "type": "object", "optional": "true", "description": "An optional dictionary of additional GPU related attributes." }, 27 "description": "Provides information about the GPU(s) on the system." 33 { "name": "gpu", "$ref": "GPUInfo", "description": "Information about the GPUs on the system." },
|
/external/chromium_org/gpu/command_buffer/common/ |
gpu_control.h | 11 #include "gpu/command_buffer/common/capabilities.h" 12 #include "gpu/command_buffer/common/mailbox.h" 13 #include "gpu/command_buffer/common/types.h" 14 #include "gpu/gpu_export.h" 20 namespace gpu { namespace 31 // Create a gpu memory buffer of the given dimensions and format. Returns 39 // Destroy a gpu memory buffer. The ID must be positive. 45 std::vector<gpu::Mailbox>* names) = 0; 70 } // namespace gpu
|
buffer.h | 8 #include "gpu/command_buffer/common/types.h" 14 namespace gpu { namespace 29 } // namespace gpu
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_graphics_3d_shared.h | 16 namespace gpu { namespace 24 } // namespace gpu. 54 gpu::gles2::GLES2Implementation* gles2_impl() { 66 virtual gpu::CommandBuffer* GetCommandBuffer() = 0; 67 virtual gpu::GpuControl* GetGpuControl() = 0; 73 gpu::gles2::GLES2Implementation* share_gles2); 77 scoped_ptr<gpu::gles2::GLES2CmdHelper> gles2_helper_; 78 scoped_ptr<gpu::TransferBuffer> transfer_buffer_; 79 scoped_ptr<gpu::gles2::GLES2Implementation> gles2_impl_;
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
system_info_unittest.py | 14 'gpu': { 23 self.assertTrue(isinstance(info.gpu, gpu_info.GPUInfo)) 25 self.assertTrue(len(info.gpu.devices) == 1) 26 self.assertTrue(isinstance(info.gpu.devices[0], gpu_device.GPUDevice)) 27 self.assertEquals(info.gpu.devices[0].vendor_id, 1000) 28 self.assertEquals(info.gpu.devices[0].device_id, 2000) 29 self.assertEquals(info.gpu.devices[0].vendor_string, 'a') 30 self.assertEquals(info.gpu.devices[0].device_string, 'b') 35 'gpu': {
|
/external/chromium_org/android_webview/browser/ |
gpu_memory_buffer_factory_impl.h | 10 #include "gpu/command_buffer/client/gpu_memory_buffer_factory.h" 16 class GpuMemoryBufferFactoryImpl : public gpu::GpuMemoryBufferFactory { 23 // Overridden from gpu::GpuMemoryBufferFactory:
|
/external/chromium_org/gpu/command_buffer/client/ |
program_info_manager_unittest.cc | 7 #include "gpu/command_buffer/client/program_info_manager.h" 12 namespace gpu { namespace 30 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
async_pixel_transfer_manager_mock.h | 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h" 11 namespace gpu { namespace 36 } // namespace gpu
|
gpu_memory_buffer_manager.h | 9 #include "gpu/gpu_export.h" 12 namespace gpu { namespace 26 } // namespace gpu
|
gpu_scheduler_mock.h | 8 #include "gpu/command_buffer/service/gpu_scheduler.h" 11 namespace gpu { namespace 26 } // namespace gpu
|
stream_texture_manager_mock.h | 9 #include "gpu/command_buffer/service/stream_texture_manager.h" 12 namespace gpu { namespace 30 } // namespace gpu
|
stream_texture_mock.h | 9 #include "gpu/command_buffer/service/stream_texture.h" 12 namespace gpu { namespace 26 } // namespace gpu
|
gpu_switches.cc | 5 #include "gpu/command_buffer/service/gpu_switches.h" 19 // Disable workarounds for various GPU driver bugs. 21 "disable-gpu-driver-bug-workarounds"; 26 // Turn on Logging GPU commands. 27 const char kEnableGPUCommandLogging[] = "enable-gpu-command-logging"; 30 const char kEnableGPUDebugging[] = "enable-gpu-debugging"; 32 // Enable GPU service logging. Note: This is the same switch as the one in 35 const char kEnableGPUServiceLoggingGPU[] = "enable-gpu-service-logging"; 37 // Turn off gpu program caching 38 const char kDisableGpuProgramCache[] = "disable-gpu-program-cache" [all...] |
/external/chromium_org/gpu/config/ |
dx_diag_node.h | 14 #include "gpu/gpu_export.h" 16 namespace gpu { namespace 25 } // namespace gpu
|
gpu_feature_type.h | 8 namespace gpu { namespace 10 // Provides flags indicating which gpu features are blacklisted for the system 31 } // namespace gpu
|
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_provider_impl.cc | 5 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h" 10 namespace gpu { namespace in namespace:webkit 26 } // namespace gpu
|
/external/chromium_org/content/gpu/ |
gpu_child_thread.cc | 5 #include "content/gpu/gpu_child_thread.h" 13 #include "content/common/gpu/gpu_messages.h" 14 #include "content/gpu/gpu_watchdog_thread.h" 17 #include "gpu/config/gpu_info_collector.h" 45 const gpu::GPUInfo& gpu_info, 68 // For single process and in-process GPU mode, we need to load and 89 // The GPU process must never send a synchronous IPC message to the browser 126 VLOG(1) << "Exiting GPU process due to errors during initialization"; 137 // We don't need to pipe log messages if we are running the GPU thread in 142 // Record initialization only after collecting the GPU info because that ca [all...] |