Searched refs:aosp_mustpass_egl_first_cfg (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
H A D | glcTestRunner.cpp | 281 for (int i = 0; i < DE_LENGTH_OF_ARRAY(aosp_mustpass_egl_first_cfg); ++i) in getTestRunsForAOSPEGL() 283 configInfo cfgInfo = parseConfigBitsFromName(aosp_mustpass_egl_first_cfg[i].glConfigName); in getTestRunsForAOSPEGL() 303 const int width = aosp_mustpass_egl_first_cfg[i].surfaceWidth; in getTestRunsForAOSPEGL() 304 const int height = aosp_mustpass_egl_first_cfg[i].surfaceHeight; in getTestRunsForAOSPEGL() 308 getLogFileName(apiName, aosp_mustpass_egl_first_cfg[i].configName, 1, i, width, height, -1); in getTestRunsForAOSPEGL() 309 getBaseOptions(params.args, mustpassDir, apiName, aosp_mustpass_egl_first_cfg[i].configName, in getTestRunsForAOSPEGL() 310 aosp_mustpass_egl_first_cfg[i].screenRotation, width, height); in getTestRunsForAOSPEGL() 312 params.args.push_back(string("--deqp-gl-config-name=") + string(aosp_mustpass_egl_first_cfg[i].glConfigName)); in getTestRunsForAOSPEGL()
|
H A D | glcAospMustpassEgl.hpp | 24 static const RunParams aosp_mustpass_egl_first_cfg[] = { variable
|
Completed in 2 milliseconds