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.h42 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()
632 GLESiface* iface = g_eglInfo->getIface(version); in eglCreateContext()
684 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
738 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
748 …g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(),newCtx->getShareGroup… in eglMakeCurrent()
925 g_eglInfo->getIface(currCtx->version())->finish(); in eglWaitClient()