Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/opengl/
DgluRenderConfig.cpp164 if (cmdLine.getGLConfigName() != DE_NULL) in parseRenderConfig()
165 parseConfigBitsFromName(config, cmdLine.getGLConfigName()); in parseRenderConfig()
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.hpp198 const char* getGLConfigName (void) const;
DtcuCommandLine.cpp945 const char* CommandLine::getGLConfigName (void) const in getGLConfigName() function in tcu::CommandLine