Lines Matching defs:box
412 stream_renderer_box* box, in TransferRead()
448 const GoldfishPipeServiceOps* ops, uint64_t offset, stream_renderer_box* box, in TransferWrite()
491 stream_renderer_box* box) { in ReadFromPipeToLinear()
527 const GoldfishPipeServiceOps* ops, uint64_t offset, stream_renderer_box* box) { in WriteToPipeFromLinear()
594 int VirtioGpuResource::ReadFromBufferToLinear(uint64_t offset, stream_renderer_box* box) { in ReadFromBufferToLinear()
610 int VirtioGpuResource::WriteToBufferFromLinear(uint64_t offset, stream_renderer_box* box) { in WriteToBufferFromLinear()
626 int VirtioGpuResource::ReadFromColorBufferToLinear(uint64_t offset, stream_renderer_box* box) { in ReadFromColorBufferToLinear()
655 int VirtioGpuResource::WriteToColorBufferFromLinear(uint64_t offset, stream_renderer_box* box) { in WriteToColorBufferFromLinear()
676 int VirtioGpuResource::TransferToIov(uint64_t offset, const stream_renderer_box* box, in TransferToIov()
685 int VirtioGpuResource::TransferFromIov(uint64_t offset, const stream_renderer_box* box, in TransferFromIov()
694 int VirtioGpuResource::TransferWithIov(uint64_t offset, const stream_renderer_box* box, in TransferWithIov()