Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp224 struct gralloc_dmaregion_t { struct
225 gralloc_dmaregion_t(ExtendedRCEncoderContext *rcEnc) in gralloc_dmaregion_t() argument
248 static gralloc_dmaregion_t* s_grdma = NULL; argument
261 static gralloc_dmaregion_t* init_gralloc_dmaregion(ExtendedRCEncoderContext *rcEnc) { in init_gralloc_dmaregion()
264 s_grdma = new gralloc_dmaregion_t(rcEnc); in init_gralloc_dmaregion()
270 gralloc_dmaregion_t* grdma = init_gralloc_dmaregion(rcEnc); in get_gralloc_region()
278 static void resize_gralloc_dmaregion_locked(gralloc_dmaregion_t* grdma, uint32_t new_sz) { in resize_gralloc_dmaregion_locked()
285 static bool put_gralloc_region_direct_mem_locked(gralloc_dmaregion_t* grdma, uint32_t /* sz, unused… in put_gralloc_region_direct_mem_locked()
294 static bool put_gralloc_region_dma_locked(gralloc_dmaregion_t* grdma, uint32_t sz) { in put_gralloc_region_dma_locked()
313 gralloc_dmaregion_t* grdma = init_gralloc_dmaregion(rcEnc); in put_gralloc_region()
[all …]