Home
last modified time | relevance | path

Searched refs:setIface (Results 1 – 2 of 2) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglGlobalInfo.h40 void setIface(GLESiface* iface,GLESVersion ver) { m_gles_ifaces[ver] = iface;}; in setIface() function
DEglImp.cpp207 g_eglInfo->setIface(func(&s_eglIface),GLES_1_1); in eglInitialize()
217 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0); in eglInitialize()