/kernel/linux/linux-5.10/include/video/ |
H A D | imx-ipu-v3.h | 238 struct fb_bitfield green; member
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
H A D | cros_ec_lightbar.c | 246 param->set_rgb.green = val[2]; in led_rgb_store()
|
/kernel/linux/linux-6.6/drivers/platform/chrome/ |
H A D | cros_ec_lightbar.c | 247 param->set_rgb.green = val[2]; in led_rgb_store()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/ |
H A D | matroxfb_accel.c | 148 case 16: if (minfo->fbcon.var.green.length == 5) in matrox_cfbX_init()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/ |
H A D | savagefb.h | 240 u16 red, green, blue, transp; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbhw.h | 572 unsigned red, unsigned green, unsigned blue,
|
/kernel/linux/linux-6.6/include/video/ |
H A D | imx-ipu-v3.h | 239 struct fb_bitfield green; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga3d_surfacedefs.h | 291 uint8 green; member
|
/third_party/ffmpeg/libavdevice/ |
H A D | xv.c | 213 fgcolor.red = fgcolor.green = fgcolor.blue = 0; in xv_write_header()
|
/third_party/backends/backend/ |
H A D | mustek_usb_high.h | 269 SANE_Byte *green; member
|
H A D | nec.c | 183 #define LIGHT_GREEN "green" 1681 s->opt[OPT_THRESHOLD_G].name = SANE_NAME_THRESHOLD "-green"; in init_options() 1682 s->opt[OPT_THRESHOLD_G].title = SANE_TITLE_THRESHOLD " (green)"; in init_options() 1683 s->opt[OPT_THRESHOLD_G].desc = SANE_DESC_THRESHOLD " (green)"; in init_options() 1752 /* green gamma vector */ in init_options() 3499 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local 3599 green = &(red[max_pixel]); in sane_read_shuffled() 3600 blue = &(green[max_pixel]); in sane_read_shuffled() 3604 *dest++ = *green++; in sane_read_shuffled() 3612 green in sane_read_shuffled() [all...] |
H A D | sharp.c | 77 - separate thresholds for red, green, blue (bi-level color scan) added 203 #define LIGHT_GREEN "green" 2110 s->opt[OPT_THRESHOLD_G].name = SANE_NAME_THRESHOLD "-green"; in init_options() 2111 s->opt[OPT_THRESHOLD_G].title = SANE_TITLE_THRESHOLD " (green)"; in init_options() 2112 s->opt[OPT_THRESHOLD_G].desc = SANE_DESC_THRESHOLD " (green)"; in init_options() 2192 /* green gamma vector */ in init_options() 4003 SANE_Byte *dest, *red, *green, *blue, mask; in sane_read_shuffled() local 4096 green = &(red[max_pixel]); in sane_read_shuffled() 4097 blue = &(green[max_pixel]); in sane_read_shuffled() 4101 *dest++ = *green in sane_read_shuffled() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | RenderStateCache.cpp | 296 samplerDesc.BorderColor[1] = borderColor.green; in getSamplerState()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcGLSLVectorConstructorTests.cpp | 237 "const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" 244 " vColor = green;\n" 254 "const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" 261 " my_FragColor = green;\n" 504 const auto expectedColor = tcu::RGBA::green().toVec(); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | PbufferTest.cpp | 419 // Clear the back buffer to a unique color (green) in TEST_P() 422 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
|
H A D | MultisampleTest.cpp | 424 glClearColor(0.0f, 1.0f, 0.0f, 1.0f); // clear to green in TEST_P() 446 EXPECT_PIXEL_COLOR_EQ(1, 1, GLColor::green); in TEST_P()
|
H A D | DrawBaseVertexVariantsTest.cpp | 123 GLColor::green, in DrawBaseVertexVariantsTest()
|
H A D | BindUniformLocationTest.cpp | 575 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | disassemble.cpp | 113 // Sets the output to green, if color is turned on. 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | disassemble.cpp | 113 // Sets the output to green, if color is turned on. 115 if (color_) out_.get() << spvtools::clr::green{print_}; in SetGreen()
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/include/GLFW/ |
H A D | glfw3.h | 1140 /*! The bit depth of the green channel of the video mode. 1167 /*! An array of value describing the response of the green channel. 1169 unsigned short* green; member
|
/third_party/spirv-tools/source/ |
H A D | disassemble.cpp | 489 if (color_) stream_ << spvtools::clr::green{print_};
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboMultisampleTests.cpp | 315 // Blit color from fboMultisampled (should be green) to fboResolve (should currently be red). in test() 320 // fboResolve should now be green. in test() 332 TCU_CHECK(compareThreshold(color, tcu::RGBA::green(), threshold)); in test()
|
/third_party/skia/modules/skparagraph/samples/ |
H A D | SampleParagraph.cpp | 569 SkPaint green; in drawFlutter() local 570 green.setAntiAlias(true); in drawFlutter() 571 green.setColor(SK_ColorGREEN); in drawFlutter() 611 style3.setForegroundColor(green); in drawFlutter() 820 SkPaint green; in hangingS() local 821 green.setAntiAlias(true); in hangingS() 822 green.setColor(SK_ColorGREEN); in hangingS() 863 style3.setForegroundColor(green); in hangingS()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fGeometryShaderTests.cpp | 973 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in shadeFragments() local 976 const tcu::Vec4 colors[4] = { yellow, red, green, blue }; in shadeFragments() 1002 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in shadePrimitives() local 1005 const tcu::Vec4 colors[4] = { red, green, blue, yellow }; in shadePrimitives() 1098 " const highp vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" in genGeometrySource() 1101 " const highp vec4 colors[4] = vec4[4](red, green, blue, yellow);\n" in genGeometrySource() 1184 " const mediump vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n" in genFragmentSource() 1187 " const mediump vec4 colors[4] = vec4[4](yellow, red, green, blue);\n" in genFragmentSource() 1284 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); in shadePrimitives() local 1287 const tcu::Vec4 colors[4] = { red, green, blu in shadePrimitives() 3486 const tcu::Vec4 green = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); verifyLayerContent() local [all...] |