Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp107 const GLESiface* iface = g_eglInfo->getIface(version); in initGLESx()
355 if(!g_eglInfo->getIface(GLES_1_1)) { in eglInitialize()
366 if(!g_eglInfo->getIface(GLES_2_0)) { in eglInitialize()
377 if(!g_eglInfo->getIface(GLES_3_0)) { in eglInitialize()
388 if(!g_eglInfo->getIface(GLES_3_1)) { in eglInitialize()
1002 const GLESiface* iface = g_eglInfo->getIface(glesVersion); in eglCreateOrLoadContext()
1117 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
1166 g_eglInfo->getIface(prevCtx->version())->flush(); in eglMakeCurrent()
1182 …g_eglInfo->getIface(newCtx->version())->initContext(newCtx->getGlesContext(), newCtx->getShareGrou… in eglMakeCurrent()
1379 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()
[all …]
DEglContext.cpp143 g_eglInfo->getIface(version())->setShareGroup(m_glesContext, {}); in ~EglContext()
152 g_eglInfo->getIface(version())->deleteGLESContext(m_glesContext); in ~EglContext()
DEglGlobalInfo.h95 const GLESiface* getIface(GLESVersion ver) const { in getIface() function
DEglDisplay.cpp686 EglGlobalInfo::getInstance()->getIface(GLES_2_0)); in onLoadAllImages()