Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp182 std::string* GLEScontext::s_glExtensions = NULL; member in GLEScontext
392 if (!s_glExtensions) { in initGlobal()
393 s_glExtensions = new std::string(); in initGlobal()
1741 if (s_glExtensions) in getExtensionString()
1742 ret = s_glExtensions->c_str(); in getExtensionString()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h627 static std::string* s_glExtensions; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp813 InitExtensionString(s_glSupport, *s_glExtensions); in initExtensionString()