HomeSort by relevance Sort by last modified time
    Searched refs:egl_dispatch (Results 1 - 8 of 8) sorted by null

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 9 egl_dispatch.cpp
egl_dispatch.cpp 18 #include "egl_dispatch.h"
21 egl_dispatch *loadEGL(const char *p_eglPath)
28 egl_dispatch *disp = new egl_dispatch;
egl.cpp 19 #include "egl_dispatch.h"
25 static struct egl_dispatch *s_dispatch = NULL;
45 static struct egl_dispatch *getDispatch()
egl_dispatch.h 21 struct egl_dispatch { struct
113 egl_dispatch *loadEGL(const char *p_eglPath);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 17 #include "egl_dispatch.h"
20 egl_dispatch *create_egl_dispatch(void *gles_android)
22 egl_dispatch *disp = new egl_dispatch;
Android.mk 39 egl_dispatch.cpp \
egl_dispatch.h 21 struct egl_dispatch { struct
113 egl_dispatch *create_egl_dispatch(void *gles_andorid);
egl.cpp 28 #include "egl_dispatch.h"
48 static struct egl_dispatch *s_dispatch = NULL;
241 static struct egl_dispatch *getDispatch()

Completed in 52 milliseconds