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

<<31323334353637383940>>

  /external/skia/tools/
bench_pictures.cfg 41 # Basic CPU and GPU configs
44 # Viewport CPU and GPU
114 'no_gpu': [cfg for cfg in default_configs if cfg['config'] != 'gpu'],
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 80 // GPU pixel buffer
121 ALOGE("Could not map GPU pixel buffer: 0x%x", status);
137 ALOGE("Corrupted GPU pixel buffer");
  /external/chromium_org/components/autofill/content/browser/risk/proto/
fingerprint.proto 41 // Information on the GPU.
43 // The GPU manufacturer's vendor id.
46 // The GPU manufacturer's device id for the chip set.
49 // The driver version on the GPU.
52 // The driver date on the GPU.
55 // The GPU performance statistics.
  /external/chromium_org/content/public/test/
browser_test_base.cc 153 // GPU blacklisting decisions were made.
176 // bots. The command line can override this behaviour to use a real GPU.
180 // Some bots pass this flag when they want to use a real GPU.
181 if (command_line->HasSwitch("enable-gpu"))
185 // On Mac we always use a real GPU.
190 // On Android we always use a real GPU.
content_test_suite_base.cc 13 #include "content/browser/gpu/gpu_process_host.h"
15 #include "content/gpu/in_process_gpu_thread.h"
  /external/chromium_org/gpu/command_buffer/client/
cmd_buffer_helper.h 13 #include "gpu/command_buffer/common/cmd_buffer_common.h"
14 #include "gpu/command_buffer/common/command_buffer.h"
15 #include "gpu/command_buffer/common/constants.h"
16 #include "gpu/gpu_export.h"
18 namespace gpu { namespace
268 } // namespace gpu
  /external/chromium_org/gpu/command_buffer/service/
buffer_manager.h 14 #include "gpu/command_buffer/service/gl_utils.h"
15 #include "gpu/command_buffer/service/memory_tracking.h"
16 #include "gpu/gpu_export.h"
18 namespace gpu { namespace
151 // Whether or not this Buffer is not uploaded to the GPU but just
284 } // namespace gpu
buffer_manager.cc 5 #include "gpu/command_buffer/service/buffer_manager.h"
9 #include "gpu/command_buffer/common/gles2_cmd_utils.h"
10 #include "gpu/command_buffer/service/context_state.h"
11 #include "gpu/command_buffer/service/error_state.h"
12 #include "gpu/command_buffer/service/feature_info.h"
13 #include "gpu/command_buffer/service/memory_tracking.h"
16 namespace gpu { namespace
405 } // namespace gpu
  /external/chromium_org/third_party/skia/include/config/
SkUserConfig.h 186 /* Determines whether to build code that supports the GPU backend. Some classes
187 that are not GPU-specific, such as SkShader subclasses, have optional code
188 that is used allows them to interact with the GPU backend. If you'd like to
189 omit this code set SK_SUPPORT_GPU to 0. This also allows you to omit the gpu
190 directories from your include search path when you're not building the GPU
191 backend. Defaults to 1 (build the GPU code).
  /external/chromium_org/tools/deep_memory_profiler/
policy.android.browser.json 30 "mmap-gpu-transferbuffer",
31 "mmap-gpu-ringbuffer",
203 "name": "mmap-gpu-transferbuffer",
204 "stacktrace": ".*gpu::TransferBufferManager::RegisterTransferBuffer.*",
208 "name": "mmap-gpu-ringbuffer",
209 "stacktrace": ".*gpu::CommandBufferHelper::AllocateRingBuffer.*",
  /external/chromium_org/android_webview/browser/
aw_browser_main_parts.cc 19 #include "gpu/command_buffer/service/mailbox_synchronizer.h"
65 if (!gpu::gles2::MailboxSynchronizer::Initialize()) {
  /external/chromium_org/cc/output/
program_binding.cc 9 #include "gpu/command_buffer/client/gles2_interface.h"
12 using gpu::gles2::GLES2Interface;
  /external/chromium_org/cc/test/
layer_tree_pixel_test.cc 22 #include "webkit/common/gpu/context_provider_in_process.h"
23 #include "webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h"
57 using webkit::gpu::ContextProviderInProcess;
69 scoped_refptr<webkit::gpu::ContextProviderInProcess> provider =
70 webkit::gpu::ContextProviderInProcess::CreateOffscreen();
237 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
328 using webkit::gpu::WebGraphicsContext3DInProcessCommandBufferImpl;
378 gpu::Mailbox mailbox;
  /external/chromium_org/chrome/common/
crash_keys.cc 73 const char kGPUVendorID[] = "gpu-venid";
74 const char kGPUDeviceID[] = "gpu-devid";
76 const char kGPUDriverVersion[] = "gpu-driver";
77 const char kGPUPixelShaderVersion[] = "gpu-psver";
78 const char kGPUVertexShaderVersion[] = "gpu-vsver";
80 const char kGPUGLVersion[] = "gpu-glver";
82 const char kGPUVendor[] = "gpu-gl-vendor";
83 const char kGPURenderer[] = "gpu-gl-renderer";
  /external/chromium_org/content/common/gpu/media/
h264_parser_unittest.cc 11 #include "content/common/gpu/media/h264_parser.h"
17 FILE_PATH_LITERAL("content/common/gpu/testdata/test-25fps.h264");
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_compositing_helper.h 15 #include "gpu/command_buffer/common/mailbox.h"
88 gpu::Mailbox name;
  /external/chromium_org/content/renderer/media/
pepper_platform_video_decoder.cc 10 #include "content/common/gpu/client/gpu_channel_host.h"
43 // Send IPC message to initialize decoder in GPU process.
  /external/chromium_org/gpu/command_buffer/common/
command_buffer_shared.h 11 namespace gpu { namespace
61 } // namespace gpu
gpu_memory_allocation.h 10 namespace gpu { namespace
65 // of the buffer is known by the GPU process).
  /external/chromium_org/ppapi/shared_impl/
ppb_video_decoder_shared.cc 8 #include "gpu/command_buffer/client/gles2_implementation.h"
40 gpu::gles2::GLES2Implementation* gles2_impl) {
  /external/chromium_org/third_party/skia/gyp/
core.gyp 93 '../include/gpu',
94 '../src/gpu',
  /external/chromium_org/third_party/skia/src/gpu/
GrGeometryBuffer.h 89 GrGeometryBuffer(GrGpu* gpu, bool isWrapped, size_t sizeInBytes, bool dynamic, bool cpuBacked)
90 : INHERITED(gpu, isWrapped)
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLRenderTarget.h 39 GrGLRenderTarget(GrGpuGL* gpu,
46 GrGLRenderTarget(GrGpuGL* gpu,
  /external/chromium_org/tools/ipc_fuzzer/
play_testcase.py 8 Replaces all the child processes (renderer, GPU, plugins and utility) with the
52 '--gpu-launcher',
  /external/chromium_org/ui/gl/
gpu_switching_manager.cc 60 // stays on the discrete GPU.
71 // GPU process, flag is passed down from browser process.

Completed in 1015 milliseconds

<<31323334353637383940>>