Searched refs:eglIface (Results 1 - 5 of 5) sorted by relevance

/device/generic/goldfish-opengl/system/OpenglSystemCommon/
H A DEGLClientIface.h40 typedef EGLClient_glesInterface *(*init_emul_gles_t)(EGLClient_eglInterface *eglIface);
/device/generic/goldfish-opengl/system/egl/
H A DeglDisplay.h45 bool initialize(EGLClient_eglInterface *eglIface);
72 EGLClient_eglInterface *eglIface,
H A DeglDisplay.cpp86 bool eglDisplay::initialize(EGLClient_eglInterface *eglIface) argument
96 eglIface,
100 eglIface,
112 eglIface,
116 eglIface,
261 EGLClient_eglInterface *eglIface,
278 return (*init_gles_func)(eglIface);
260 loadGLESClientAPI(const char *libName, EGLClient_eglInterface *eglIface, void **libHandle) argument
/device/generic/goldfish-opengl/system/GLESv1/
H A Dgl.cpp169 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) argument
171 s_egl = eglIface;
/device/generic/goldfish-opengl/system/GLESv2/
H A Dgl2.cpp168 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) argument
170 s_egl = eglIface;

Completed in 132 milliseconds