Searched refs:numconfigs (Results 1 – 3 of 3) sorted by relevance
1002 EGLint numconfigs = 0; in GetSurfaceInformation() local1004 if (eglChooseConfig(display, attrs, &config, 1, &numconfigs) == false) { in GetSurfaceInformation()
273 …的配置,存放在config中。示例代码config_size传入了1,表明config数组的大小为1。只能保存一组可用配置,但那也是足够的。而numconfigs 保存满足指定配置的所有配置数量。…
273 … 1. Only one set of configurations can be stored, but that's enough. **numconfigs** specifies the …