Home
last modified time | relevance | path

Searched refs:BLEND_SRC_ALPHA (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DTransparencyAttributes.java226 public static final int BLEND_SRC_ALPHA = 2; field in TransparencyAttributes
320 this(tMode, tVal, BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA); in TransparencyAttributes()
357 case BLEND_SRC_ALPHA: in TransparencyAttributes()
369 case BLEND_SRC_ALPHA: in TransparencyAttributes()
497 case BLEND_SRC_ALPHA: in setSrcBlendFunction()
558 case BLEND_SRC_ALPHA: in setDstBlendFunction()
H A DTransparencyAttributesRetained.java57 int srcBlendFunction = TransparencyAttributes.BLEND_SRC_ALPHA;
H A DTextureAttributesRetained.java658 TransparencyAttributes.BLEND_SRC_ALPHA, in updateNative()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/material/
H A DMaterialShader.cpp39 return BLEND_SRC_ALPHA; in parseBlendMode()
61 BlendFactor src = BLEND_SRC_ALPHA; in parseMaterial()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/include/
H A Dishaderlayer.h10 const BlendFactor BLEND_SRC_ALPHA = 4; variable
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_OpenGL/
H A DGSH_OpenGL.cpp13 #define BLEND_SRC_ALPHA GL_SRC1_ALPHA macro
17 #define BLEND_SRC_ALPHA GL_SRC_ALPHA macro
684 glBlendFuncSeparate(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
707 glBlendFuncSeparate(BLEND_SRC_ALPHA, GL_ONE, GL_ONE, GL_ZERO); in SetupBlendingFunction()
712 glBlendFuncSeparate(BLEND_SRC_ALPHA, GL_ZERO, GL_ONE, GL_ZERO); in SetupBlendingFunction()
747 glBlendFuncSeparate(BLEND_SRC_ALPHA, BLEND_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
753 glBlendFuncSeparate(BLEND_SRC_ALPHA, BLEND_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
775 glBlendFuncSeparate(GL_ONE, BLEND_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
781 glBlendFuncSeparate(GL_DST_COLOR, BLEND_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
786 glBlendFuncSeparate(GL_ZERO, BLEND_SRC_ALPHA, GL_ONE, GL_ZERO); in SetupBlendingFunction()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Does_draw_buffers_indexed.idl35 const unsigned long BLEND_SRC_ALPHA = 0x80CB;
/dports/games/gtkradiant/GPL/GtkRadiant/include/
H A Dishaders.h54 const BlendFactor BLEND_SRC_ALPHA = 4; variable
/dports/games/netradiant/netradiant-20150621-src/include/
H A Dishaders.h55 const BlendFactor BLEND_SRC_ALPHA = 4; variable
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/opengl/
H A Dglutil.cpp391 case GL_SRC_ALPHA: return BLEND_SRC_ALPHA; in TranslateGLBlendFunc()
412 case BLEND_SRC_ALPHA: return GL_SRC_ALPHA; in TranslateGfxBlendFunc()
/dports/games/netradiant/netradiant-20150621-src/plugins/shaders/
H A Dshaders.cpp808 return BLEND_SRC_ALPHA; in evaluateBlendFactor()
863 m_blendFunc( BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA ), in CShader()
1008 m_blendFunc = BlendFunc( BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA ); in realiseLighting()
1033 m_blendFunc = BlendFunc( BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA ); in unrealiseLighting()
/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/src/graphics/core/
H A Ddevice.h208 BLEND_SRC_ALPHA, enumerator
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/gl/
H A Dconsts.go60 BLEND_SRC_ALPHA = 0x80CB const
/dports/games/gtkradiant/GPL/GtkRadiant/plugins/shaders/
H A Dshaders.cpp918 return BLEND_SRC_ALPHA; in evaluateBlendFactor()
979 m_blendFunc(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA), in CShader()
1122 m_blendFunc = BlendFunc(BLEND_SRC_ALPHA, BLEND_ONE_MINUS_SRC_ALPHA); in realise()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A Dgldefs.h368 #define BLEND_SRC_ALPHA javax_media_j3d_TransparencyAttributes_BLEND_SRC_ALPHA macro
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/render/backend/
H A DOpenGLShader.cpp141 case BLEND_SRC_ALPHA: in convertBlendFactor()
/dports/x11-drivers/xf86-video-ati/xf86-video-ati-19.1.0/src/
H A Devergreen_exa.c650 {0, 1, (BLEND_ZERO << COLOR_SRCBLEND_shift) | (BLEND_SRC_ALPHA << COLOR_DESTBLEND_shift)},
658 …{1, 1, (BLEND_ONE_MINUS_DST_ALPHA << COLOR_SRCBLEND_shift) | (BLEND_SRC_ALPHA << COLOR_DESTBLEND_s…
709 if (dblend == (BLEND_SRC_ALPHA << COLOR_DESTBLEND_shift)) { in EVERGREENGetBlendCntl()
H A Dr600_exa.c709 {0, 1, (BLEND_ZERO << COLOR_SRCBLEND_shift) | (BLEND_SRC_ALPHA << COLOR_DESTBLEND_shift)},
717 …{1, 1, (BLEND_ONE_MINUS_DST_ALPHA << COLOR_SRCBLEND_shift) | (BLEND_SRC_ALPHA << COLOR_DESTBLEND_s…
768 if (dblend == (BLEND_SRC_ALPHA << COLOR_DESTBLEND_shift)) { in R600GetBlendCntl()
H A Dr600_reg_auto_r6xx.h1924 BLEND_SRC_ALPHA = 0x04, enumerator
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h141 BLEND_SRC_ALPHA = 0x80CB, enumerator
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGLWidget.h771 BLEND_SRC_ALPHA = 0x80CB, enumerator
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl156 const GLenum BLEND_SRC_ALPHA = 0x80CB;
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/khronos_api-2.2.0/api_webgl/specs/latest/1.0/
H A Dwebgl.idl148 const GLenum BLEND_SRC_ALPHA = 0x80CB;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl157 const GLenum BLEND_SRC_ALPHA = 0x80CB;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dwebgl1.idl156 const GLenum BLEND_SRC_ALPHA = 0x80CB;

12345678910