Home
last modified time | relevance | path

Searched refs:accum_red_size (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc120 if (_this->gl_config.accum_red_size || in HAIKU_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c231 pfd->cAccumRedBits = _this->gl_config.accum_red_size; in WIN_GL_SetupPixelFormat()
566 if (_this->gl_config.accum_red_size) { in WIN_GL_SetupWindowInternal()
568 *iAttr++ = _this->gl_config.accum_red_size; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m252 if ((_this->gl_config.accum_red_size +
257 …attr[i++] = _this->gl_config.accum_red_size + _this->gl_config.accum_green_size + _this->gl_config…
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c528 if (_this->gl_config.accum_red_size) { in X11_GL_GetAttributes()
530 attribs[i++] = _this->gl_config.accum_red_size; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h345 int accum_red_size; member
A DSDL_video.c3149 _this->gl_config.accum_red_size = 0; in SDL_GL_ResetAttributes()
3224 _this->gl_config.accum_red_size = value; in SDL_GL_SetAttribute()

Completed in 15 milliseconds