Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1162 allocResource(e, iov, num_iovs); in createResource()
1221 if (!entry.linear) allocResource(entry, iov, num_iovs); in attachIov()
1249 allocResource(entry, entry.iov, entry.numIovs); in detachIov()
1880 void allocResource(PipeResEntry& entry, iovec* iov, int num_iovs) { in allocResource() function in PipeVirglRenderer