Home
last modified time | relevance | path

Searched refs:green (Results 951 - 975 of 2371) sorted by relevance

1...<<31323334353637383940>>...95

/kernel/linux/linux-5.10/include/video/
H A Dimx-ipu-v3.h238 struct fb_bitfield green; member
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_lightbar.c246 param->set_rgb.green = val[2]; in led_rgb_store()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H A Dcros_ec_lightbar.c247 param->set_rgb.green = val[2]; in led_rgb_store()
/kernel/linux/linux-6.6/drivers/video/fbdev/matrox/
H A Dmatroxfb_accel.c148 case 16: if (minfo->fbcon.var.green.length == 5) in matrox_cfbX_init()
/kernel/linux/linux-6.6/drivers/video/fbdev/savage/
H A Dsavagefb.h240 u16 red, green, blue, transp; member
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/
H A Dintelfbhw.h572 unsigned red, unsigned green, unsigned blue,
/kernel/linux/linux-6.6/include/video/
H A Dimx-ipu-v3.h239 struct fb_bitfield green; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga3d_surfacedefs.h291 uint8 green; member
/third_party/ffmpeg/libavdevice/
H A Dxv.c213 fgcolor.red = fgcolor.green = fgcolor.blue = 0; in xv_write_header()
/third_party/backends/backend/
H A Dmustek_usb_high.h269 SANE_Byte *green; member
H A Dnec.c183 #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 Dsharp.c77 - 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 DRenderStateCache.cpp296 samplerDesc.BorderColor[1] = borderColor.green; in getSamplerState()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcGLSLVectorConstructorTests.cpp237 "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 DPbufferTest.cpp419 // 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 DMultisampleTest.cpp424 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 DDrawBaseVertexVariantsTest.cpp123 GLColor::green, in DrawBaseVertexVariantsTest()
H A DBindUniformLocationTest.cpp575 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Ddisassemble.cpp113 // 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 Ddisassemble.cpp113 // 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 Dglfw3.h1140 /*! 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 Ddisassemble.cpp489 if (color_) stream_ << spvtools::clr::green{print_};
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboMultisampleTests.cpp315 // 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 DSampleParagraph.cpp569 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 Des31fGeometryShaderTests.cpp973 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...]

Completed in 42 milliseconds

1...<<31323334353637383940>>...95