Home | History | Annotate | Download | only in egl

Lines Matching defs:attrib_list

1 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
14 EGLint *attrib_list = (EGLint *) 0;
20 _exceptionMessage = "attrib_list == null";
45 attrib_list = attrib_list_base + offset;
48 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
56 _exceptionMessage = "attrib_list must contain EGL_NONE!";
64 (EGLint *)attrib_list
78 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
91 EGLint *attrib_list = (EGLint *) 0;
98 _exceptionMessage = "attrib_list == null";
127 attrib_list = attrib_list_base + offset;
130 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
138 _exceptionMessage = "attrib_list must contain EGL_NONE!";
146 (EGLint *)attrib_list