Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
Dgoldfish_dma_host.cpp20 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map() function
Dgoldfish_dma.h29 void* goldfish_dma_map(struct goldfish_dma_context* cxt);
Dgoldfish_dma.cpp85 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map() function
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp217 goldfish_dma_map(&grdma->goldfish_dma); in gralloc_dmaregion_register_ashmem_dma()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3028 if (!goldfish_dma_map(&region)) { in s_glMapBufferRange()