Searched defs:cxt (Results 1 – 4 of 4) sorted by relevance
20 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()24 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()28 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()33 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()36 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
87 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()101 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()109 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()117 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()121 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
93 EGLContext cxt = egl->eglCreateContext(dpy, config, EGL_NO_CONTEXT, contextAttribs); in createContext() local98 void destroyContext(EGLDisplay dpy, EGLContext cxt) { in destroyContext()
87 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()