Searched refs:parseRenderConfig (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatformCapabilityQueryJNI.cpp | 102 glu::RenderConfig parseRenderConfig (const std::string& argsStr) in parseRenderConfig() function 117 glu::parseRenderConfig(&renderConfig, parsedCommandLine); in parseRenderConfig() 125 const glu::RenderConfig renderConfig = parseRenderConfig(cmdLineStr); in isRenderConfigSupported()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcContext.cpp | 56 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine()); in createRenderContext()
|
D | glcNoErrorTests.cpp | 76 glu::parseRenderConfig(&renderCfg, commandLine); in verifyNoErrorContext()
|
D | glcContextFlagsTests.cpp | 66 glu::parseRenderConfig(&renderCfg, commandLine); in createContext()
|
D | glcRobustnessTests.cpp | 78 glu::parseRenderConfig(&renderCfg, commandLine); in createRobustContext()
|
D | glcMultipleContextsTests.cpp | 565 glu::parseRenderConfig(&render_config, command_line); in initSharedContexts()
|
D | glcKHRDebugTests.cpp | 191 parseRenderConfig(&renderCfg, commandLine); in initDebug() 208 parseRenderConfig(&renderCfg, commandLine); in initNonDebug()
|
D | glcRobustBufferAccessBehaviorTests.cpp | 1044 glu::parseRenderConfig(&renderCfg, commandLine); in createRobustContext()
|
/external/deqp/framework/opengl/ |
D | gluRenderConfig.hpp | 115 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine);
|
D | gluRenderConfig.cpp | 143 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine) in parseRenderConfig() function
|
D | gluRenderContext.cpp | 182 parseRenderConfig(&config, cmdLine); in createDefaultRenderContext()
|