anbox/android/opengl/tests/ut_rendercontrol_enc/ut_rendercontrol.in
Simon Fels 23392b9732 Import goldfish HAL sources from devices/generic/goldfish
We import all code here so we can customize and keep in sync with what
we do on the host side more easily.
2017-01-09 08:05:04 +01:00

11 lines
451 B
Text

GL_ENTRY(int, createContext, uint32_t pid, uint32_t handle, uint32_t shareCtx, int version)
GL_ENTRY(int, createSurface, uint32_t pid, uint32_t handle)
GL_ENTRY(int, makeCurrentContext, uint32_t pid, uint32_t drawSurface, uint32_t readSurface, uint32_t ctxHandle)
GL_ENTRY(void, swapBuffers, uint32_t pid, uint32_t surface)
GL_ENTRY(int, destroyContext, uint32_t pid, uint32_t handle)
GL_ENTRY(int, destroySurface, uint32_t pid, uint32_t handle)