Searched refs:AOSPConfig (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcConfigList.hpp | 94 struct AOSPConfig struct 96 AOSPConfig(ConfigType type_, int id_, deUint32 surfaceTypes_, deInt32 redBits_, deInt32 greenBits_, in AOSPConfig() function 111 AOSPConfig(void) in AOSPConfig() argument 148 std::vector<AOSPConfig> aospConfigs;
|
D | glcConfigListWGL.cpp | 64 configList.aospConfigs.push_back(AOSPConfig( in getDefaultWglConfigList()
|
D | glcConfigListEGL.cpp | 135 …configList.aospConfigs.push_back(AOSPConfig(CONFIGTYPE_EGL, id, surfaceTypes, redSize, greenSize, … in getDefaultEglConfigList()
|
/external/deqp/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 267 static bool isGLConfigCompatible(configInfo cfgInfo, const AOSPConfig& config) in isGLConfigCompatible() 283 vector<AOSPConfig>::const_iterator cfgIter; in getTestRunsForAOSPEGL() 327 vector<AOSPConfig>::const_iterator cfgIter; in getTestRunsForAOSPES()
|