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