Home
last modified time | relevance | path

Searched refs:numconfigs (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Degl_state.cpp1002 EGLint numconfigs = 0; in GetSurfaceInformation() local
1004 if (eglChooseConfig(display, attrs, &config, 1, &numconfigs) == false) { in GetSurfaceInformation()
/ohos5.0/docs/zh-cn/application-dev/reference/native-lib/
H A Dopengles.md273 …的配置,存放在config中。示例代码config_size传入了1,表明config数组的大小为1。只能保存一组可用配置,但那也是足够的。而numconfigs 保存满足指定配置的所有配置数量。…
/ohos5.0/docs/en/application-dev/reference/native-lib/
H A Dopengles.md273 … 1. Only one set of configurations can be stored, but that's enough. **numconfigs** specifies the …