summaryrefslogtreecommitdiff
path: root/tests/font/eglstate.h
blob: 0674a7b964ca63fcec6f34ffe9d3a69cb51800de (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef struct {
	uint32_t screen_width;
	uint32_t screen_height;
	// OpenGL|ES objects
	EGLDisplay	display;
	EGLConfig 	config;
	EGLSurface	surface;
	EGLContext	context;
} STATE_T;