Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/haiku/
A DSDL_bopengl.cc121 _this->gl_config.accum_green_size || in HAIKU_GL_CreateContext()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowsopengl.c232 pfd->cAccumGreenBits = _this->gl_config.accum_green_size; in WIN_GL_SetupPixelFormat()
571 if (_this->gl_config.accum_green_size) { in WIN_GL_SetupWindowInternal()
573 *iAttr++ = _this->gl_config.accum_green_size; in WIN_GL_SetupWindowInternal()
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoaopengl.m253 _this->gl_config.accum_green_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.c533 if (_this->gl_config.accum_green_size) { in X11_GL_GetAttributes()
535 attribs[i++] = _this->gl_config.accum_green_size; in X11_GL_GetAttributes()
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h346 int accum_green_size; member
A DSDL_video.c3150 _this->gl_config.accum_green_size = 0; in SDL_GL_ResetAttributes()
3227 _this->gl_config.accum_green_size = value; in SDL_GL_SetAttribute()

Completed in 30 milliseconds