Searched refs:aosp_mustpass_es_first_cfg (Results 1 – 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 322 for (int i = 0; i < DE_LENGTH_OF_ARRAY(aosp_mustpass_es_first_cfg); ++i) in getTestRunsForAOSPES() 324 if (!glu::contextSupports(glu::ContextType(apiType), aosp_mustpass_es_first_cfg[i].apiType)) in getTestRunsForAOSPES() 327 configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_es_first_cfg[i].glConfigName); in getTestRunsForAOSPES() 342 de::toString(aosp_mustpass_es_first_cfg[i].glConfigName)) in getTestRunsForAOSPES() 347 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType); in getTestRunsForAOSPES() 349 const int width = aosp_mustpass_es_first_cfg[i].surfaceWidth; in getTestRunsForAOSPES() 350 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight; in getTestRunsForAOSPES() 353 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES() 354 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_es_first_cfg[i].configName, in getTestRunsForAOSPES() 355 aosp_mustpass_es_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPES() [all …]
|
D | glcAospMustpassEs.hpp | 24 static const RunParams aosp_mustpass_es_first_cfg[] = { variable
|