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

  /external/deqp/external/openglcts/modules/runner/
glcAospMustpassEgl.hpp 24 static const RunParams aosp_mustpass_egl_first_cfg[] = { variable
glcTestRunner.cpp 279 for (int i = 0; i < DE_LENGTH_OF_ARRAY(aosp_mustpass_egl_first_cfg); ++i)
281 configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_egl_first_cfg[i].glConfigName);
301 const int width = aosp_mustpass_egl_first_cfg[i].surfaceWidth;
302 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight;
306 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1);
307 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName,
308 aosp_mustpass_egl_first_cfg[i].screenRotation, width, height);
310 params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_egl_first_cfg[i].glConfigName));

Completed in 141 milliseconds