Home
last modified time | relevance | path

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

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