GLUS
Functions
glus_os_linux_imx6_es.c File Reference
#include <EGL/eglvivante.h>
#include "GL/glus.h"
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <linux/input.h>

Functions

GLUSvoid _glusWindowInternalClose (GLUSvoid)
 
GLUSvoid _glusWindowInternalKey (GLUSint key, GLUSint state)
 
GLUSvoid _glusOsPollEvents ()
 
EGLNativeDisplayType _glusOsGetNativeDisplayType ()
 
EGLNativeWindowType _glusOsCreateNativeWindowType (const char *title, const GLUSint width, const GLUSint height, const GLUSboolean fullscreen, const GLUSboolean noResize, EGLint eglNativeVisualID)
 
GLUSvoid _glusOsDestroyNativeWindowDisplay ()
 
double _glusOsGetRawTime ()
 
GLUSvoid _glusOsGetWindowSize (GLUSint *width, GLUSint *height)
 

Function Documentation

EGLNativeWindowType _glusOsCreateNativeWindowType ( const char *  title,
const GLUSint  width,
const GLUSint  height,
const GLUSboolean  fullscreen,
const GLUSboolean  noResize,
EGLint  eglNativeVisualID 
)
GLUSvoid _glusOsDestroyNativeWindowDisplay ( )
EGLNativeDisplayType _glusOsGetNativeDisplayType ( )
double _glusOsGetRawTime ( )
GLUSvoid _glusOsGetWindowSize ( GLUSint width,
GLUSint height 
)
GLUSvoid _glusOsPollEvents ( )
GLUSvoid _glusWindowInternalClose ( GLUSvoid  )
GLUSvoid _glusWindowInternalKey ( GLUSint  key,
GLUSint  state 
)