Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLBackgroundLoader.cpp42 if (!m_eglIface.bindAuxiliaryContext(s_context, s_surface)) { in main()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h155 bool (*bindAuxiliaryContext)(EGLContext context, EGLSurface surface); member
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp74 static bool bindAuxiliaryContext(
101 .bindAuxiliaryContext = translator::egl::bindAuxiliaryContext,
1943 static bool bindAuxiliaryContext(EGLContext context, EGLSurface surface) { in bindAuxiliaryContext() function