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

  /device/generic/goldfish/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 823 milliseconds