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;
27 attrib_list = attrib_list_base + offset;
30 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
38 _exceptionMessage = "attrib_list must contain EGL_NONE!";
60 (EGLint *)attrib_list
74 /* EGLSurface eglCreateWindowSurface ( EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const EGLint *attrib_list ) */
87 EGLint *attrib_list = (EGLint *) 0;
94 _exceptionMessage = "attrib_list == null";
123 attrib_list = attrib_list_base + offset;
126 if (*((EGLint*)(attrib_list + i)) == EGL_NONE){
134 _exceptionMessage = "attrib_list must contain EGL_NONE!";
142 (EGLint *)attrib_list