Home
last modified time | relevance | path

Searched refs:m_gles_ifaces (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()
41 GLESiface* getIface(GLESVersion ver){ return m_gles_ifaces[ver];} in getIface()
59 GLESiface* m_gles_ifaces[MAX_GLES_VERSION]; variable
DEglGlobalInfo.cpp30 memset(m_gles_ifaces,0,sizeof(m_gles_ifaces)); in EglGlobalInfo()
104 ClientAPIExts::initClientFuncs(m_gles_ifaces[ver], (int)ver - 1); in initClientExtFuncTable()