/external/chromium_org/content/browser/renderer_host/ |
gpu_message_filter.h | 15 #include "content/common/gpu/gpu_process_launch_causes.h" 22 namespace gpu { namespace 31 // in the browser. Such messages are typically destined for the GPU process, 71 const gpu::GPUInfo& gpu_info);
|
/external/chromium_org/content/common/gpu/ |
gpu_rendering_stats.cc | 5 #include "content/common/gpu/gpu_rendering_stats.h"
|
/external/chromium_org/content/common/ |
sandbox_init_mac.h | 10 // Initialize the sandbox for renderer, gpu, utility, worker, and plug-in
|
/external/chromium_org/content/public/common/ |
content_switches.cc | 9 // The number of MSAA samples for canvas2D. Requires MSAA support by GPU to 38 // Blacklist the GPU for accelerated compositing. 42 // Blacklist the GPU for WebGL. 76 // Disable gpu-accelerated 2d canvas. 105 // Disables GPU accelerated video display. 167 // Disable the per-domain blocking for 3D APIs after GPU reset. 208 // Disables GPU hardware acceleration. If software renderer is not in place, 209 // then the GPU process won't launch. 210 const char kDisableGpu[] = "disable-gpu"; 212 // Prevent the compositor from using its GPU implementation [all...] |
/external/chromium_org/content/test/data/ |
rwhv_compositing_animation.html | 5 <title>GPU Feature Testing: Accelerated Compositing</title>
|
/external/chromium_org/content/test/gpu/gpu_tests/ |
__init__.py | 4 """A library for Chrome GPU test code."""
|
/external/chromium_org/gpu/command_buffer/client/ |
query_tracker_unittest.cc | 7 #include "gpu/command_buffer/client/query_tracker.h" 11 #include "gpu/command_buffer/client/client_test_helper.h" 12 #include "gpu/command_buffer/client/gles2_cmd_helper.h" 13 #include "gpu/command_buffer/client/mapped_memory.h" 14 #include "gpu/command_buffer/common/command_buffer.h" 18 namespace gpu { namespace 162 // Simulate GPU process marking it as available. 197 // Simulate GPU process marking it as available. 208 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/common/ |
id_allocator.h | 14 #include "gpu/command_buffer/common/types.h" 15 #include "gpu/gpu_export.h" 17 namespace gpu { namespace 96 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
context_group.cc | 5 #include "gpu/command_buffer/service/context_group.h" 13 #include "gpu/command_buffer/common/id_allocator.h" 14 #include "gpu/command_buffer/service/buffer_manager.h" 15 #include "gpu/command_buffer/service/framebuffer_manager.h" 16 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 17 #include "gpu/command_buffer/service/gpu_switches.h" 18 #include "gpu/command_buffer/service/image_manager.h" 19 #include "gpu/command_buffer/service/mailbox_manager.h" 20 #include "gpu/command_buffer/service/memory_tracking.h" 21 #include "gpu/command_buffer/service/program_manager.h 28 namespace gpu { namespace [all...] |
gpu_scheduler_unittest.cc | 6 #include "gpu/command_buffer/common/command_buffer_mock.h" 7 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 8 #include "gpu/command_buffer/service/gles2_cmd_decoder_mock.h" 9 #include "gpu/command_buffer/service/gpu_scheduler.h" 10 #include "gpu/command_buffer/service/mocks.h" 26 namespace gpu { namespace 51 scheduler_.reset(new gpu::GpuScheduler(command_buffer_.get(), 61 // Ensure that any unexpected tasks posted by the GPU scheduler are executed 218 } // namespace gpu
|
memory_program_cache.cc | 5 #include "gpu/command_buffer/service/memory_program_cache.h" 12 #include "gpu/command_buffer/common/constants.h" 13 #include "gpu/command_buffer/service/disk_cache_proto.pb.h" 14 #include "gpu/command_buffer/service/gl_utils.h" 15 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 16 #include "gpu/command_buffer/service/gpu_switches.h" 17 #include "gpu/command_buffer/service/shader_manager.h" 18 #include "gpu/command_buffer/service/shader_translator.h" 32 return gpu::kDefaultMaxProgramCacheMemoryBytes; 37 namespace gpu { namespace [all...] |
stream_texture_manager_in_process_android.cc | 5 #include "gpu/command_buffer/service/stream_texture_manager_in_process_android.h" 12 namespace gpu { namespace 70 gpu::StreamTexture* StreamTextureManagerInProcess::LookupStreamTexture( 92 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_manager.h | 10 #include "gpu/command_buffer/service/feature_info.h" 21 namespace gpu { namespace 93 const gpu::gles2::FeatureInfo::Workarounds& workarounds() const; 120 } // namespace gpu
|
gl_unittests.cc | 8 #include "gpu/command_buffer/tests/gl_manager.h" 9 #include "gpu/command_buffer/tests/gl_test_utils.h" 13 namespace gpu { namespace 110 } // namespace gpu
|
/external/chromium_org/gpu/config/ |
gpu_test_expectations_parser.h | 13 #include "gpu/config/gpu_test_config.h" 14 #include "gpu/gpu_export.h" 16 namespace gpu { namespace 85 } // namespace gpu
|
/external/chromium_org/gpu/gles2_conform_support/ |
gles2_conform_support.c | 9 #include "gpu/gles2_conform_support/gtf/gtf_stubs.h"
|
/external/chromium_org/media/video/ |
picture.cc | 18 const gpu::Mailbox& texture_mailbox)
|
/external/chromium_org/ppapi/proxy/ |
DEPS | 4 "+gpu",
|
/external/chromium_org/ppapi/shared_impl/ |
ppb_video_decoder_shared.h | 18 namespace gpu { namespace 22 } // namespace gpu 57 gpu::gles2::GLES2Implementation* gles2_impl); 76 gpu::gles2::GLES2Implementation* gles2_impl_;
|
/external/chromium_org/third_party/skia/gyp/ |
pathops_unittest.gyp | 37 '../src/gpu',
|
skpskgr_test.gyp | 34 '../src/gpu',
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrStencilAndCoverPathRenderer.cpp | 27 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrGpu* gpu) { 28 SkASSERT(gpu->caps()->pathRenderingSupport()); 29 fGpu = gpu; 30 gpu->ref();
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLRenderTarget.cpp | 43 GrGLRenderTarget::GrGLRenderTarget(GrGpuGL* gpu, 48 : INHERITED(gpu, 68 GrGLRenderTarget::GrGLRenderTarget(GrGpuGL* gpu, 71 : INHERITED(gpu,
|
/external/skia/dm/ |
DMExpectationsTask.h | 12 // Moving this off the GPU threadpool is a nice (~30%) runtime win.
|
DMTaskRunner.h | 8 // This lets us drive the GPU with a small number of threads (e.g. 2 or 4 can be faster than 1)
|