Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c545 if (_this->gl_config.framebuffer_srgb_capable) { in WIN_GL_SetupWindowInternal()
547 *iAttr++ = _this->gl_config.framebuffer_srgb_capable; in WIN_GL_SetupWindowInternal()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h326 int framebuffer_srgb_capable; member
DSDL_egl.c343 if (_this->gl_config.framebuffer_srgb_capable) { in SDL_EGL_ChooseConfig()
DSDL_video.c2908 _this->gl_config.framebuffer_srgb_capable = 0; in SDL_GL_ResetAttributes()
3014 _this->gl_config.framebuffer_srgb_capable = value; in SDL_GL_SetAttribute()
3212 *value = _this->gl_config.framebuffer_srgb_capable; in SDL_GL_GetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m196 sRGB:_this->gl_config.framebuffer_srgb_capable
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c475 if (_this->gl_config.framebuffer_srgb_capable) { in X11_GL_GetAttributes()