Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgoldfish_dma_host.cpp16 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res) { in goldfish_dma_create_region() function
Dgoldfish_dma.h27 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res);
Dgoldfish_dma.cpp56 int goldfish_dma_create_region(uint32_t sz, struct goldfish_dma_context* res) { in goldfish_dma_create_region() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp206 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()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3007 if (goldfish_dma_create_region(aligned_length, &region)) { in s_glMapBufferRange()