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

<<21222324252627282930>>

  /external/chromium_org/content/
content_tests.gypi 111 'gpu/gpu_idirect3d9_mock_win.cc',
112 'gpu/gpu_idirect3d9_mock_win.h',
231 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
388 'browser/gpu/shader_disk_cache_unittest.cc',
503 'common/gpu/gpu_memory_manager_unittest.cc',
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
query_manager_unittest.cc 5 #include "gpu/command_buffer/service/query_manager.h"
6 #include "gpu/command_buffer/common/gles2_cmd_format.h"
7 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
8 #include "gpu/command_buffer/service/error_state_mock.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
10 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
11 #include "gpu/command_buffer/service/feature_info.h"
12 #include "gpu/command_buffer/service/test_helper.h"
21 namespace gpu { namespace
102 virtual gpu::Buffer GetSharedMemoryBuffer(int32 shm_id) OVERRIDE
    [all...]
common_decoder.h 13 #include "gpu/command_buffer/common/buffer.h"
14 #include "gpu/command_buffer/service/cmd_parser.h"
15 #include "gpu/gpu_export.h"
17 namespace gpu { namespace
172 } // namespace gpu
gles2_cmd_decoder.h 16 #include "gpu/command_buffer/common/capabilities.h"
17 #include "gpu/command_buffer/service/common_decoder.h"
18 #include "gpu/command_buffer/service/logger.h"
27 namespace gpu { namespace
243 } // namespace gpu
query_manager.h 15 #include "gpu/command_buffer/service/feature_info.h"
16 #include "gpu/command_buffer/service/gl_utils.h"
17 #include "gpu/gpu_export.h"
19 namespace gpu { namespace
242 } // namespace gpu
shader_manager.h 14 #include "gpu/command_buffer/service/gl_utils.h"
15 #include "gpu/command_buffer/service/shader_translator.h"
16 #include "gpu/gpu_export.h"
18 namespace gpu { namespace
218 } // namespace gpu
vertex_attrib_manager.h 13 #include "gpu/command_buffer/service/buffer_manager.h"
14 #include "gpu/command_buffer/service/gl_utils.h"
15 #include "gpu/gpu_export.h"
17 namespace gpu { namespace
293 } // namespace gpu
  /external/chromium_org/gpu/config/
gpu_control_list_entry_unittest.cc 6 #include "gpu/config/gpu_control_list.h"
7 #include "gpu/config/gpu_info.h"
12 namespace gpu { namespace
53 gpu_info_.gpu.vendor_id = 0x10de;
54 gpu_info_.gpu.device_id = 0x0640;
568 gpu_info.gpu.vendor_id = 0x1002;
607 gpu_info.gpu.vendor_id = 0x10de;
608 gpu_info.gpu.device_id = 0x1976;
640 gpu_info.gpu.vendor_id = 0x10de;
641 gpu_info.gpu.device_id = 0x1976
    [all...]
gpu_driver_bug_list_json.cc 7 // <gpu/config/gpu_control_list_format.txt>.
9 // <gpu/config/gpu_driver_bug_workaround_type.h>.
11 #include "gpu/config/gpu_control_list_jsons.h"
15 namespace gpu { namespace
20 "name": "gpu driver bug list",
201 "description": "Some drivers are unable to reset the D3D device in the GPU process sandbox",
315 "PBO + Readpixels + intel gpu doesn't work on OSX 10.7.",
611 "description": "Force to use discrete GPU on older MacBookPro models.",
754 } // namespace gpu
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_in_process_command_buffer_impl.h 15 #include "webkit/common/gpu/webkit_gpu_export.h"
17 namespace gpu { namespace
41 namespace gpu { namespace
47 namespace gpu { namespace in namespace:webkit
63 scoped_ptr< ::gpu::GLInProcessContext> context,
72 ::gpu::GLInProcessContextAttribs* output_attribs);
555 ::gpu::gles2::GLES2Interface* GetGLInterface();
556 ::gpu::ContextSupport* GetContextSupport();
558 ::gpu::gles2::GLES2Implementation* GetImplementation() {
564 scoped_ptr< ::gpu::GLInProcessContext> context
    [all...]
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 5 #include "content/browser/gpu/browser_gpu_channel_host_factory.h"
10 #include "content/browser/gpu/gpu_data_manager_impl.h"
11 #include "content/browser/gpu/gpu_process_host.h"
12 #include "content/browser/gpu/gpu_surface_tracker.h"
14 #include "content/common/gpu/client/gpu_memory_buffer_impl_shm.h"
15 #include "content/common/gpu/gpu_messages.h"
89 const gpu::GPUInfo& gpu_info) {
91 // We failed after re-using the GPU process, but it may have died in the
92 // mean time. Retry to have a chance to create a fresh GPU process.
gpu_data_manager_impl.cc 5 #include "content/browser/gpu/gpu_data_manager_impl.h"
7 #include "content/browser/gpu/gpu_data_manager_impl_private.h"
22 const std::string& gpu_blacklist_json, const gpu::GPUInfo& gpu_info) {
37 gpu::GPUInfo GpuDataManagerImpl::GetGPUInfo() const {
130 void GpuDataManagerImpl::UpdateGpuInfo(const gpu::GPUInfo& gpu_info) {
gpu_surface_tracker.h 14 #include "content/common/gpu/gpu_surface_lookup.h"
21 // GPU process. Every surface gets registered to this class, and gets an ID.
22 // All calls to and from the GPU process, with the exception of
33 // and GpuProcessHost (if the GPU process is drawing to
38 // not be destroyed when the WebContents is closed if the GPU is still
  /external/chromium_org/gpu/command_buffer/client/
ring_buffer_test.cc 7 #include "gpu/command_buffer/client/ring_buffer.h"
12 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
13 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
14 #include "gpu/command_buffer/service/command_buffer_service.h"
15 #include "gpu/command_buffer/service/gpu_scheduler.h"
16 #include "gpu/command_buffer/service/mocks.h"
17 #include "gpu/command_buffer/service/transfer_buffer_manager.h"
24 namespace gpu { namespace
301 } // namespace gpu
transfer_buffer.cc 7 #include "gpu/command_buffer/client/transfer_buffer.h"
10 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
12 namespace gpu { namespace
87 gpu::Buffer buffer =
229 } // namespace gpu
  /external/chromium/chrome/browser/resources/gpu_internals/
tracing_controller.js 9 cr.define('gpu', function() {
13 this.overlay_.className = 'gpu-tracing-overlay';
15 cr.ui.decorate(this.overlay_, gpu.Overlay);
130 * Callbed by gpu c++ code when new GPU trace data arrives.
  /external/chromium_org/android_webview/
android_webview.gyp 100 '../gpu/gpu.gyp:command_buffer_service',
101 '../gpu/gpu.gyp:gles2_implementation',
107 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu',
  /external/chromium_org/android_webview/lib/main/
aw_main_delegate.cc 27 #include "gpu/command_buffer/client/gl_in_process_context.h"
28 #include "gpu/command_buffer/service/gpu_switches.h"
29 #include "gpu/command_buffer/service/in_process_command_buffer.h"
31 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
54 gpu::InProcessCommandBuffer::SetGpuMemoryBufferFactory(
  /external/chromium_org/cc/test/
pixel_test.cc 26 #include "webkit/common/gpu/context_provider_in_process.h"
27 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
62 scoped_refptr<webkit::gpu::ContextProviderInProcess> offscreen_contexts;
68 webkit::gpu::ContextProviderInProcess::CreateOffscreen();
126 using webkit::gpu::ContextProviderInProcess;
  /external/chromium_org/content/common/gpu/media/
gpu_video_encode_accelerator.cc 5 #include "content/common/gpu/media/gpu_video_encode_accelerator.h"
12 #include "content/common/gpu/gpu_channel.h"
13 #include "content/common/gpu/gpu_messages.h"
19 #include "content/common/gpu/media/exynos_video_encode_accelerator.h"
21 #include "content/common/gpu/media/android_video_encode_accelerator.h"
  /external/chromium_org/gpu/
gpu.target.darwin-arm.mk 7 LOCAL_MODULE_STEM := gpu
104 $(LOCAL_PATH)/gpu \
194 $(LOCAL_PATH)/gpu \
222 .PHONY: gpu
223 gpu: gpu_gpu_gyp
gpu.target.darwin-mips.mk 7 LOCAL_MODULE_STEM := gpu
103 $(LOCAL_PATH)/gpu \
192 $(LOCAL_PATH)/gpu \
220 .PHONY: gpu
221 gpu: gpu_gpu_gyp
gpu.target.darwin-x86.mk 7 LOCAL_MODULE_STEM := gpu
106 $(LOCAL_PATH)/gpu \
199 $(LOCAL_PATH)/gpu \
226 .PHONY: gpu
227 gpu: gpu_gpu_gyp
gpu.target.linux-arm.mk 7 LOCAL_MODULE_STEM := gpu
104 $(LOCAL_PATH)/gpu \
194 $(LOCAL_PATH)/gpu \
222 .PHONY: gpu
223 gpu: gpu_gpu_gyp
gpu.target.linux-mips.mk 7 LOCAL_MODULE_STEM := gpu
103 $(LOCAL_PATH)/gpu \
192 $(LOCAL_PATH)/gpu \
220 .PHONY: gpu
221 gpu: gpu_gpu_gyp

Completed in 345 milliseconds

<<21222324252627282930>>