Home
last modified time | relevance | path

Searched defs:DoTask (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gfxstream/guest/platform/rutabaga/
DRutabagaLayer.cpp699 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskContextAttachResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
709 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskContextDetachResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
719 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateBlob task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
733 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateContext task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
750 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskCreateResource task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
772 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskDestroyContext task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
780 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskMap task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
795 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskExecBuffer task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
819 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskTransferFromHost task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
841 void EmulatedVirtioGpu::EmulatedVirtioGpuImpl::DoTask(VirtioGpuTaskTransferToHost task) { in DoTask() function in gfxstream::EmulatedVirtioGpu::EmulatedVirtioGpuImpl
[all …]
/external/libchrome/components/policy/core/common/
Dpolicy_scheduler_unittest.cc19 void DoTask(PolicyScheduler::TaskCallback callback) { in DoTask() function in policy::PolicySchedulerTest