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

<<11121314151617181920>>

  /external/chromium_org/gpu/command_buffer/service/
transfer_buffer_manager.h 15 #include "gpu/command_buffer/common/command_buffer_shared.h"
17 namespace gpu { namespace
53 } // namespace gpu
cmd_parser.h 10 #include "gpu/command_buffer/common/constants.h"
11 #include "gpu/command_buffer/common/cmd_buffer_common.h"
12 #include "gpu/gpu_export.h"
14 namespace gpu { namespace
98 } // namespace gpu
mailbox_manager.cc 5 #include "gpu/command_buffer/service/mailbox_manager.h"
10 #include "gpu/command_buffer/service/mailbox_synchronizer.h"
11 #include "gpu/command_buffer/service/texture_manager.h"
13 namespace gpu { namespace
112 } // namespace gpu
mailbox_manager.h 13 #include "gpu/command_buffer/common/constants.h"
14 #include "gpu/command_buffer/common/mailbox.h"
15 #include "gpu/gpu_export.h"
24 namespace gpu { namespace
92 } // namespace gpu
  /external/chromium_org/gpu/config/
gpu_control_list_machine_model_info_unittest.cc 5 #include "gpu/config/gpu_control_list.h"
8 namespace gpu { namespace
56 } // namespace gpu
  /external/chromium_org/mojo/gles2/
gles2_impl.cc 7 #include "gpu/command_buffer/client/gles2_lib.h"
37 gpu::gles2::GLES2Interface* gl_interface =
38 reinterpret_cast<gpu::gles2::GLES2Interface*>(
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 11 GrGLIndexBuffer::GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc)
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ELEMENT_ARRAY_BUFFER) {
GrGLVertexBuffer.cpp 11 GrGLVertexBuffer::GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc)
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ARRAY_BUFFER) {
  /external/chromium_org/tools/deep_memory_profiler/sorters/
vm.base.json 54 "name": "mmap-gpu",
55 "backtrace_function": ".*gpu::.*",
57 [ "vm", "gpu" ]
  /external/chromium_org/tools/telemetry/telemetry/core/
system_info.py 23 gpu (object containing GPUInfo's required attributes)
25 return cls(attrs["model_name"], attrs["gpu"])
38 def gpu(self): member in class:SystemInfo
gpu_device.py 6 """Provides information about an individual GPU device.
54 """The GPU vendor's PCI ID as a number, or 0 if not available.
62 """The GPU device's PCI ID as a number, or 0 if not available.
70 """The GPU vendor's name as a string, or the empty string if not
79 """The GPU device's name as a string, or the empty string if not
  /external/skia/src/gpu/gl/
GrGLIndexBuffer.cpp 11 GrGLIndexBuffer::GrGLIndexBuffer(GrGpuGL* gpu, const Desc& desc)
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ELEMENT_ARRAY_BUFFER) {
GrGLVertexBuffer.cpp 11 GrGLVertexBuffer::GrGLVertexBuffer(GrGpuGL* gpu, const Desc& desc)
12 : INHERITED(gpu, desc.fIsWrapped, desc.fSizeInBytes, desc.fDynamic, 0 == desc.fID)
13 , fImpl(gpu, desc, GR_GL_ARRAY_BUFFER) {
  /external/chromium_org/cc/output/
shader.h 19 namespace gpu { namespace
47 gpu::gles2::GLES2Interface* context,
53 gpu::gles2::GLES2Interface* context,
62 void Init(gpu::gles2::GLES2Interface* context,
79 void Init(gpu::gles2::GLES2Interface* context,
98 void Init(gpu::gles2::GLES2Interface* context,
113 void Init(gpu::gles2::GLES2Interface* context,
123 void Init(gpu::gles2::GLES2Interface* context,
144 void Init(gpu::gles2::GLES2Interface* context,
165 void Init(gpu::gles2::GLES2Interface* context
    [all...]
  /external/chromium_org/chrome/test/gpu/
gpu_feature_browsertest.cc 22 #include "gpu/config/gpu_feature_type.h"
23 #include "gpu/config/gpu_info.h"
24 #include "gpu/config/gpu_test_config.h"
37 using gpu::GpuFeatureType;
62 gpu_test_dir_ = test_dir.AppendASCII("gpu");
71 gpu::GPUInfo gpu_info;
81 // Bypass tests on GPU Linux Debug bots.
113 // Bypass tests on GPU Linux Debug bots.
186 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING));
198 " \"name\": \"gpu blacklist\",\n
    [all...]
  /external/chromium_org/chrome/browser/extensions/
requirements_checker.cc 9 #include "chrome/browser/gpu/gpu_feature_checker.h"
14 #include "gpu/config/gpu_feature_type.h"
55 gpu::GPU_FEATURE_TYPE_WEBGL,
63 gpu::GPU_FEATURE_TYPE_ACCELERATED_COMPOSITING,
75 // Running the GPU checkers down here removes any race condition that arises
  /external/chromium_org/content/common/gpu/client/
gpu_channel_host.cc 5 #include "content/common/gpu/client/gpu_channel_host.h"
15 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
16 #include "content/common/gpu/client/gpu_video_encode_accelerator_host.h"
17 #include "content/common/gpu/gpu_messages.h"
18 #include "gpu/command_buffer/common/mailbox.h"
39 const gpu::GPUInfo& gpu_info,
64 const gpu::GPUInfo& gpu_info)
73 // Open a channel to the GPU process. We pass NULL as the main listener here
99 // The GPU process never sends synchronous IPCs so clear the unblock flag to
128 TRACE_EVENT1("gpu",
    [all...]
gpu_video_decode_accelerator_host.h 12 #include "content/common/gpu/client/command_buffer_proxy_impl.h"
20 // This class is used to talk to VideoDecodeAccelerator in the Gpu process
28 // |channel| is used to send IPC messages to GPU process.
67 // Sends IPC messages to the Gpu process.
70 // Route ID for the associated decoder in the GPU process.
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator_unittest.cc 5 #include "content/common/gpu/media/android_video_decode_accelerator.h"
11 #include "content/common/gpu/media/android_video_decode_accelerator.h"
12 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h"
64 scoped_ptr<gpu::gles2::MockGLES2Decoder> decoder(
65 new gpu::gles2::MockGLES2Decoder());
  /external/chromium_org/gpu/GLES2/extensions/CHROMIUM/
CHROMIUM_map_image.txt 22 For security reasons Chromium accesses the GPU from a separate process. User
23 processes are not allowed to access the GPU directly. This multi-process
24 architechure has the advantage that GPU operations can be secured and
26 passed to GPU must first be made available to the separate GPU process.
  /external/chromium_org/gpu/command_buffer/tests/
gl_query_unittests.cc 10 #include "gpu/command_buffer/tests/gl_manager.h"
11 #include "gpu/command_buffer/tests/gl_test_utils.h"
15 namespace gpu { namespace
68 // Usually, we want to measure gpu-side latency, but we fake it by
101 } // namespace gpu
  /external/chromium_org/gpu/gles2_conform_support/
gles2_conform_test.gyp 23 '<(DEPTH)/gpu/gpu.gyp:gpu',
35 'gles2_conform_test_output_dir': '<(SHARED_INTERMEDIATE_DIR)/gpu/gles2_conform_test',
102 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_native',
103 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_main_windowless',
104 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib_nocheck',
172 '<(DEPTH)/gpu/gles2_conform_support/dummy.cc',
199 '<(DEPTH)/gpu/gles2_conform_support/gles2_conform_support.gyp:egl_main_native'
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
profiling_view.js 8 * gpu.Timeline component.
10 cr.define('gpu', function() {
14 * @extends {gpu.Tab}
16 ProfilingView = cr.ui.define(gpu.Tab);
19 __proto__: gpu.Tab.prototype,
90 this.overlayEl_ = new gpu.Overlay();
115 this.overlayEl_ = new gpu.Overlay();
  /external/chromium_org/content/common/gpu/
stream_texture_manager_android.cc 5 #include "content/common/gpu/stream_texture_manager_android.h"
8 #include "content/common/gpu/gpu_channel.h"
9 #include "content/common/gpu/gpu_messages.h"
10 #include "gpu/command_buffer/service/stream_texture.h"
65 LOG(WARNING) << "Undestroyed surface textures while closing GPU channel.";
81 gpu::StreamTexture* texture = textures_from_service_id_.Lookup(service_id);
95 gpu::StreamTexture* StreamTextureManagerAndroid::LookupStreamTexture(
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory.cc 5 #include "gpu/command_buffer/client/mapped_memory.h"
12 #include "gpu/command_buffer/client/cmd_buffer_helper.h"
14 namespace gpu { namespace
17 int32 shm_id, gpu::Buffer shm, CommandBufferHelper* helper)
65 TRACE_EVENT0("gpu", "MappedMemoryManager::Alloc::wait");
85 gpu::Buffer shm = cmd_buf->CreateTransferBuffer(chunk_size, &id);
136 } // namespace gpu

Completed in 1329 milliseconds

<<11121314151617181920>>