/external/chromium_org/gpu/ |
gpu.target.linux-x86.mk | 7 LOCAL_MODULE_STEM := gpu 106 $(LOCAL_PATH)/gpu \ 199 $(LOCAL_PATH)/gpu \ 226 .PHONY: gpu 227 gpu: gpu_gpu_gyp
|
gpu.gyp | 166 'gpu', 289 'gpu', 344 'gpu', 366 'proto_out_dir': 'gpu/command_buffer/service', 371 'target_name': 'gpu', 466 'proto_out_dir': 'gpu/command_buffer/service', 471 'target_name': 'gpu', 499 'gpu', 507 'gpu', 516 'gpu', [all...] |
/external/chromium_org/media/video/ |
video_encode_accelerator.h | 43 // A failure occurred at the GPU process or one of its dependencies. 44 // Examples of such failures include GPU hardware failures, GPU driver 45 // failures, GPU library failures, GPU process programming errors, and so
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
browser_unittest.py | 143 self.assertTrue(hasattr(info, 'gpu')) 144 self.assertTrue(isinstance(info.gpu, gpu_info.GPUInfo)) 145 self.assertTrue(hasattr(info.gpu, 'devices')) 146 self.assertTrue(len(info.gpu.devices) > 0) 147 for g in info.gpu.devices:
|
/external/chromium_org/content/common/gpu/ |
gpu_memory_manager.cc | 5 #include "content/common/gpu/gpu_memory_manager.h" 15 #include "content/common/gpu/gpu_channel_manager.h" 16 #include "content/common/gpu/gpu_memory_manager_client.h" 17 #include "content/common/gpu/gpu_memory_tracking.h" 18 #include "content/common/gpu/gpu_memory_uma_stats.h" 19 #include "content/common/gpu/gpu_messages.h" 20 #include "gpu/command_buffer/common/gpu_memory_allocation.h" 21 #include "gpu/command_buffer/service/gpu_switches.h" 23 using gpu::ManagedMemoryStats; 24 using gpu::MemoryAllocation [all...] |
/external/chromium_org/webkit/common/gpu/ |
webgraphicscontext3d_in_process_command_buffer_impl.cc | 5 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h" 22 #include "gpu/command_buffer/client/gl_in_process_context.h" 23 #include "gpu/command_buffer/client/gles2_implementation.h" 24 #include "gpu/command_buffer/client/gles2_lib.h" 25 #include "gpu/skia_bindings/gl_bindings_skia_cmd_buffer.h" 29 using gpu::gles2::GLES2Implementation; 30 using gpu::GLInProcessContext; 33 namespace gpu { namespace in namespace:webkit 80 scoped_ptr< ::gpu::GLInProcessContext>(), attributes, false, window)); 90 scoped_ptr< ::gpu::GLInProcessContext>() [all...] |
/external/chromium_org/cc/layers/ |
io_surface_layer_impl.cc | 13 #include "gpu/GLES2/gl2extchromium.h" 14 #include "gpu/command_buffer/client/gles2_interface.h" 78 gpu::gles2::GLES2Interface* gl = context_provider->ContextGL();
|
/external/chromium_org/content/browser/aura/ |
gpu_process_transport_factory.cc | 21 #include "content/browser/gpu/browser_gpu_channel_host_factory.h" 22 #include "content/browser/gpu/gpu_data_manager_impl.h" 23 #include "content/browser/gpu/gpu_surface_tracker.h" 25 #include "content/common/gpu/client/context_provider_command_buffer.h" 26 #include "content/common/gpu/client/gl_helper.h" 27 #include "content/common/gpu/client/gpu_channel_host.h" 28 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" 29 #include "content/common/gpu/gpu_process_launch_causes.h" 30 #include "gpu/GLES2/gl2extchromium.h" 31 #include "gpu/command_buffer/client/gles2_interface.h [all...] |
/external/chromium_org/content/browser/ |
profiler_controller_impl.cc | 81 // Skips requesting profiler data from the "GPU Process" if we are using in 82 // process GPU. Those stats should be in the Browser-process's GPU thread.
|
/external/chromium_org/content/common/gpu/client/ |
gpu_video_encode_accelerator_host.h | 33 // GPU process, coordinated over IPC. 73 // IPC handlers, proxying media::VideoEncodeAccelerator::Client for the GPU 103 // ID serial number for the next frame to send to the GPU process.
|
/external/chromium_org/gpu/command_buffer/common/ |
id_allocator_test.cc | 7 #include "gpu/command_buffer/common/id_allocator.h" 10 namespace gpu { namespace 128 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
cmd_parser.cc | 7 #include "gpu/command_buffer/service/cmd_parser.h" 12 namespace gpu { namespace 100 } // namespace gpu
|
safe_shared_memory_pool.cc | 5 #include "gpu/command_buffer/service/safe_shared_memory_pool.h" 15 namespace gpu { namespace 149 } // namespace gpu
|
shader_translator.h | 15 #include "gpu/gpu_export.h" 18 namespace gpu { namespace 167 } // namespace gpu
|
/external/chromium_org/gpu/config/ |
gpu_control_list_os_info_unittest.cc | 5 #include "gpu/config/gpu_control_list.h" 8 namespace gpu { namespace 110 } // namespace gpu
|
gpu_dx_diagnostics_win.cc | 15 #include "gpu/config/gpu_info_collector.h" 17 namespace gpu { namespace 135 } // namespace gpu
|
/external/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 5 #include "gpu/skia_bindings/gl_bindings_skia_cmd_buffer.h" 10 #include "gpu/GLES2/gl2extchromium.h" 13 #include "third_party/skia/include/gpu/gl/GrGLInterface.h"
|
/external/chromium_org/ppapi/c/dev/ |
pp_video_dev.h | 142 * failures include GPU hardware failures, GPU driver failures, GPU library
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/ |
AMDGPUSubtarget.cpp | 30 StringRef GPU = CPU; 35 ParseSubtargetFeatures(GPU, FS); 36 mDevName = GPU;
|
/external/chromium_org/tools/deep_memory_profiler/ |
policy.android.renderer.json | 34 "mmap-gpu-mappedmemorymanager", 35 "mmap-gpu-command-ringbuffer", 36 "mmap-gpu-transfer-ringbuffer", 37 "mmap-gpu-gles2-createbuffer", 251 "name": "mmap-gpu-mappedmemorymanager", 252 "stacktrace": ".*gpu::MappedMemoryManager::Alloc.*", 256 "name": "mmap-gpu-command-ringbuffer", 257 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*", 261 "name": "mmap-gpu-transfer-ringbuffer", 262 "stacktrace": ".*gpu::TransferBuffer::AllocateRingBuffer.*" [all...] |
policy.l2.json | 22 "mmap-gpu-mappedmemorymanager", 23 "mmap-gpu-command-ringbuffer", 24 "mmap-gpu-transfer-ringbuffer", 25 "mmap-gpu-gles2-createbuffer", 174 "name": "mmap-gpu-mappedmemorymanager", 175 "stacktrace": ".*gpu::MappedMemoryManager::Alloc.*", 179 "name": "mmap-gpu-command-ringbuffer", 180 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*", 184 "name": "mmap-gpu-transfer-ringbuffer", 185 "stacktrace": ".*gpu::TransferBuffer::AllocateRingBuffer.*" [all...] |
/external/chromium_org/ui/gl/ |
gl_context.h | 62 // Returns in bytes the total amount of GPU memory for the GPU which this 64 // to get the exact amount of GPU memory.
|
/external/chromium_org/ui/surface/ |
d3d9_utils_win.cc | 93 TRACE_EVENT0("gpu", "OpenSharedTexture"); 111 TRACE_EVENT0("gpu", "CreateRenderTarget"); 134 TRACE_EVENT0("gpu", "CreateTexture");
|
/external/llvm/lib/Target/R600/ |
AMDGPUSubtarget.cpp | 30 StringRef GPU = CPU; 40 ParseSubtargetFeatures(GPU, FS); 41 DevName = GPU;
|
/external/mesa3d/src/gallium/drivers/radeon/ |
AMDGPUSubtarget.cpp | 30 StringRef GPU = CPU; 35 ParseSubtargetFeatures(GPU, FS); 36 mDevName = GPU;
|