Home
last modified time | relevance | path

Searched refs:red_size (Results 1 – 13 of 13) sorted by relevance

/third_party/uboot/u-boot-2020.01/include/linux/
Dscreen_info.h33 __u8 red_size; /* 0x26 */ member
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dsetup.h109 u8 red_size; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c92 attribs[i++] = _this->gl_config.red_size; in NACL_GLES_CreateContext()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dsetup.h174 u8 red_size; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl.c102 attribs[i++] = _this->gl_config.red_size; in PSP_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c177 pfd->cRedBits = _this->gl_config.red_size; in WIN_GL_SetupPixelFormat()
488 *iAttr++ = _this->gl_config.red_size; in WIN_GL_SetupWindowInternal()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_rom.c223 screen_info->red_size = vesa->red_mask_size; in setup_video()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h304 int red_size; member
DSDL_egl.c309 attribs[i++] = _this->gl_config.red_size; in SDL_EGL_ChooseConfig()
DSDL_video.c2877 _this->gl_config.red_size = 3; in SDL_GL_ResetAttributes()
2926 _this->gl_config.red_size = value; in SDL_GL_SetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m190 rBits:_this->gl_config.red_size
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c419 wdata->gles_attributes[attr_pos++] = _this->gl_config.red_size; in PND_gl_createcontext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c412 attribs[i++] = _this->gl_config.red_size; in X11_GL_GetAttributes()