Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/qnx/
A Dgl.c34 chooseFormat(EGLConfig egl_conf) in chooseFormat() argument
39 eglGetConfigAttrib(egl_disp, egl_conf, EGL_BUFFER_SIZE, &buffer_bit_depth); in chooseFormat()
40 eglGetConfigAttrib(egl_disp, egl_conf, EGL_ALPHA_SIZE, &alpha_bit_depth); in chooseFormat()
70 EGLConfig egl_conf = (EGLConfig)0; in glGetConfig() local
118 egl_conf = egl_configs[i]; in glGetConfig()
123 *pconf = egl_conf; in glGetConfig()
124 *pformat = chooseFormat(egl_conf); in glGetConfig()

Completed in 3 milliseconds