9 #include "config_glesgsg.h"
12 #include "config_androiddisplay.h"
13 #include "androidGraphicsPipe.h"
14 #elif defined(HAVE_EGL)
15 #include "config_egldisplay.h"
16 #include "eglGraphicsPipe.h"
23 #include "checkPandaVersion.h"
38 init_libandroiddisplay();
39 #elif defined(HAVE_EGL)
50 get_pipe_type_pandagles() {
52 return AndroidGraphicsPipe::get_class_type().
get_index();
53 #elif defined(HAVE_EGL)
54 return eglGraphicsPipe::get_class_type().
get_index();
int get_index() const
Returns the integer index associated with this TypeHandle.