Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc122 _this->gl_config.accum_blue_size || in HAIKU_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c233 pfd->cAccumBlueBits = _this->gl_config.accum_blue_size; in WIN_GL_SetupPixelFormat()
576 if (_this->gl_config.accum_blue_size) { in WIN_GL_SetupWindowInternal()
578 *iAttr++ = _this->gl_config.accum_blue_size; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m254 _this->gl_config.accum_blue_size +
257 …ccum_red_size + _this->gl_config.accum_green_size + _this->gl_config.accum_blue_size + _this->gl_c…
/AliOS-Things-master/components/SDL2/src/video/x11/
A DSDL_x11opengl.c538 if (_this->gl_config.accum_blue_size) { in X11_GL_GetAttributes()
540 attribs[i++] = _this->gl_config.accum_blue_size; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h347 int accum_blue_size; member
A DSDL_video.c3151 _this->gl_config.accum_blue_size = 0; in SDL_GL_ResetAttributes()
3230 _this->gl_config.accum_blue_size = value; in SDL_GL_SetAttribute()

Completed in 15 milliseconds