GLUS
Functions
glus_os_linux_raspberrypi_es.c File Reference
#include "GL/glus.h"
#include <pthread.h>
#include <stdint.h>
#include <time.h>
#include <bcm_host.h>
#include <SDL/SDL.h>

Functions

GLUSvoid _glusWindowInternalClose (GLUSvoid)
 
GLUSvoid _glusWindowInternalKey (GLUSint key, GLUSint state)
 
GLUSvoid _glusWindowInternalMouse (GLUSint button, GLUSint action)
 
GLUSvoid _glusWindowInternalMouseWheel (GLUSint pos)
 
GLUSvoid _glusWindowInternalMouseMove (GLUSint x, GLUSint y)
 
GLUSvoid _glusOsPollEvents ()
 
EGLNativeDisplayType _glusOsGetNativeDisplayType ()
 
EGLNativeWindowType _glusOsCreateNativeWindowType (const char *title, const GLUSint width, const GLUSint height, const GLUSboolean fullscreen, const GLUSboolean noResize, const GLUSint nativeVisualID)
 
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,
const GLUSint  nativeVisualID 
)
GLUSvoid _glusOsDestroyNativeWindowDisplay ( )
EGLNativeDisplayType _glusOsGetNativeDisplayType ( )
double _glusOsGetRawTime ( )
GLUSvoid _glusOsGetWindowSize ( GLUSint width,
GLUSint height 
)
GLUSvoid _glusOsPollEvents ( )
GLUSvoid _glusWindowInternalClose ( GLUSvoid  )
GLUSvoid _glusWindowInternalKey ( GLUSint  key,
GLUSint  state 
)
GLUSvoid _glusWindowInternalMouse ( GLUSint  button,
GLUSint  action 
)
GLUSvoid _glusWindowInternalMouseMove ( GLUSint  x,
GLUSint  y 
)
GLUSvoid _glusWindowInternalMouseWheel ( GLUSint  pos)