/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | capture_gles_2_0_autogen.h | 51 GLfloat green, 89 GLfloat green, 97 GLboolean green,
|
H A D | frame_capture_utils.cpp | 135 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 D | ShaderStorageBufferTest.cpp | 2674 // 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 D | BC_Decoder.cpp | 1734 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 D | utilities.cpp | 2057 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 D | SkFontHost_FreeType_common.cpp | 531 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 D | es3fShaderDerivateTests.cpp | 481 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 D | vktShaderRenderDerivateTests.cpp | 417 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 D | pixel_map_test.cpp | 33 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 D | es31fDrawTests.cpp | 123 // 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 D | rockchip_drm_vop.c | 1407 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 D | ability.h | 840 * @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 D | ssd1307fb.c | 105 .green = { .length = 1 },
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | radeon_drm.h | 342 unsigned int green; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_drm_ddp_comp.c | 319 (((lut[i].green >> 6) & LUT_10BIT_MASK) << 10) + in mtk_gamma_set()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head507d.c | 318 writew(drm_color_lut_extract(in->green, 11) << 3, mem + 2); in head507d_olut_load()
|
H A D | head907d.c | 290 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 D | vc4_hvs.c | 193 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 D | radeon_drm.h | 342 unsigned int green; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head507d.c | 318 writew(drm_color_lut_extract(in->green, 11) << 3, mem + 2); in head507d_olut_load()
|
H A D | head907d.c | 290 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 D | radeon_drm.h | 249 unsigned int green; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | radeon_drm.h | 262 unsigned int green; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | radeon_drm.h | 262 unsigned int green; member
|
/third_party/libdrm/include/drm/ |
H A D | radeon_drm.h | 342 unsigned int green; member
|