Home
last modified time | relevance | path

Searched defs:cxt (Results 1 – 4 of 4) 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()
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()
Dgoldfish_dma.cpp87 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()
/device/generic/vulkan-cereal/stream-servers/tests/
DOpenGLTestContext.cpp93 EGLContext cxt = egl->eglCreateContext(dpy, config, EGL_NO_CONTEXT, contextAttribs); in createContext() local
98 void destroyContext(EGLDisplay dpy, EGLContext cxt) { in destroyContext()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h87 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()