/external/chromium_org/native_client_sdk/src/doc/devguide/coding/ |
3D-graphics.rst | 10 how to build an efficient rendering loop. It also explains how to validate GPU 11 drivers and test for specific GPU capabilities, and provides tips to help ensure 29 manufacturers and is controlled by drivers of varying quality. A particular GPU 33 Even if the GPU driver is safe to use, your program should perform a validation 72 Not every GPU supports every extension or has the same amount of texture units, 141 blacklisted GPU driver that could invite an attack. 169 ``about:gpu`` page. 176 problem. There are many sources of GPU driver blacklists. Two such lists can be 178 <http://src.chromium.org/viewvc/chrome/trunk/deps/gpu/software_rendering_list/software_rendering_list.json>`_ 369 are passed into a FIFO queue in shared memory which is best understood as a `GPU [all...] |
/external/chromium_org/content/common/gpu/client/ |
webgraphicscontext3d_command_buffer_impl.h | 15 #include "content/common/gpu/client/command_buffer_proxy_impl.h" 22 namespace gpu { namespace 87 // Gets the GPU process ID for this context. 94 CONTENT_EXPORT gpu::ContextSupport* GetContextSupport(); 96 gpu::gles2::GLES2Implementation* GetImplementation() { 100 // Return true if GPU process reported context lost or there was a 101 // problem communicating with the GPU process. 644 // gpu/command_buffer/common/gles2_cmd_utils.cc and to 645 // gpu/command_buffer/client/gl_in_process_context.cc 676 // CommandBufferProxy has been destroyed, otherwise the GPU process migh [all...] |
/external/chromium_org/content/ |
content_renderer.gypi | 23 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', 149 'renderer/gpu/compositor_output_surface.cc', 150 'renderer/gpu/compositor_output_surface.h', 151 'renderer/gpu/compositor_software_output_device.cc', 152 'renderer/gpu/compositor_software_output_device.h', 153 'renderer/gpu/delegated_compositor_output_surface.cc', 154 'renderer/gpu/delegated_compositor_output_surface.h', 155 'renderer/gpu/gpu_benchmarking_extension.cc', 156 'renderer/gpu/gpu_benchmarking_extension.h', 157 'renderer/gpu/mailbox_output_surface.cc' [all...] |
content_renderer.target.darwin-arm.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 291 $(LOCAL_PATH)/gpu \ 436 $(LOCAL_PATH)/gpu \
|
content_renderer.target.darwin-mips.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 290 $(LOCAL_PATH)/gpu \ 434 $(LOCAL_PATH)/gpu \
|
content_renderer.target.darwin-x86.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 292 $(LOCAL_PATH)/gpu \ 439 $(LOCAL_PATH)/gpu \
|
content_renderer.target.linux-arm.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 291 $(LOCAL_PATH)/gpu \ 436 $(LOCAL_PATH)/gpu \
|
content_renderer.target.linux-mips.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 290 $(LOCAL_PATH)/gpu \ 434 $(LOCAL_PATH)/gpu \
|
content_renderer.target.linux-x86.mk | 87 content/renderer/gpu/compositor_output_surface.cc \ 88 content/renderer/gpu/compositor_software_output_device.cc \ 89 content/renderer/gpu/delegated_compositor_output_surface.cc \ 90 content/renderer/gpu/gpu_benchmarking_extension.cc \ 91 content/renderer/gpu/mailbox_output_surface.cc \ 92 content/renderer/gpu/render_widget_compositor.cc \ 93 content/renderer/gpu/stream_texture_host_android.cc \ 292 $(LOCAL_PATH)/gpu \ 439 $(LOCAL_PATH)/gpu \
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrAARectRenderer.cpp | 306 GrIndexBuffer* GrAARectRenderer::aaFillRectIndexBuffer(GrGpu* gpu) { 312 fAAFillRectIndexBuffer = gpu->createIndexBuffer(kAAFillRectIndexBufferSize, false); 421 GrIndexBuffer* GrAARectRenderer::aaStrokeRectIndexBuffer(GrGpu* gpu, bool miterStroke) { 425 gpu->createIndexBuffer(sizeof(gMiterStrokeAARectIdx), false); 439 gpu->createIndexBuffer(sizeof(gBevelStrokeAARectIdx), false); 453 void GrAARectRenderer::geometryFillAARect(GrGpu* gpu, 469 GrIndexBuffer* indexBuffer = this->aaFillRectIndexBuffer(gpu); 602 void GrAARectRenderer::shaderFillAARect(GrGpu* gpu, 661 target->setIndexSourceToBuffer(gpu->getContext()->getQuadIndexBuffer()); 666 void GrAARectRenderer::shaderFillAlignedAARect(GrGpu* gpu, [all...] |
/external/skia/src/gpu/ |
GrAARectRenderer.cpp | 306 GrIndexBuffer* GrAARectRenderer::aaFillRectIndexBuffer(GrGpu* gpu) { 312 fAAFillRectIndexBuffer = gpu->createIndexBuffer(kAAFillRectIndexBufferSize, false); 421 GrIndexBuffer* GrAARectRenderer::aaStrokeRectIndexBuffer(GrGpu* gpu, bool miterStroke) { 425 gpu->createIndexBuffer(sizeof(gMiterStrokeAARectIdx), false); 439 gpu->createIndexBuffer(sizeof(gBevelStrokeAARectIdx), false); 453 void GrAARectRenderer::geometryFillAARect(GrGpu* gpu, 469 GrIndexBuffer* indexBuffer = this->aaFillRectIndexBuffer(gpu); 602 void GrAARectRenderer::shaderFillAARect(GrGpu* gpu, 661 target->setIndexSourceToBuffer(gpu->getContext()->getQuadIndexBuffer()); 666 void GrAARectRenderer::shaderFillAlignedAARect(GrGpu* gpu, [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
mapped_memory_unittest.cc | 5 #include "gpu/command_buffer/client/mapped_memory.h" 10 #include "gpu/command_buffer/client/cmd_buffer_helper.h" 11 #include "gpu/command_buffer/service/command_buffer_service.h" 12 #include "gpu/command_buffer/service/gpu_scheduler.h" 13 #include "gpu/command_buffer/service/mocks.h" 14 #include "gpu/command_buffer/service/transfer_buffer_manager.h" 21 namespace gpu { namespace 98 gpu::Buffer buf; 387 } // namespace gpu
|
transfer_buffer_unittest.cc | 7 #include "gpu/command_buffer/client/transfer_buffer.h" 10 #include "gpu/command_buffer/client/client_test_helper.h" 11 #include "gpu/command_buffer/client/cmd_buffer_helper.h" 12 #include "gpu/command_buffer/common/command_buffer.h" 23 namespace gpu { namespace 467 } // namespace gpu
|
/external/chromium_org/ |
GypAndroid.darwin-arm.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.darwin-arm.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.darwin-arm.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.darwin-arm.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.darwin-arm.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.darwin-arm.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.darwin-arm.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.darwin-arm.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.darwin-arm.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.darwin-arm.m [all...] |
GypAndroid.darwin-arm64.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.darwin-arm.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.darwin-arm.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.darwin-arm.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.darwin-arm.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.darwin-arm.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.darwin-arm.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.darwin-arm.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.darwin-arm.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.darwin-arm.m [all...] |
GypAndroid.darwin-mips.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.darwin-mips.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.darwin-mips.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.darwin-mips.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.darwin-mips.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.darwin-mips.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.darwin-mips.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.darwin-mips.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.darwin-mips.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.darwin-mips.m [all...] |
GypAndroid.darwin-x86.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.darwin-x86.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.darwin-x86.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.darwin-x86.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.darwin-x86.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.darwin-x86.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.darwin-x86.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.darwin-x86.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.darwin-x86.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.darwin-x86.m [all...] |
GypAndroid.linux-arm.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.linux-arm.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.linux-arm.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.linux-arm.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.linux-arm.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.linux-arm.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.linux-arm.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.linux-arm.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.linux-arm.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.linux-arm.m [all...] |
GypAndroid.linux-arm64.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.linux-arm.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.linux-arm.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.linux-arm.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.linux-arm.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.linux-arm.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.linux-arm.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.linux-arm.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.linux-arm.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.linux-arm.m [all...] |
GypAndroid.linux-mips.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.linux-mips.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.linux-mips.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.linux-mips.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.linux-mips.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.linux-mips.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.linux-mips.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.linux-mips.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.linux-mips.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.linux-mips.m [all...] |
GypAndroid.linux-x86.mk | 66 include $(LOCAL_PATH)/gpu/command_buffer/gles2_utils.target.linux-x86.mk 67 include $(LOCAL_PATH)/gpu/command_buffer_client.target.linux-x86.mk 68 include $(LOCAL_PATH)/gpu/command_buffer_common.target.linux-x86.mk 69 include $(LOCAL_PATH)/gpu/command_buffer_service.target.linux-x86.mk 70 include $(LOCAL_PATH)/gpu/disk_cache_proto.target.linux-x86.mk 71 include $(LOCAL_PATH)/gpu/gles2_c_lib.target.linux-x86.mk 72 include $(LOCAL_PATH)/gpu/gles2_cmd_helper.target.linux-x86.mk 73 include $(LOCAL_PATH)/gpu/gles2_implementation.target.linux-x86.mk 74 include $(LOCAL_PATH)/gpu/gpu.target.linux-x86.m [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
builders.jsonp | [all...] |
/external/chromium_org/cc/output/ |
output_surface.cc | 24 #include "gpu/GLES2/gl2extchromium.h" 25 #include "gpu/command_buffer/client/context_support.h" 26 #include "gpu/command_buffer/client/gles2_interface.h" 341 if (gpu::ContextSupport* support = context_provider_->ContextSupport()) 414 // We only care about GPU latency for surfaces that do not have a parent 417 // incurring GPU latency.
|
/external/chromium_org/chrome/browser/media/ |
webrtc_logging_handler_host.cc | 30 #include "gpu/config/gpu_info.h" 311 // GPU 312 gpu::GPUInfo gpu_info = content::GpuDataManager::GetInstance()->GetGPUInfo(); 313 info = "Gpu: machine-model='" + gpu_info.machine_model + 314 "', vendor-id=" + IntToString(gpu_info.gpu.vendor_id) + 315 ", device-id=" + IntToString(gpu_info.gpu.device_id) +
|
/external/chromium_org/content/browser/renderer_host/ |
compositing_iosurface_shader_programs_mac.cc | 15 #include "content/browser/gpu/gpu_data_manager_impl.h" 16 #include "gpu/config/gpu_driver_bug_workaround_type.h" 231 TRACE_EVENT2("gpu", "CompileShaderGLSL", 287 TRACE_EVENT1("gpu", "CompileAndLinkProgram", "program", which); 341 base::StringValue(gpu::GpuDriverBugWorkaroundTypeToString( 342 gpu::SWIZZLE_RGBA_FOR_ASYNC_READPIXELS)));
|