Searched refs:egl_dispatch (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Degl_dispatch.cpp17 #include "egl_dispatch.h"
20 egl_dispatch *create_egl_dispatch(void *gles_android)
22 egl_dispatch *disp = new egl_dispatch;
H A DAndroid.mk39 egl_dispatch.cpp \
H A Degl_dispatch.h21 struct egl_dispatch { struct
113 egl_dispatch *create_egl_dispatch(void *gles_andorid);
H A Degl.cpp28 #include "egl_dispatch.h"
47 static struct egl_dispatch *s_dispatch = NULL;
205 static struct egl_dispatch *getDispatch()

Completed in 261 milliseconds