Searched refs:extra_error (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libepoxy/dist/test/
H A Degl_without_glx.c77 static EGLenum extra_error = EGL_SUCCESS; variable in typeref:typename:EGLenum
92 extra_error = EGL_BAD_PARAMETER;
110 if (extra_error != EGL_SUCCESS) {
111 EGLenum error = extra_error;
112 extra_error = EGL_SUCCESS;

Completed in 2 milliseconds