Home
last modified time | relevance | path

Searched refs:getIface (Results 1 – 3 of 3) sorted by relevance

/sdk/emulator/opengl/host/libs/Translator/EGL/
DEglGlobalInfo.h41 GLESiface* getIface(GLESVersion ver){ return m_gles_ifaces[ver];} in getIface() function
DEglContext.cpp57 g_eglInfo->getIface(version())->deleteGLESContext(m_glesContext); in ~EglContext()
DEglImp.cpp204 if(!g_eglInfo->getIface(GLES_1_1)) { in eglInitialize()
213 if(!g_eglInfo->getIface(GLES_2_0)) { in eglInitialize()
629 GLESiface* iface = g_eglInfo->getIface(version); in eglCreateContext()
683 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
737 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
747 …g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup… in eglMakeCurrent()
922 g_eglInfo->getIface(currCtx->version())->finish(); in eglWaitClient()