Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidPlatformCapabilityQueryJNI.cpp102 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/
DglcContext.cpp56 glu::parseRenderConfig(&renderCfg, m_testCtx.getCommandLine()); in createRenderContext()
DglcNoErrorTests.cpp76 glu::parseRenderConfig(&renderCfg, commandLine); in verifyNoErrorContext()
DglcContextFlagsTests.cpp66 glu::parseRenderConfig(&renderCfg, commandLine); in createContext()
DglcRobustnessTests.cpp78 glu::parseRenderConfig(&renderCfg, commandLine); in createRobustContext()
DglcMultipleContextsTests.cpp565 glu::parseRenderConfig(&render_config, command_line); in initSharedContexts()
DglcKHRDebugTests.cpp191 parseRenderConfig(&renderCfg, commandLine); in initDebug()
208 parseRenderConfig(&renderCfg, commandLine); in initNonDebug()
DglcRobustBufferAccessBehaviorTests.cpp1044 glu::parseRenderConfig(&renderCfg, commandLine); in createRobustContext()
/external/deqp/framework/opengl/
DgluRenderConfig.hpp115 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine);
DgluRenderConfig.cpp143 void parseRenderConfig (RenderConfig* config, const tcu::CommandLine& cmdLine) in parseRenderConfig() function
DgluRenderContext.cpp182 parseRenderConfig(&config, cmdLine); in createDefaultRenderContext()