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

<<21222324252627282930>>

  /external/chromium_org/content/browser/resources/gpu/
info_view.js 7 * @fileoverview This view displays information on the current GPU
11 cr.define('gpu', function() {
13 * Provides information on the GPU process and underlying graphics hardware.
97 // GPU Switching
98 'gpu_switching': 'GPU Switching',
119 // GPU Switching
121 'gpu_switching_force_discrete': 'Always on discrete GPU',
122 'gpu_switching_force_integrated': 'Always on integrated GPU',
140 // GPU Switching
147 // GPU info, basi
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 186 ProgramCache(GrGpuGL* gpu);
325 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
326 if (!gpu->glCaps().vertexArrayObjectSupport()) {
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
357 void setVertexBufferID(GrGpuGL* gpu, GrGLuint id) {
359 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
369 void setIndexBufferIDOnDefaultVertexArray(GrGpuGL* gpu, GrGLuint id) {
370 this->setVertexArrayID(gpu, 0);
373 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
385 GrGLAttribArrayState* bindArrayAndBuffersToDraw(GrGpuGL* gpu,
    [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 186 ProgramCache(GrGpuGL* gpu);
325 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
326 if (!gpu->glCaps().vertexArrayObjectSupport()) {
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
357 void setVertexBufferID(GrGpuGL* gpu, GrGLuint id) {
359 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ARRAY_BUFFER, id));
369 void setIndexBufferIDOnDefaultVertexArray(GrGpuGL* gpu, GrGLuint id) {
370 this->setVertexArrayID(gpu, 0);
373 GR_GL_CALL(gpu->glInterface(), BindBuffer(GR_GL_ELEMENT_ARRAY_BUFFER, id));
385 GrGLAttribArrayState* bindArrayAndBuffersToDraw(GrGpuGL* gpu,
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 6 // gpu/command_buffer/build_gles2_cmd_buffer.py
35 gpu::CommandHeader header;
70 gpu::CommandHeader header;
117 gpu::CommandHeader header;
166 gpu::CommandHeader header;
207 gpu::CommandHeader header;
245 gpu::CommandHeader header;
283 gpu::CommandHeader header;
321 gpu::CommandHeader header;
363 gpu::CommandHeader header
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
flash_ui.cc 38 #include "gpu/config/gpu_info.h"
109 // In certain cases we might not get called back from the GPU process so we
126 // Whether the GPU data has been collected.
150 // GPU process has not run yet, this will trigger its launch.
153 // GPU access might not be allowed at all, which will cause us not to get a
319 // GPU information.
320 AddPair(list, base::string16(), "--- GPU information ---");
321 gpu::GPUInfo gpu_info = GpuDataManager::GetInstance()->GetGPUInfo();
326 "GPU access is not allowed: " + reason);
329 const gpu::DxDiagNode& node = gpu_info.dx_diagnostics
    [all...]
  /external/chromium/chrome/browser/resources/gpu_internals/
info_view.js 7 * @fileoverview This view displays information on the current GPU
11 cr.define('gpu', function() {
13 * Provides information on the GPU process and underlying graphics hardware.
17 var InfoView = cr.ui.define(gpu.Tab);
20 __proto__: gpu.Tab.prototype,
23 gpu.Tab.prototype.decorate.apply(this);
87 // GPU info, basic
  /external/chromium_org/content/
content_gpu.target.darwin-arm.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
111 $(LOCAL_PATH)/gpu \
212 $(LOCAL_PATH)/gpu \
content_gpu.target.darwin-mips.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
110 $(LOCAL_PATH)/gpu \
210 $(LOCAL_PATH)/gpu \
content_gpu.target.darwin-x86.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
113 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
content_gpu.target.linux-arm.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
111 $(LOCAL_PATH)/gpu \
212 $(LOCAL_PATH)/gpu \
content_gpu.target.linux-mips.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
110 $(LOCAL_PATH)/gpu \
210 $(LOCAL_PATH)/gpu \
content_gpu.target.linux-x86.mk 28 content/gpu/gpu_main.cc \
29 content/gpu/gpu_process.cc \
30 content/gpu/gpu_child_thread.cc \
31 content/gpu/gpu_watchdog_thread.cc \
32 content/gpu/in_process_gpu_thread.cc
113 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
  /external/chromium_org/gpu/command_buffer/tests/
gl_texture_mailbox_unittests.cc 9 #include "gpu/command_buffer/client/gles2_lib.h"
10 #include "gpu/command_buffer/common/mailbox.h"
11 #include "gpu/command_buffer/service/gles2_cmd_decoder.h"
12 #include "gpu/command_buffer/service/mailbox_manager.h"
13 #include "gpu/command_buffer/tests/gl_manager.h"
18 namespace gpu { namespace
344 } // namespace gpu
  /external/chromium_org/gpu/
command_buffer_client.target.darwin-arm.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
101 $(LOCAL_PATH)/gpu \
187 $(LOCAL_PATH)/gpu \
command_buffer_client.target.darwin-mips.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
100 $(LOCAL_PATH)/gpu \
185 $(LOCAL_PATH)/gpu \
command_buffer_client.target.darwin-x86.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
103 $(LOCAL_PATH)/gpu \
192 $(LOCAL_PATH)/gpu \
command_buffer_client.target.linux-arm.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
101 $(LOCAL_PATH)/gpu \
187 $(LOCAL_PATH)/gpu \
command_buffer_client.target.linux-mips.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
100 $(LOCAL_PATH)/gpu \
185 $(LOCAL_PATH)/gpu \
command_buffer_client.target.linux-x86.mk 27 gpu/command_buffer/client/cmd_buffer_helper.cc \
28 gpu/command_buffer/client/fenced_allocator.cc \
29 gpu/command_buffer/client/mapped_memory.cc \
30 gpu/command_buffer/client/ring_buffer.cc \
31 gpu/command_buffer/client/transfer_buffer.cc
103 $(LOCAL_PATH)/gpu \
192 $(LOCAL_PATH)/gpu \
  /external/chromium_org/webkit/common/gpu/
webkit_gpu.target.darwin-arm.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
112 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
webkit_gpu.target.darwin-mips.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
112 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
webkit_gpu.target.darwin-x86.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
114 $(LOCAL_PATH)/gpu \
222 $(LOCAL_PATH)/gpu \
webkit_gpu.target.linux-arm.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
112 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
webkit_gpu.target.linux-mips.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
112 $(LOCAL_PATH)/gpu \
217 $(LOCAL_PATH)/gpu \
webkit_gpu.target.linux-x86.mk 29 webkit/common/gpu/context_provider_in_process.cc \
30 webkit/common/gpu/grcontext_for_webgraphicscontext3d.cc \
31 webkit/common/gpu/test_context_provider_factory.cc \
32 webkit/common/gpu/webgraphicscontext3d_in_process_command_buffer_impl.cc \
33 webkit/common/gpu/webgraphicscontext3d_provider_impl.cc
114 $(LOCAL_PATH)/gpu \
222 $(LOCAL_PATH)/gpu \

Completed in 777 milliseconds

<<21222324252627282930>>