Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DEmulationGl.h76 const std::string& getGlesVendor() const { return mGlesVendor; } in getGlesVendor()
175 std::string mGlesVendor; variable
DEmulationGl.cpp440 emulationGl->mGlesVendor = (const char*)s_gles2.glGetString(GL_VENDOR); in create()