Searched refs:goldfish_dma_create_region (Results 1 – 5 of 5) sorted by relevance
16 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res) { in goldfish_dma_create_region() function
27 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res);
56 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res) { in goldfish_dma_create_region() function
206 goldfish_dma_create_region(sz, &goldfish_dma); in gralloc_dmaregion_t()256 goldfish_dma_create_region(new_sz, &grdma->goldfish_dma); in resize_gralloc_dmaregion_locked()
3007 if (goldfish_dma_create_region(aligned_length, ®ion)) { in s_glMapBufferRange()