HomeSort by relevance Sort by last modified time
    Searched defs:gpu (Results 76 - 100 of 341) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/gpu/config/
gpu_driver_bug_workaround_type.h 10 #include "gpu/gpu_export.h"
68 namespace gpu { namespace
70 // Provides all types of GPU driver bug workarounds.
81 } // namespace gpu
gpu_info.cc 5 #include "gpu/config/gpu_info.h"
7 namespace gpu { namespace
30 } // namespace gpu
gpu_info_collector_ozone.cc 5 #include "gpu/config/gpu_info_collector.h"
9 namespace gpu { namespace
gpu_performance_stats.h 8 #include "gpu/gpu_export.h"
10 namespace gpu { namespace
20 } // namespace gpu
gpu_switching_list.cc 5 #include "gpu/config/gpu_switching_list.h"
7 #include "gpu/config/gpu_switching_option.h"
9 namespace gpu { namespace
28 } // namespace gpu
gpu_switching_option.h 10 namespace gpu { namespace
19 } // namespace gpu
  /external/chromium_org/webkit/common/gpu/
grcontext_for_webgraphicscontext3d.h 10 #include "webkit/common/gpu/webkit_gpu_export.h"
16 namespace gpu { namespace in namespace:webkit
37 } // namespace gpu
test_context_provider_factory.h 9 #include "webkit/common/gpu/webkit_gpu_export.h"
16 namespace gpu { namespace in namespace:webkit
30 scoped_refptr<webkit::gpu::ContextProviderInProcess> main_thread_;
35 } // namespace gpu
webgraphicscontext3d_provider_impl.cc 5 #include "webkit/common/gpu/webgraphicscontext3d_provider_impl.h"
10 namespace gpu { namespace in namespace:webkit
26 } // namespace gpu
webgraphicscontext3d_provider_impl.h 11 #include "webkit/common/gpu/webkit_gpu_export.h"
16 namespace gpu { namespace in namespace:webkit
33 } // namespace gpu
  /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/renderer/pepper/
ppb_video_decoder_impl.h 22 namespace gpu { namespace
26 } // namespace gpu
73 gpu::gles2::GLES2Implementation* gles2_impl,
  /external/chromium_org/gpu/command_buffer/client/
gpu_memory_buffer_tracker.h 12 #include "gpu/command_buffer/client/hash_tables.h"
18 namespace gpu { namespace
22 // Tracks GPU memory buffer objects on the client side.
35 typedef gpu::hash_map<GLuint, gfx::GpuMemoryBuffer*> BufferMap;
43 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/common/
bitfield_helpers.h 11 namespace gpu { namespace
38 } // namespace gpu
cmd_buffer_common.cc 8 #include "gpu/command_buffer/common/cmd_buffer_common.h"
9 #include "gpu/command_buffer/common/command_buffer.h"
10 #include "gpu/command_buffer/common/logging.h"
12 namespace gpu { namespace
42 } // namespace gpu
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
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.h 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
16 namespace gpu { namespace
57 } // namespace gpu
async_pixel_transfer_manager_sync.h 8 #include "gpu/command_buffer/service/async_pixel_transfer_manager.h"
10 namespace gpu { namespace
47 } // namespace gpu
cmd_parser.cc 7 #include "gpu/command_buffer/service/cmd_parser.h"
12 #include "gpu/command_buffer/service/gpu_switches.h"
14 namespace gpu { namespace
107 } // namespace gpu
context_group_unittest.cc 5 #include "gpu/command_buffer/service/context_group.h"
8 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
9 #include "gpu/command_buffer/service/test_helper.h"
10 #include "gpu/command_buffer/service/texture_manager.h"
28 namespace gpu { namespace
140 } // namespace gpu
error_state.h 11 #include "gpu/command_buffer/common/types.h"
12 #include "gpu/gpu_export.h"
14 namespace gpu { namespace
104 } // namespace gpu
gl_context_virtual.h 12 #include "gpu/gpu_export.h"
21 namespace gpu { namespace
63 } // namespace gpu
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
gles2_cmd_decoder_unittest_3.cc 5 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
7 #include "gpu/command_buffer/common/gles2_cmd_format.h"
8 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
9 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h"
10 #include "gpu/command_buffer/service/cmd_buffer_engine.h"
11 #include "gpu/command_buffer/service/context_group.h"
12 #include "gpu/command_buffer/service/program_manager.h"
27 namespace gpu { namespace
67 #include "gpu/command_buffer/service/gles2_cmd_decoder_unittest_3_autogen.h"
70 } // namespace gpu
    [all...]
gles2_cmd_validation.h 13 #include "gpu/command_buffer/common/gles2_cmd_format.h"
15 namespace gpu { namespace
51 #include "gpu/command_buffer/service/gles2_cmd_validation_autogen.h"
55 } // namespace gpu

Completed in 276 milliseconds

1 2 34 5 6 7 8 91011>>