Searched refs:EGLClient_glesInterface (Results 1 – 7 of 7) sorted by relevance
55 const EGLClient_glesInterface *gles_iface() const { return m_gles_iface; } in gles_iface()56 const EGLClient_glesInterface *gles2_iface() const { return m_gles2_iface; } in gles2_iface()80 EGLClient_glesInterface *loadGLESClientAPI(const char *libName,104 EGLClient_glesInterface *m_gles_iface;105 EGLClient_glesInterface *m_gles2_iface;
24 void initClientFuncs(const EGLClient_glesInterface *iface, int idx);
65 void initClientFuncs(const EGLClient_glesInterface *iface, int idx) in initClientFuncs()
279 EGLClient_glesInterface *eglDisplay::loadGLESClientAPI(const char *basename, in loadGLESClientAPI()
32 } EGLClient_glesInterface; typedef40 typedef EGLClient_glesInterface *(*init_emul_gles_t)(EGLClient_eglInterface *eglIface);
36 static EGLClient_glesInterface * s_gl = NULL;178 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) in init_emul_gles()183 s_gl = new EGLClient_glesInterface(); in init_emul_gles()
36 static EGLClient_glesInterface * s_gl = NULL;180 EGLClient_glesInterface * init_emul_gles(EGLClient_eglInterface *eglIface) in init_emul_gles()185 s_gl = new EGLClient_glesInterface(); in init_emul_gles()