Searched refs:GLESiface (Results 1 – 9 of 9) sorted by relevance
81 void setIface(const GLESiface* iface, GLESVersion ver) { in setIface()95 const GLESiface* getIface(GLESVersion ver) const { in getIface()132 const GLESiface* m_gles_ifaces[MAX_GLES_VERSION] = {};
24 void initClientFuncs(const GLESiface *iface, int idx);
107 const GLESiface* iface = g_eglInfo->getIface(version); in initGLESx()306 GLESiface* static_translator_glescm_getIfaces(const EGLiface*);307 GLESiface* static_translator_glesv2_getIfaces(const EGLiface*);1002 const GLESiface* iface = g_eglInfo->getIface(glesVersion); in eglCreateOrLoadContext()1379 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()1384 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()1472 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroyImageKHR()1497 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglCreateSyncKHR()1508 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglClientWaitSyncKHR()1535 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroySyncKHR()[all …]
66 void initClientFuncs(const GLESiface *iface, int idx) in initClientFuncs()
31 const GLESiface& glesIface, in GLBackgroundLoader()52 const GLESiface& m_glesIface;
120 } GLESiface; typedef163 typedef GLESiface* (*__translator_getGLESIfaceFunc)(const EGLiface*);
158 const GLESiface* glesIface) { in setIfaces()173 const GLESiface* m_glesIface = nullptr;
83 static GLESiface s_glesIface = {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()
115 static GLESiface s_glesIface = {394 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface);396 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface) { in static_translator_glesv2_getIfaces()