Home
last modified time | relevance | path

Searched refs:s_glVendorGles1 (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h690 static std::string s_glVendorGles1; variable
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp184 std::string GLEScontext::s_glVendorGles1; member in GLEScontext
1753 return s_glVendorGles1.c_str(); in getVendorString()
2041 std::string& vendorString = isES11 ? s_glVendorGles1 : (isES31? s_glVendorGles31 : s_glVendor); in buildStrings()