HomeSort by relevance Sort by last modified time
    Searched refs:aosp_mustpass_es_first_cfg (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/openglcts/modules/runner/
glcAospMustpassEs.hpp 24 static const RunParams aosp_mustpass_es_first_cfg[] = { variable
glcTestRunner.cpp 320 for (int i = 0; i < DE_LENGTH_OF_ARRAY(aosp_mustpass_es_first_cfg); ++i)
322 if (!glu::contextSupports(glu::ContextType(apiType), aosp_mustpass_es_first_cfg[i].apiType))
325 configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_es_first_cfg[i].glConfigName);
340 de::toString(aosp_mustpass_es_first_cfg[i].glConfigName))
345 const char* apiName = getApiName(aosp_mustpass_es_first_cfg[i].apiType);
347 const int width = aosp_mustpass_es_first_cfg[i].surfaceWidth;
348 const int height = aosp_mustpass_es_first_cfg[i].surfaceHeight;
351 params.logFilename = getLogFileName(apiName, aosp_mustpass_es_first_cfg[i].configName, 1, i, width, height, -1);
352 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_es_first_cfg[i].configName,
353 aosp_mustpass_es_first_cfg[i].screenRotation, width, height)
    [all...]

Completed in 227 milliseconds