Searched refs:EGLClient_glesInterface (Results 1 – 7 of 7) sorted by relevance
47 const EGLClient_glesInterface *gles_iface() const { return m_gles_iface; } in gles_iface()48 const EGLClient_glesInterface *gles2_iface() const { return m_gles2_iface; } in gles2_iface()58 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,82 EGLClient_glesInterface *m_gles_iface;83 EGLClient_glesInterface *m_gles2_iface;
24 void initClientFuncs(const EGLClient_glesInterface *iface, int idx);
64 void initClientFuncs(const EGLClient_glesInterface *iface, int idx) in initClientFuncs()
232 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *libName, in loadGLESClientAPI()
31 } EGLClient_glesInterface; typedef39 typedef EGLClient_glesInterface *(*init_emul_gles_t)(EGLClient_eglInterface *eglIface);
37 static EGLClient_glesInterface * s_gl = NULL;150 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) in init_emul_gles()155 s_gl = new EGLClient_glesInterface(); in init_emul_gles()
37 static EGLClient_glesInterface * s_gl = NULL;162 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) in init_emul_gles()167 s_gl = new EGLClient_glesInterface(); in init_emul_gles()