Home
last modified time | relevance | path

Searched refs:eglGetGlLibrary (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTranslatorIfaces.h137 GlLibrary* (*eglGetGlLibrary)(); member
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp63 s_glDispatch.dispatchFuncs(s_maxGlesVersion, iface->eglGetGlLibrary(), iface->getProcAddress); in initGlobal()
DGLESv2Imp.cpp267 s_eglIface->eglGetGlLibrary()); in createGLESxContext()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp98 .eglGetGlLibrary = translator::egl::getGlLibrary,
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp77 …s_glDispatch.dispatchFuncs(s_maxGlesVersion, eglIface->eglGetGlLibrary(), eglIface->getProcAddress… in initGlobal()