/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory.h | 9 #include "gpu/command_buffer/client/fenced_allocator.h" 10 #include "gpu/command_buffer/common/buffer.h" 11 #include "gpu/command_buffer/common/types.h" 12 #include "gpu/gpu_export.h" 14 namespace gpu { namespace 21 MemoryChunk(int32 shm_id, gpu::Buffer shm, CommandBufferHelper* helper); 104 gpu::Buffer shm_; 182 } // namespace gpu
|
program_info_manager.h | 11 namespace gpu { namespace 51 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/common/ |
bitfield_helpers.h | 11 namespace gpu { namespace 38 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/service/ |
gpu_scheduler.h | 18 #include "gpu/command_buffer/common/command_buffer.h" 19 #include "gpu/command_buffer/service/cmd_buffer_engine.h" 20 #include "gpu/command_buffer/service/cmd_parser.h" 21 #include "gpu/command_buffer/service/gles2_cmd_decoder.h" 22 #include "gpu/gpu_export.h" 28 namespace gpu { namespace 144 // are issued to it before all these fences have been crossed by the GPU. 166 } // namespace gpu
|
/external/chromium_org/gpu/command_buffer/tests/ |
gl_gpu_memory_buffer_unittests.cc | 13 #include "gpu/command_buffer/client/gles2_implementation.h" 14 #include "gpu/command_buffer/client/gpu_memory_buffer_factory.h" 15 #include "gpu/command_buffer/service/command_buffer_service.h" 16 #include "gpu/command_buffer/service/image_manager.h" 17 #include "gpu/command_buffer/tests/gl_manager.h" 18 #include "gpu/command_buffer/tests/gl_test_utils.h" 31 namespace gpu { namespace 209 } // namespace gpu
|
/external/chromium_org/gpu/tools/compositor_model_bench/ |
forward_render_model.cc | 5 #include "gpu/tools/compositor_model_bench/forward_render_model.h" 10 #include "gpu/tools/compositor_model_bench/render_model_utils.h"
|
/external/chromium_org/mojo/ |
mojo_apps.gypi | 8 '../gpu/gpu.gyp:gles2_c_lib',
|
/external/chromium_org/third_party/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 11 // glGetError() forces a sync with gpu process on chrome 40 // CheckFramebufferStatus in chrome synchronizes the gpu and renderer processes.
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrStencilBuffer.h | 57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) 58 : GrResource(gpu, isWrapped)
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLStencilBuffer.h | 26 GrGLStencilBuffer(GrGpu* gpu, 32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
|
/external/chromium_org/tools/perf/page_sets/ |
tough_scheduling_cases.json | 48 "gpu.SwapBuffers": { "target_duration": 0.004 } 62 "gpu.SwapBuffers": { "target_duration": 0.012 } 76 "gpu.AsyncTexImage": { "target_duration": 0.004 } 90 "gpu.AsyncTexImage": { "target_duration": 0.024 } 200 "gpu.AsyncTexImage": { "target_duration": 0.004 } 214 "gpu.AsyncTexImage": { "target_duration": 0.024 } 221 "why": "Simulate a heavily GPU bound page", 226 "gpu.SwapBuffers": { "target_duration": 0.1 }
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
camel_case_unittest.py | 25 'gpu': { 36 'gpu': {
|
gpu_info.py | 14 raise Exception('Missing at least one GPU in device_array') 33 """An array of GPUDevices. Element 0 is the primary GPU on the system."""
|
/external/chromium_org/ui/gl/ |
gl_image_android.cc | 16 TRACE_EVENT0("gpu", "GLImage::CreateGLImage"); 32 TRACE_EVENT0("gpu", "GLImage::CreateGLImageForGpuMemoryBuffer");
|
gl_image_mac.cc | 16 TRACE_EVENT0("gpu", "GLImage::CreateGLImage"); 34 TRACE_EVENT0("gpu", "GLImage::CreateGLImageForGpuMemoryBuffer");
|
gl_image_win.cc | 15 TRACE_EVENT0("gpu", "GLImage::CreateGLImage"); 33 TRACE_EVENT0("gpu", "GLImage::CreateGLImageForGpuMemoryBuffer");
|
gl_image_x11.cc | 16 TRACE_EVENT0("gpu", "GLImage::CreateGLImage"); 41 TRACE_EVENT0("gpu", "GLImage::CreateGLImageForGpuMemoryBuffer");
|
gl_switches.h | 38 // The GPU switching names that can be passed to --gpu-switching.
|
/external/skia/include/gpu/gl/ |
GrGLConfig_chrome.h | 11 // glGetError() forces a sync with gpu process on chrome 40 // CheckFramebufferStatus in chrome synchronizes the gpu and renderer processes.
|
/external/skia/src/gpu/ |
GrStencilBuffer.h | 57 GrStencilBuffer(GrGpu* gpu, bool isWrapped, int width, int height, int bits, int sampleCnt) 58 : GrResource(gpu, isWrapped)
|
/external/skia/src/gpu/gl/ |
GrGLStencilBuffer.h | 26 GrGLStencilBuffer(GrGpu* gpu, 32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
|
/external/chromium/chrome/browser/resources/ |
gpu_internals.html | 69 browserBridge = new gpu.BrowserBridge(); 70 tracingController = new gpu.TracingController(); 73 cr.ui.decorate('#info-view', gpu.InfoView); 76 cr.ui.decorate(profilingView, gpu.ProfilingView); 80 cr.ui.decorate(tabs, gpu.TabControl);
|
/external/chromium/chrome/browser/web_resource/ |
gpu_blacklist_updater.cc | 28 // Delay between calls to update the gpu blacklist (48 hours). 34 "https://dl.google.com/dl/edgedl/chrome/gpu/software_rendering_list.json"; 121 // Need to initialize GpuDataManager to load the current GPU blacklist, 122 // collect preliminary GPU info, and run through GPU blacklist.
|
/external/chromium_org/content/browser/gpu/ |
browser_gpu_channel_host_factory.h | 14 #include "content/common/gpu/client/gpu_channel_host.h" 62 // Used to skip GpuChannelHost tests when there can be no GPU process. 84 gpu::GPUInfo gpu_info() { return gpu_info_; } 91 const gpu::GPUInfo& gpu_info); 101 gpu::GPUInfo gpu_info_;
|
/external/chromium_org/content/browser/renderer_host/ |
image_transport_factory_android.cc | 9 #include "content/browser/gpu/browser_gpu_channel_host_factory.h" 10 #include "content/common/gpu/client/gl_helper.h" 11 #include "content/common/gpu/client/webgraphicscontext3d_command_buffer_impl.h" 12 #include "content/common/gpu/gpu_process_launch_causes.h" 70 GURL url("chrome://gpu/ImageTransportFactoryAndroid");
|