Searched refs:CONFIGTYPE_EGL (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 135 …configList.aospConfigs.push_back(AOSPConfig(CONFIGTYPE_EGL, id, surfaceTypes, redSize, greenSize, … in getDefaultEglConfigList() 141 configList.configs.push_back(Config(CONFIGTYPE_EGL, id, surfaceTypes)); in getDefaultEglConfigList() 147 ExcludedConfig(CONFIGTYPE_EGL, id, in getDefaultEglConfigList()
|
D | glcConfigList.hpp | 40 CONFIGTYPE_EGL, //!< EGL config. enumerator
|
D | glcConfigListCase.cpp | 41 case CONFIGTYPE_EGL: in getConfigTypeName()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 97 if (config.type == CONFIGTYPE_EGL) in appendConfigArgs() 289 if ((*cfgIter).type == CONFIGTYPE_EGL && isGLConfigCompatible(cfgInfo, *cfgIter)) in getTestRunsForAOSPEGL()
|