Home
last modified time | relevance | path

Searched refs:blendColor (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/dports/graphics/Coin/coin-Coin-4.0.0/include/Inventor/elements/
H A DSoMultiTextureImageElement.h100 SbColor & blendColor);
109 SbColor & blendColor);
142 const SbColor & blendColor);
151 const SbColor & blendColor);
165 SbColor blendColor; variable
190 wrapS, wrapT, model, blendColor); in set()
208 wrapS, wrapT, wrapR, model, blendColor); in set()
217 SbColor & blendColor) { in get() argument
227 SbColor & blendColor) { in get() argument
237 SbColor & blendColor) { in get() argument
[all …]
H A DSoGLMultiTextureImageElement.h61 const SbColor & blendColor);
90 const SbColor & blendColor) { in set() argument
91 set(state, node, 0, image, model, blendColor); in set()
/dports/graphics/Coin/coin-Coin-4.0.0/src/elements/
H A DSoMultiTextureImageElement.cpp137 model, blendColor); in set()
161 model, blendColor); in set()
174 SbColor &blendColor) in get() argument
186 blendColor = ud.blendColor; in get()
206 SbColor &blendColor) in get() argument
219 blendColor = ud.blendColor; in get()
398 ud.blendColor = blendColor; in setElt()
426 ud.blendColor = blendColor; in setElt()
440 return PRIVATE(elem)->unitdata[unit].blendColor; in getBlendColor()
508 blendColor(0.0f, 0.0f, 0.0f) in UnitData()
[all …]
/dports/graphics/openrm/rm160/rm/
H A Drmtxture.c223 t->blendColor = NULL; in rmTextureNew()
799 if (blendColor != NULL) in rmTextureSetEnv()
801 if (t->blendColor != NULL) in rmTextureSetEnv()
804 t->blendColor = NULL; in rmTextureSetEnv()
808 *(t->blendColor) = *blendColor; in rmTextureSetEnv()
845 RMcolor4D *blendColor) in rmTextureGetEnv() argument
853 if (blendColor != NULL && t->blendColor != NULL) in rmTextureGetEnv()
854 *blendColor = *(t->blendColor); in rmTextureGetEnv()
1110 if (t->blendColor != NULL) in private_rmTexture3DDownload()
1182 if (t->blendColor != NULL) in private_rmTexture2DDownload()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/def_files/data/effects/
H A Dshield-impact-f.sdr31 vec4 blendColor = color;
32 blendColor.rgb = (srgb == 1) ? srgb_to_linear(blendColor.rgb) * EMISSIVE_GAIN : blendColor.rgb;
33 fragOut0 = shieldColor * blendColor;
H A Dpassthrough-f.sdr20 vec4 blendColor = (srgb == 1) ? vec4(srgb_to_linear(fragColor.rgb), fragColor.a) : fragColor;
21 fragOut0 = mix(baseColor * blendColor, blendColor, float(noTexturing));
H A Dbatched-f.sdr21 vec4 blendColor = vec4(srgb_to_linear(fragColor.rgb), fragColor.a);
23 fragOut0 = baseColor * blendColor * intensity;
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/graphics/shaders/
H A Ddefault-material.frag35 vec4 blendColor = (srgb == 1) ? vec4(srgb_to_linear(fragColor.rgb), fragColor.a) : fragColor;
36 …agOut0 = mix(mix(baseColor * blendColor, vec4(blendColor.rgb, baseColor.r * blendColor.a), float(a…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fBlendTests.cpp76 Vec4 blendColor; member
91 , blendColor (blendColor_) in BlendParams()
227 …r = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColo… in iterate()
233 …_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z()… in iterate()
243 referenceState.blendColor = paramSet.blendColor; 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 Des3fBlendTests.cpp88 Vec4 blendColor; member
103 , blendColor (blendColor_) in BlendParams()
275 …r = (" << paramSet.blendColor.x() << ", " << paramSet.blendColor.y() << ", " << paramSet.blendColo… in iterate()
281 …_CHECK_CALL(glBlendColor(paramSet.blendColor.x(), paramSet.blendColor.y(), paramSet.blendColor.z()… in iterate()
291 referenceState.blendColor = paramSet.blendColor; in iterate()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_BitmapUtil.cpp299 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
343 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
344 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
345 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
348 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
350 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
352 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp288 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
328 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
329 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
330 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
333 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
335 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
337 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp288 HBITMAP BitmapUtil::BlendCopy(HBITMAP hSrcBitmap, COLORREF blendColor, in BlendCopy() argument
328 pSrc[0] = GetBValue(blendColor) * alpha / 255; in BlendCopy()
329 pSrc[1] = GetGValue(blendColor) * alpha / 255; in BlendCopy()
330 pSrc[2] = GetRValue(blendColor) * alpha / 255; in BlendCopy()
333 pSrc[0] = (GetBValue(blendColor) * alpha / 255) + in BlendCopy()
335 pSrc[1] = (GetGValue(blendColor) * alpha / 255) + in BlendCopy()
337 pSrc[2] = (GetRValue(blendColor) * alpha / 255) + in BlendCopy()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/structuresynth-1.5/ssynth/StructureSynth/Model/
H A DTransformation.cpp91 … Vector3f bl = Vector3f(blendColor.hue(), blendColor.saturation()/255.0,blendColor.value()/255.0); in apply()
132 this->blendColor = t.blendColor; in append()
229 t.blendColor = QColor(color); in createBlend()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tcolor/
H A Dtcolorfunctions.cpp64 TPixel32 blendColor = blend(color, m_color, m_fade); in operator ()() local
65 blendColor.m = 180; in operator ()()
66 return blendColor; in operator ()()
/dports/emulators/ppsspp/ppsspp-1.12.3/GPU/Common/
H A DGPUStateUtils.h148 u32 blendColor; member
161 blendColor = color | ((uint32_t)alpha << 24); in setBlendColor()
165 blendColor = 0xFFFFFF | ((uint32_t)alpha << 24); in defaultBlendColor()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/GPU/Common/
H A DGPUStateUtils.h148 u32 blendColor; member
161 blendColor = color | ((uint32_t)alpha << 24); in setBlendColor()
165 blendColor = 0xFFFFFF | ((uint32_t)alpha << 24); in defaultBlendColor()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/GPU/Common/
H A DGPUStateUtils.h148 u32 blendColor; member
161 blendColor = color | ((uint32_t)alpha << 24); in setBlendColor()
165 blendColor = 0xFFFFFF | ((uint32_t)alpha << 24); in defaultBlendColor()

12345678910>>...28