Home
last modified time | relevance | path

Searched refs:baseRed (Results 1 – 9 of 9) sorted by relevance

/dports/x11/xscreensaver/xscreensaver-5.44/hacks/glx/
H A Dflurry-spark.c108 float baseRed; in UpdateSparkColour() local
136 baseRed = 0.1875f; in UpdateSparkColour()
142 baseRed = 0.0625f; in UpdateSparkColour()
148 baseRed = 0.0f; in UpdateSparkColour()
162 baseRed = 0.109375f * ((float) cos((colorTime+redPhaseShift)*colorRot)+1.0f); in UpdateSparkColour()
172 …s->color[0] = baseRed + 0.0625f * (0.5f + (float) cos((15.0 * (thisPointInRadians + 3.0*thisAngle)… in UpdateSparkColour()
196 float baseRed; in UpdateSpark() local
218 baseRed = 0.1875f; in UpdateSpark()
222 baseRed = 0.0625f; in UpdateSpark()
226 baseRed = 0.0f; in UpdateSpark()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fMultisampleTests.cpp801 const Vec4 baseRed (1.0f, 0.0f, 0.0f, 0.0f); in iterate() local
830 …0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0… in iterate()
939 const Vec4 baseRed (1.0f, 0.0f, 0.0f, 1.0f); in iterate() local
967 …erQuad(Vec2(x0, y0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed, baseRed, baseRed, baseRed); in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fMultisampleTests.cpp1329 const Vec4 baseRed (1.0f, 0.0f, 0.0f, 0.0f); in iterate() local
1340 …0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0… in iterate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1482 const Vec4 baseRed (1.0f, 0.0f, 0.0f, 0.0f); in iterate() local
1493 …0), Vec2(x1, y0), Vec2(x0, y1), Vec2(x1, y1), baseRed + alpha0, baseRed + alpha1, baseRed + alpha0… in iterate()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/src/
H A Drl2symbolizer.c612 style->categorize->baseRed = in parse_sld_se_categorize()
880 style->categorize->baseRed = 0; in parse_sld_se_color_map()
1494 *red = stl->categorize->baseRed; in rl2_get_raster_style_color_map_category_base()
H A Drl2dbms.c3049 if (stl->categorize->baseRed == stl->categorize->baseGreen in has_styled_rgb_colors()
3050 && stl->categorize->baseRed == stl->categorize->baseBlue) in has_styled_rgb_colors()
H A Drl2rastersym.c3122 col.red = style->categorize->baseRed; in build_mono_band_handling()
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_pvr.cc1095 double baseRed = 0.0, baseGreen = 0.0, baseBlue = 0.0; in pvr_render() local
1247 baseRed = r.f * 255; in pvr_render()
1295 wf_r[vertex_index] = extra1.f * baseRed; in pvr_render()
/dports/graphics/librasterlite2/librasterlite2-1.0.0-rc0/headers/
H A Drasterlite2_private.h510 unsigned char baseRed; member