24 #ifndef GNASH_RENDER_HANDLER_OGLES_H
25 #define GNASH_RENDER_HANDLER_OGLES_H
32 #ifdef HAVE_GLES1_GL_H
35 #ifdef HAVE_GLES1_EGL_H
40 #ifdef HAVE_GLES_EGL_H
41 # include <GLES/egl.h>
42 # include <GLES/eglext.h>
45 #ifdef HAVE_GLES2_GL2_H
46 # include <GLES2/gl2.h>
47 # include <GLES2/gl2ext.h>
54 #define OGL_COORD GL_FLOAT
55 #define GL_LINE_WIDTH_RANGE GL_ALIASED_LINE_WIDTH_RANGE
56 #define glOrtho glOrthof
57 #define GLUCALLBACKTYPE GLvoid (*)()
66 #endif // __RENDER_HANDLER_OGLES_H__
GLfloat oglCoord
Definition: render_handler_gles.h:53
render_handler * create_render_handler_gles1(bool init, OglGlue *glue)