Searched refs:EGLiface (Results 1 – 13 of 13) sorted by relevance
85 void setEglIface(const EGLiface* iface) { in setEglIface()89 const EGLiface* getEglIface() { in getEglIface()133 const EGLiface* m_eglIface = nullptr;
95 static const EGLiface s_eglIface = {306 GLESiface* static_translator_glescm_getIfaces(const EGLiface*);307 GLESiface* static_translator_glesv2_getIfaces(const EGLiface*);
30 const EGLiface& eglIface, in GLBackgroundLoader()51 const EGLiface& m_eglIface;
127 struct EGLiface { struct163 typedef GLESiface* (*__translator_getGLESIfaceFunc)(const EGLiface*); argument
157 void setIfaces(const EGLiface* eglIface, in setIfaces()172 const EGLiface* m_eglIface = nullptr;
252 static void initGlobal(EGLiface* eglIface);426 static EGLiface* eglIface();427 static void initEglIface(EGLiface* iface);
44 static void initGlobal(EGLiface* eglIface);
62 void GLESv2Context::initGlobal(EGLiface* iface) { in initGlobal()
114 static EGLiface* s_eglIface = NULL;394 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface);396 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface) { in static_translator_glesv2_getIfaces()397 s_eglIface = (EGLiface*)eglIface; in static_translator_glesv2_getIfaces()
42 static void initGlobal(EGLiface* eglIface);
82 static EGLiface* s_eglIface = NULL;332 GL_APICALL GLESiface* GL_APIENTRY static_translator_glescm_getIfaces(const EGLiface* eglIface);334 GLESiface* static_translator_glescm_getIfaces(const EGLiface* eglIface) { in static_translator_glescm_getIfaces()335 s_eglIface = (EGLiface*)eglIface; in static_translator_glescm_getIfaces()
76 void GLEScmContext::initGlobal(EGLiface* eglIface) { in initGlobal()
377 static EGLiface* s_eglIface = nullptr;380 EGLiface* GLEScontext::eglIface() { in eglIface()385 void GLEScontext::initEglIface(EGLiface* iface) { in initEglIface()389 void GLEScontext::initGlobal(EGLiface* iface) { in initGlobal()