Searched refs:EGL_NONE (Results 1 – 7 of 7) sorted by relevance
267 while(attrib_list[nAttribs] != EGL_NONE) nAttribs++; in filter_es2_bit()301 for (int i = 0; attribs[i] != EGL_NONE; i++) { in eglChooseConfig()434 while(attrib_list[nAttribs] != EGL_NONE) { in eglCreateContext()
374 EGL_NONE in init_gl_surface()377 EGLint attribs[] = { EGL_WIDTH, width, EGL_HEIGHT, height, EGL_NONE }; in init_gl_surface()
369 EGL_NONE, in virgl_renderer_init()385 EGL_NONE in virgl_renderer_init()399 EGL_NONE in virgl_renderer_init()414 EGL_NONE in virgl_renderer_init()
369 EGL_NONE in rcCreateContext()498 (EGLint)surface->height, EGL_NONE }; in rcSetWindowColorBuffer()
119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro
966 while (attrib_p[0] != EGL_NONE) { in eglChooseConfig()981 while (local_attrib_p[0] != EGL_NONE) { in eglChooseConfig()1080 while (attrib_list[0] != EGL_NONE) { in eglCreatePbufferSurface()1490 while (attrib_list && attrib_list[0] != EGL_NONE) { in eglCreateContext()1903 *value = EGL_NONE; in eglQueryContext()2118 if (attrib_list[i] == EGL_NONE) { in eglCreateSyncKHR()
45 attribs - a list of attribute names followed by the desired values, terminated by EGL_NONE