├── COPYING ├── README.md ├── interface ├── eglexternalplatform.h └── eglexternalplatformversion.h ├── meson.build └── samples ├── libsample-egl-platform.c ├── sample-egl-client.c └── sample-egl-server.c /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/README.md -------------------------------------------------------------------------------- /interface/eglexternalplatform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/interface/eglexternalplatform.h -------------------------------------------------------------------------------- /interface/eglexternalplatformversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/interface/eglexternalplatformversion.h -------------------------------------------------------------------------------- /meson.build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/meson.build -------------------------------------------------------------------------------- /samples/libsample-egl-platform.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/samples/libsample-egl-platform.c -------------------------------------------------------------------------------- /samples/sample-egl-client.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/samples/sample-egl-client.c -------------------------------------------------------------------------------- /samples/sample-egl-server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NVIDIA/eglexternalplatform/HEAD/samples/sample-egl-server.c --------------------------------------------------------------------------------