Home
last modified time | relevance | path

Searched refs:green (Results 1026 - 1050 of 2389) sorted by relevance

1...<<41424344454647484950>>...96

/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_2_0_autogen.h51 GLfloat green,
89 GLfloat green,
97 GLboolean green,
H A Dframe_capture_utils.cpp135 json->addScalar("green", color.green); in SerializeColorF()
149 json->addScalar("Green", color.green); in SerializeColorI()
157 json->addScalar("Green", color.green); in SerializeColorUI()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DShaderStorageBufferTest.cpp2674 // Output red to index 0, and green to index 1. in TEST_P()
2717 // Verify that the first framebuffer is now green in TEST_P()
2720 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
2722 // Verify the contents of the buffer. It should have blue as the first index and green as the in TEST_P()
2730 EXPECT_EQ(GLColor::green, bufferContents[1]); in TEST_P()
2780 // buffer, which is green. in TEST_P()
2822 // Verify that the first framebuffer is now green in TEST_P()
2825 EXPECT_PIXEL_COLOR_EQ(0, 0, GLColor::green); in TEST_P()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DBC_Decoder.cpp1734 const BC_channel *green = reinterpret_cast<const BC_channel *>(src + 8);
1738 for(int x = 0; x < w; x += BlockWidth, red += 2, green += 2, dstRow += dx)
1741 green->decode(dstRow, x, y, w, h, dstPitch, dstBpp, 1, isSigned);
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp2057 return sw::Color<float>(color.red, color.green, color.blue, color.alpha); in ConvertColor()
2189 unsigned int ConvertColorMask(bool red, bool green, bool blue, bool alpha) in ConvertColorMask() argument
2192 (green ? 0x00000002 : 0) | in ConvertColorMask()
/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp531 palette[palette_index].green, in colrv1_configure_skpaint()
567 palette[solid.color.palette_index].green, in colrv1_configure_skpaint()
1319 palette[layerColorIndex].green, in generateGlyphImage()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderDerivateTests.cpp481 const tcu::IVec4 green (0, 255, 0, 255); in reverifyConstantDerivateWithFlushRelaxations()
491 tcu::clear(errorMask, green); in reverifyConstantDerivateWithFlushRelaxations()
870 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderDerivateTests.cpp417 const tcu::IVec4 green (0, 255, 0, 255); in reverifyConstantDerivateWithFlushRelaxations()
427 tcu::clear(errorMask, green); in reverifyConstantDerivateWithFlushRelaxations()
731 tcu::clear(errorMask.getAccess(), tcu::RGBA::green().toVec()); in iterate()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp33 const uint8_t green = 0x8F; member
180 buffer[i + 1] = green; // i + 1: green index in CreateBuffer()
2146 EXPECT_TRUE(std::abs(wpixel[i + 1] - percent * green) <= 1); // 1: Floating point to integer error in HWTEST_F()
2183 EXPECT_TRUE(std::abs(wpixel[i + 1] - percent * green) <= 1); // 1: Floating point to integer error in HWTEST_F()
2196 EXPECT_TRUE(std::abs(wpixel3[i + 1] - green) <= 1); // 1: Floating point to integer error in HWTEST_F()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp123 // Any pixel with !(G ~= 255) is faulty (not a linear combinations of green and yellow) in verifyImageYellowGreen()
127 // Any pixel with !(B ~= 0) is faulty (not a linear combinations of green and yellow) in verifyImageYellowGreen()
803 // \note the green/yellow pattern is only for clarity. The test will only verify that all instances were drawn by looking for anything non-green/yellow. in iterate()
813 const tcu::Vec4 green (0, 1, 0, 1); in renderTo()
854 colors.push_back(((x + y) % 2 == 0) ? (green) : (yellow)); in renderTo()
1190 // \note the green/yellow pattern is only for clarity. The test will only verify that all grid cells were drawn by looking for anything non-green/yellow.
1276 << " const vec4 green = vec4(0.0, 1.0, 0.0, 1.0);\n";
1287 << " vec4 color = ((x + y)%2u != 0u) ? (yellow) : (green);\
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.c1407 static void rockchip_vop_crtc_fb_gamma_set(struct drm_crtc *crtc, u16 red, u16 green, u16 blue, int regno) in rockchip_vop_crtc_fb_gamma_set() argument
1418 g = green * (lut_len - 1) / 0xffff; in rockchip_vop_crtc_fb_gamma_set()
1423 static void rockchip_vop_crtc_fb_gamma_get(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, int regno) in rockchip_vop_crtc_fb_gamma_get() argument
1437 *green = g * 0xffff / (lut_len - 1); in rockchip_vop_crtc_fb_gamma_get()
1441 static int vop_crtc_legacy_gamma_set(struct drm_crtc *crtc, u16 *red, u16 *green, u16 *blue, uint32_t size, in vop_crtc_legacy_gamma_set() argument
1453 rockchip_vop_crtc_fb_gamma_set(crtc, red[i], green[i], blue[i], i); in vop_crtc_legacy_gamma_set()
1468 rockchip_vop_crtc_fb_gamma_set(crtc, lut[i].red, lut[i].green, lut[i].blue, i); in vop_crtc_atomic_gamma_set()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/native/
H A Dability.h840 * @param green The value ranges from 0 to 255.
846 virtual int SetWindowBackgroundColor(int red, int green, int blue) final;
/kernel/linux/linux-5.10/drivers/video/fbdev/
H A Dssd1307fb.c105 .green = { .length = 1 },
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dradeon_drm.h342 unsigned int green; member
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H A Dmtk_drm_ddp_comp.c319 (((lut[i].green >> 6) & LUT_10BIT_MASK) << 10) + in mtk_gamma_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c318 writew(drm_color_lut_extract(in->green, 11) << 3, mem + 2); in head507d_olut_load()
H A Dhead907d.c290 writew(drm_color_lut_extract(in->green, 14) + 0x6000, mem + 2); in head907d_olut_load()
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_hvs.c193 vc4_crtc->lut_g[i] = drm_color_lut_extract(lut[i].green, 8); in vc4_hvs_update_gamma_lut()
/kernel/linux/linux-6.6/include/uapi/drm/
H A Dradeon_drm.h342 unsigned int green; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Dhead507d.c318 writew(drm_color_lut_extract(in->green, 11) << 3, mem + 2); in head507d_olut_load()
H A Dhead907d.c290 writew(drm_color_lut_extract(in->green, 14) + 0x6000, mem + 2); in head907d_olut_load()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dradeon_drm.h249 unsigned int green; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dradeon_drm.h262 unsigned int green; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dradeon_drm.h262 unsigned int green; member
/third_party/libdrm/include/drm/
H A Dradeon_drm.h342 unsigned int green; member

Completed in 58 milliseconds

1...<<41424344454647484950>>...96