Searched refs:aosp_mustpass_es_first_cfg (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 320 for (int i = 0; i < DE_LENGTH_OF_ARRAY(aosp_mustpass_es_first_cfg); ++i) in getTestRunsForAOSPES() 322 if (!glu::contextSupports(glu::ContextType(apiType), aosp_mustpass_es_first_cfg[i].apiType)) in getTestRunsForAOSPES() 325 configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_es_first_cfg[i].glConfigName); in getTestRunsForAOSPES() 340 de::toString(aosp_mustpass_es_first_cfg[i].glConfigName)) in getTestRunsForAOSPES() 345 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType); in getTestRunsForAOSPES() 347 const int width = aosp_mustpass_es_first_cfg[i].surfaceWidth; in getTestRunsForAOSPES() 348 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight; in getTestRunsForAOSPES() 351 …params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width… in getTestRunsForAOSPES() 352 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_es_first_cfg[i].configName, in getTestRunsForAOSPES() 353 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
|