Home
last modified time | relevance | path

Searched refs:aospConfigs (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp286 for (cfgIter = configs.aospConfigs.begin(); cfgIter != configs.aospConfigs.end(); ++cfgIter) in getTestRunsForAOSPEGL()
295 if (cfgIter == configs.aospConfigs.end()) in getTestRunsForAOSPEGL()
330 for (cfgIter = configs.aospConfigs.begin(); cfgIter != configs.aospConfigs.end(); ++cfgIter) in getTestRunsForAOSPES()
339 if (cfgIter == configs.aospConfigs.end()) in getTestRunsForAOSPES()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigList.hpp148 std::vector<AOSPConfig> aospConfigs; member in glcts::ConfigList
DglcConfigListWGL.cpp79 configList.aospConfigs.push_back(AOSPConfig( in getDefaultWglConfigList()
DglcConfigListEGL.cpp135 …configList.aospConfigs.push_back(AOSPConfig(CONFIGTYPE_EGL, id, surfaceTypes, redSize, greenSize, … in getDefaultEglConfigList()