Home
last modified time | relevance | path

Searched refs:errorBase (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c231 …if (!_this->gl_data->glXQueryExtension(display, &_this->gl_data->errorBase, &_this->gl_data->event… in X11_GL_LoadLibrary()
626 static int errorBase = 0; variable
647 SDL_SetError("Could not %s: %i (Base %i)", errorHandlerOperation, errorCode, errorBase); in X11_GL_ErrorHandler()
692 errorBase = _this->gl_data->errorBase; in X11_GL_CreateContext()
825 errorBase = _this->gl_data->errorBase; in X11_GL_MakeCurrent()
A DSDL_x11opengl.h32 int errorBase, eventBase; member

Completed in 8 milliseconds