Searched refs:mapped_addr (Results 1 – 6 of 6) sorted by relevance
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | goldfish_dma.cpp | 59 res->mapped_addr = 0; in goldfish_dma_create_region() 97 cxt->mapped_addr = reinterpret_cast<uint64_t>(mapped); in goldfish_dma_map() 102 ALOGV("%s: cxt=%p mapped=0x%" PRIu64, __FUNCTION__, cxt, cxt->mapped_addr); in goldfish_dma_unmap() 103 munmap(reinterpret_cast<void *>(cxt->mapped_addr), cxt->size); in goldfish_dma_unmap() 104 cxt->mapped_addr = 0; in goldfish_dma_unmap() 113 __FUNCTION__, cxt, cxt->mapped_addr, to_write, sz); in goldfish_dma_write() 114 memcpy(reinterpret_cast<void *>(cxt->mapped_addr), to_write, sz); in goldfish_dma_write()
|
D | auto_goldfish_dma_context.cpp | 21 ctx.mapped_addr = 0; in empty() 29 if (ctx->mapped_addr) { in destroy()
|
D | goldfish_dma.h | 22 uint64_t mapped_addr; member
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | QemuPipeStreamFuchsia.cpp | 186 zx_vaddr_t mapped_addr; in allocBuffer() local 189 vmo.get(), 0, allocSize, &mapped_addr); in allocBuffer() 195 m_buf = reinterpret_cast<unsigned char*>(mapped_addr); in allocBuffer()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 252 if (grdma->goldfish_dma.mapped_addr) { in resize_gralloc_dmaregion_locked() 326 if (!grdma->goldfish_dma.mapped_addr) { in gralloc_dmaregion_register_ashmem_dma_locked() 529 } else if (grdma->goldfish_dma.mapped_addr) { in updateHostColorBuffer()
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 3027 return reinterpret_cast<void*>(buf->dma_buffer.get().mapped_addr); in s_glMapBufferRange() 3057 if (buf->dma_buffer.get().mapped_addr) { in s_glUnmapBuffer() 3059 reinterpret_cast<void*>(buf->dma_buffer.get().mapped_addr), in s_glUnmapBuffer()
|