Home
last modified time | relevance | path

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

/external/chromium_org/gpu/config/
Dgpu_info_collector.cc53 std::string GetGLString(unsigned int pname) { in GetGLString() function
99 gpu_info->gl_renderer = GetGLString(GL_RENDERER); in CollectGraphicsInfoGL()
100 gpu_info->gl_vendor = GetGLString(GL_VENDOR); in CollectGraphicsInfoGL()
101 gpu_info->gl_extensions = GetGLString(GL_EXTENSIONS); in CollectGraphicsInfoGL()
102 gpu_info->gl_version = GetGLString(GL_VERSION); in CollectGraphicsInfoGL()
103 std::string glsl_version_string = GetGLString(GL_SHADING_LANGUAGE_VERSION); in CollectGraphicsInfoGL()