Searched refs:egl_conf (Results 1 – 1 of 1) sorted by relevance
34 chooseFormat(EGLConfig egl_conf) in chooseFormat() argument39 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() local118 egl_conf = egl_configs[i]; in glGetConfig()123 *pconf = egl_conf; in glGetConfig()124 *pformat = chooseFormat(egl_conf); in glGetConfig()
Completed in 3 milliseconds