Home
last modified time | relevance | path

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

/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/
Drenderer.cpp138 auto opengl_info = {GL_VENDOR, GL_RENDERER, GL_VERSION, GL_EXTENSIONS}; in initDisplay() local
139 for (auto name : opengl_info) { in initDisplay()