HomeSort by relevance Sort by last modified time
    Searched refs:GPU (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUSubtarget.cpp 30 StringRef GPU = CPU;
35 ParseSubtargetFeatures(GPU, FS);
36 mDevName = GPU;
  /external/llvm/lib/Target/R600/
AMDGPUSubtarget.cpp 30 StringRef GPU = CPU;
40 ParseSubtargetFeatures(GPU, FS);
41 DevName = GPU;
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUSubtarget.cpp 30 StringRef GPU = CPU;
35 ParseSubtargetFeatures(GPU, FS);
36 mDevName = GPU;
  /external/chromium_org/chrome/browser/task_manager/
task_manager_browsertest_util.cc 30 type == task_manager::Resource::GPU ||
resource_provider.h 43 def(GPU) /* A graphics process. */
child_process_resource_provider.cc 137 return Resource::GPU;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
  /external/skia/src/gpu/gl/
GrGLBufferImpl.cpp 11 #define GL_CALL(GPU, X) GR_GL_CALL(GPU->glInterface(), X)
19 // GL_STREAM_DRAW triggers an optimization in Chromium's GPU process where a client's vertex buffer
23 GrGLBufferImpl::GrGLBufferImpl(GrGpuGL* gpu, const Desc& desc, GrGLenum bufferType)
35 void GrGLBufferImpl::release(GrGpuGL* gpu) {
43 GL_CALL(gpu, DeleteBuffers(1, &fDesc.fID));
45 gpu->notifyVertexBufferDelete(fDesc.fID);
48 gpu->notifyIndexBufferDelete(fDesc.fID);
62 void GrGLBufferImpl::bind(GrGpuGL* gpu) const {
65 gpu->bindVertexBuffer(fDesc.fID)
    [all...]
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 23 #include "gpu/common/gpu_trace_event.h"
63 // The GPU process must never send a synchronous IPC message to the browser
66 // on the browser process' GPU thread.
88 // GpuChildThread, which does not exist in single process and in process GPU
162 BrowserThread::GPU,
208 // Ensure these are destroyed on the GPU thread.
210 BrowserThread::DeleteSoon(BrowserThread::GPU,
216 BrowserThread::DeleteSoon(BrowserThread::GPU,
269 // Resize the window synchronously. The GPU process must not issue GL
292 // Always respond even if the window no longer exists. The GPU process canno
    [all...]
browser_process_impl.cc 221 // delete related objects on the GPU thread. This must be done before
222 // stopping the GPU thread. The GPU thread will close IPC channels to renderer
794 scoped_ptr<base::Thread> thread(new BrowserThread(BrowserThread::GPU));
798 // On Windows the GPU thread needs to pump the compositor child window's
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_processes_api.cc 106 case TaskManager::Resource::GPU:
  /external/chromium_org/third_party/mesa/src/
Android.mk 48 $(warning invalid GPU drivers: $(invalid_drivers))
  /external/mesa3d/
Android.mk 48 $(warning invalid GPU drivers: $(invalid_drivers))
  /external/chromium/chrome/browser/task_manager/
task_manager.h 57 GPU // A graphics process.
task_manager_resource_providers.cc     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
popup.js 244 {id: "gpu", label: "GPU"},
245 {id: "gpu.fyi", label: "GPU FYI"}
  /external/chromium/chrome/browser/resources/gpu_internals/
browser_bridge_tests.js 88 textEl.textContent = 'GPU Info:';
  /external/chromium_org/content/browser/resources/gpu/
browser_bridge_tests.js 337 textEl.textContent = 'GPU Info:';
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
flakiness_dashboard_unittests.js 234 equal(lookupVirtualTestSuite('virtual/gpu/fast/canvas/foo.html'), 'virtual/gpu/fast/canvas');
239 equal(baseTest('virtual/gpu/fast/canvas/foo.html', 'virtual/gpu/fast/canvas'), 'fast/canvas/foo.html');
276 equal(gpuResultsPath('123', 'GPU Linux (dbg)(NVIDIA)'), '123_GPU_Linux_dbg_NVIDIA_');
277 equal(gpuResultsPath('12345', 'GPU Mac'), '12345_GPU_Mac');
  /external/clang/lib/Basic/
Targets.cpp     [all...]
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.cc 87 case task_manager::Resource::GPU:
  /external/chromium_org/chrome/browser/metrics/
metrics_log.cc 51 #include "gpu/config/gpu_info.h"
191 return ProfilerEventProto::TrackedObject::GPU;
760 const gpu::GPUInfo& gpu_info =
762 SystemProfileProto::Hardware::Graphics* gpu = hardware->mutable_gpu(); local
763 gpu->set_vendor_id(gpu_info.gpu.vendor_id);
764 gpu->set_device_id(gpu_info.gpu.device_id);
765 gpu->set_driver_version(gpu_info.driver_version);
766 gpu->set_driver_date(gpu_info.driver_date)
    [all...]
  /external/chromium/chrome/browser/resources/ntp4/
new_tab.js 415 // don't yet have GPU acceleration for this.
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 525 // don't yet have GPU acceleration for this. Note that we use the appsFrame
  /external/chromium-trace/
script.js     [all...]

Completed in 1898 milliseconds

1 2