Home
last modified time | relevance | path

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

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