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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/gpu/config/
gpu_info_collector_mac.mm 5 #include "gpu/config/gpu_info_collector.h"
27 namespace gpu {
56 // Find the info of the current GPU.
58 GPUInfo::GPUDevice gpu;
60 gpu.vendor_id = GetEntryProperty(dsp_port, CFSTR("vendor-id"));
61 gpu.device_id = GetEntryProperty(dsp_port, CFSTR("device-id"));
62 return gpu;
80 GPUInfo::GPUDevice gpu;
85 gpu.vendor_id = GetEntryProperty(entry, CFSTR("vendor-id"));
86 gpu.device_id = GetEntryProperty(entry, CFSTR("device-id"))
    [all...]
gpu_blacklist.cc 5 #include "gpu/config/gpu_blacklist.h"
7 #include "gpu/config/gpu_feature_type.h"
9 namespace gpu { namespace
53 } // namespace gpu
gpu_driver_bug_list.cc 5 #include "gpu/config/gpu_driver_bug_list.h"
9 #include "gpu/config/gpu_driver_bug_workaround_type.h"
11 namespace gpu { namespace
58 } // namespace gpu
  /external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.cc 5 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
13 #include "content/common/gpu/client/gpu_channel_host.h"
14 #include "content/common/gpu/client/gpu_video_decode_accelerator_host.h"
15 #include "content/common/gpu/gpu_messages.h"
17 #include "gpu/command_buffer/common/cmd_buffer_common.h"
18 #include "gpu/command_buffer/common/command_buffer_shared.h"
19 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
67 OnDestroyed(gpu::error::kUnknown);
70 void CommandBufferProxyImpl::OnDestroyed(gpu::error::ContextLostReason reason) {
76 last_state_.error = gpu::error::kLostContext
    [all...]
gpu_in_process_context_tests.cc 13 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
17 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
35 gpu::ContextSupport* context_support_;
42 #include "content/common/gpu/client/gpu_context_tests.h"
  /external/chromium_org/content/
content_common.gypi 186 'common/gpu/client/command_buffer_proxy_impl.cc',
187 'common/gpu/client/command_buffer_proxy_impl.h',
188 'common/gpu/client/context_provider_command_buffer.cc',
189 'common/gpu/client/context_provider_command_buffer.h',
190 'common/gpu/client/gl_helper.cc',
191 'common/gpu/client/gl_helper.h',
192 'common/gpu/client/gl_helper_scaling.cc',
193 'common/gpu/client/gl_helper_scaling.h',
194 'common/gpu/client/gpu_channel_host.cc',
195 'common/gpu/client/gpu_channel_host.h'
    [all...]
  /external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.cc 37 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetState() {
39 if (last_state_.error == gpu::error::kNoError) {
40 gpu::CommandBuffer::State state;
51 gpu::CommandBuffer::State PpapiCommandBufferProxy::GetLastState() {
62 if (last_state_.error != gpu::error::kNoError)
75 gpu::CommandBuffer::State PpapiCommandBufferProxy::FlushSync(int32 put_offset,
79 if (last_state_.error == gpu::error::kNoError) {
80 gpu::CommandBuffer::State state;
95 if (last_state_.error == gpu::error::kNoError) {
106 gpu::Buffer PpapiCommandBufferProxy::CreateTransferBuffer(size_t size
    [all...]
  /external/chromium_org/content/common/gpu/
gpu_messages.h 13 #include "content/common/gpu/gpu_memory_uma_stats.h"
14 #include "content/common/gpu/gpu_process_launch_causes.h"
15 #include "content/common/gpu/gpu_rendering_stats.h"
18 #include "gpu/command_buffer/common/capabilities.h"
19 #include "gpu/command_buffer/common/command_buffer.h"
20 #include "gpu/command_buffer/common/constants.h"
21 #include "gpu/command_buffer/common/gpu_memory_allocation.h"
22 #include "gpu/command_buffer/common/mailbox.h"
23 #include "gpu/config/gpu_info.h"
24 #include "gpu/ipc/gpu_command_buffer_traits.h
    [all...]
DEPS 2 "+gpu/command_buffer",
gpu_memory_tracking.cc 5 #include "content/common/gpu/gpu_memory_tracking.h"
7 #include "content/common/gpu/gpu_memory_manager.h"
13 gpu::gles2::MemoryTracker* memory_tracker,
29 gpu::gles2::MemoryTracker::Pool tracking_pool) {
  /external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc 5 #include "content/browser/gpu/gpu_data_manager_impl_private.h"
19 #include "content/browser/gpu/gpu_process_host.h"
20 #include "content/common/gpu/gpu_messages.h"
26 #include "gpu/command_buffer/service/gpu_switches.h"
27 #include "gpu/config/gpu_control_list_jsons.h"
28 #include "gpu/config/gpu_driver_bug_workaround_type.h"
29 #include "gpu/config/gpu_feature_type.h"
30 #include "gpu/config/gpu_info_collector.h"
31 #include "gpu/config/gpu_util.h"
106 // Send UMA histograms about the enabled features and GPU properties
    [all...]
  /external/chromium_org/content/browser/aura/
owned_mailbox.h 7 #include "gpu/command_buffer/common/mailbox.h"
13 // This class holds a texture id and gpu::Mailbox, and deletes the texture
23 const gpu::Mailbox& mailbox() const { return mailbox_; }
36 gpu::Mailbox mailbox_;
  /external/chromium_org/content/gpu/
in_process_gpu_thread.h 15 // This class creates a GPU thread (instead of a GPU process), when running
16 // with --in-process-gpu or --single-process.
28 // Deleted in CleanUp() on the gpu thread, so don't use smart pointers.
  /external/chromium_org/content/public/browser/
gpu_data_manager.h 22 namespace gpu { namespace
40 const gpu::GPUInfo& gpu_info) = 0;
44 virtual gpu::GPUInfo GetGPUInfo() const = 0;
46 // Retrieves a list of process handles for all gpu processes.
50 // This indicator might change because we could collect more GPU info or
51 // because the GPU blacklist could be updated.
52 // If this returns false, any further GPU access, including launching GPU
53 // process, establish GPU channel, and GPU info collection, should b
    [all...]
  /external/chromium_org/content/test/gpu/page_sets/
pixel_tests.json 2 "description": "Some basic test cases for GPU.",
7 "url": "file://../../data/gpu/pixel_canvas2d.html",
21 "url": "file://../../data/gpu/pixel_css3d.html",
35 "url": "file://../../data/gpu/pixel_webgl.html",
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub.h 8 #include "gpu/command_buffer/client/gles2_interface.h"
10 namespace gpu { namespace
22 #include "gpu/command_buffer/client/gles2_interface_stub_autogen.h"
26 } // namespace gpu
gles2_lib.h 10 #include "gpu/command_buffer/client/gles2_c_lib_export.h"
11 #include "gpu/command_buffer/client/gles2_interface.h"
29 GLES2_C_LIB_EXPORT gpu::gles2::GLES2Interface* GetGLContext();
32 GLES2_C_LIB_EXPORT void SetGLContext(gpu::gles2::GLES2Interface* impl);
gles2_trace_implementation.h 10 #include "gpu/command_buffer/client/gles2_interface.h"
12 namespace gpu { namespace
25 #include "gpu/command_buffer/client/gles2_trace_implementation_autogen.h"
32 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format.cc 10 #include "gpu/command_buffer/common/cmd_buffer_common.h"
12 namespace gpu { namespace
15 #include "gpu/command_buffer/common/gles2_cmd_ids_autogen.h"
31 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.cc 5 #include "gpu/command_buffer/service/gl_state_restorer_impl.h"
7 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
9 namespace gpu { namespace
39 } // namespace gpu
mocks.cc 7 #include "gpu/command_buffer/service/gpu_scheduler.h"
8 #include "gpu/command_buffer/service/mocks.h"
10 namespace gpu { namespace
43 } // namespace gpu
  /external/chromium_org/media/
DEPS 2 "+gpu",
  /external/chromium_org/mojo/gles2/
README.md 5 hide the gpu/command_buffer/client dependency from clients of the Mojo API.
  /external/chromium_org/webkit/common/gpu/
test_context_provider_factory.cc 5 #include "webkit/common/gpu/test_context_provider_factory.h"
9 #include "webkit/common/gpu/context_provider_in_process.h"
12 namespace gpu { namespace in namespace:webkit
37 } // namespace gpu
  /external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Debug/
README 5 and using the CPU's built-in GPU (so-called "Intel HD Graphics 3000")

Completed in 1859 milliseconds

1 2 3 45 6 7 8 91011>>