Searched refs:mGlesExtensions (Results 1 – 2 of 2) sorted by relevance
79 const std::string& getGlesExtensionsString() const { return mGlesExtensions; } in getGlesExtensionsString()178 std::string mGlesExtensions; variable
443 emulationGl->mGlesExtensions = (const char*)s_gles2.glGetString(GL_EXTENSIONS); in create()