Home
last modified time | relevance | path

Searched refs:WriteToColorBufferFromLinear (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuResource.h132 int WriteToColorBufferFromLinear(uint64_t offset, stream_renderer_box* box);
DVirtioGpuResource.cpp475 ret = WriteToColorBufferFromLinear(offset, box); in TransferWrite()
655 int VirtioGpuResource::WriteToColorBufferFromLinear(uint64_t offset, stream_renderer_box* box) { in WriteToColorBufferFromLinear() function in gfxstream::host::VirtioGpuResource