Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/linux/
Dscreen_info.h35 __u8 green_size; /* 0x28 */ member
/third_party/uboot/u-boot-2020.01/arch/nds32/include/asm/
Dsetup.h111 u8 green_size; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/nacl/
DSDL_naclopengles.c94 attribs[i++] = _this->gl_config.green_size; in NACL_GLES_CreateContext()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/
Dsetup.h176 u8 green_size; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspgl.c104 attribs[i++] = _this->gl_config.green_size; in PSP_GL_CreateContext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowsopengl.c178 pfd->cGreenBits = _this->gl_config.green_size; in WIN_GL_SetupPixelFormat()
490 *iAttr++ = _this->gl_config.green_size; in WIN_GL_SetupWindowInternal()
/third_party/uboot/u-boot-2020.01/drivers/pci/
Dpci_rom.c225 screen_info->green_size = vesa->green_mask_size; in setup_video()
/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h305 int green_size; member
DSDL_egl.c311 attribs[i++] = _this->gl_config.green_size; in SDL_EGL_ChooseConfig()
DSDL_video.c2878 _this->gl_config.green_size = 3; in SDL_GL_ResetAttributes()
2929 _this->gl_config.green_size = value; in SDL_GL_SetAttribute()
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitopengles.m191 gBits:_this->gl_config.green_size
/third_party/flutter/skia/third_party/externals/sdl/src/video/pandora/
DSDL_pandora.c421 wdata->gles_attributes[attr_pos++] = _this->gl_config.green_size; in PND_gl_createcontext()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11opengl.c414 attribs[i++] = _this->gl_config.green_size; in X11_GL_GetAttributes()