HomeSort by relevance Sort by last modified time
    Searched full:alphablend (Results 1 - 16 of 16) sorted by null

  /external/jmonkeyengine/engine/src/terrain/Common/MatDefs/Terrain/
TerrainLighting.frag 196 vec4 alphaBlend = texture2D( m_AlphaMap, texCoord.xy );
206 diffuseColor *= alphaBlend.r;
209 diffuseColor = mix( diffuseColor, diffuseColor1, alphaBlend.g );
212 diffuseColor = mix( diffuseColor, diffuseColor2, alphaBlend.b );
215 diffuseColor = mix( diffuseColor, diffuseColor3, alphaBlend.a );
262 vec4 alphaBlend = texture2D( m_AlphaMap, texCoord.xy );
273 normal += n * alphaBlend.r;
278 normal += n * alphaBlend.g;
283 normal += n * alphaBlend.b;
288 normal += n * alphaBlend.a;
    [all...]
  /external/libvncserver/
tightvnc-1.3dev5-vncviewer-alpha-cursor.patch 10 + static int alphablend = -1;
12 + if (alphablend < 0) {
15 + alphablend = 0;
17 + alphablend = 1;
23 + if (alphablend && bytesPerPixel == 4) {
ChangeLog     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libmsimg32.a 8 ??hh__lib64_libmsimg32_a_iname_head_lib64_libmsimg32_avSetDdrawflag__imp_vSetDdrawflagTransparentBlt__imp_TransparentBltGradientFill__imp_GradientFillDllInitialize__imp_DllInitializeAlphaBlend__imp_AlphaBlenddnuft.o/ 1402958955 28587 5000 100640 589 `
31 .text,X 0`.data@0?.bss?0?.idata$74b0?.idata$58l0?.idata$4@v0?.idata$6H ??%??AlphaBlend .text.data.bss.idata$7.idata$5.idata$4.idata$6 9AlphaBlend__imp_AlphaBlend_head_lib64_libmsimg32_a
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
AlphaBlendFilter.java 49 throw new RuntimeException("TODO: Write native implementation for AlphaBlend!");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libmsimg32.a 21 .text,P 0`.data@0?.bss?0?.idata$74Z0?.idata$58d0?.idata$4<n0?.idata$6@ ??%??AlphaBlend .text.data.bss. (…)
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
SimpleAppRS.java 116 ProgramStore alphaBlend = ProgramStore.BLEND_ALPHA_DEPTH_TEST(mRS);
117 RenderState texRS = new RenderState(genericV, textureF, alphaBlend, null);
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/man/man1/
ssvncviewer.1 513 t: text chat a: alphablend cursor
567 Cursor Alphablend: ~ -alpha
  /external/libvncserver/x11vnc/
ChangeLog     [all...]
remote.c     [all...]
help.c     [all...]
x11vnc.1     [all...]
x11vnc.c     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/
tight-vncviewer-full.patch 316 +*popup*button14.label: Cursor Alphablend
775 + " t: text chat a: alphablend cursor\\n"
942 + "*popup*button14.label: Cursor Alphablend",
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wingdi.h     [all...]
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl     [all...]

Completed in 325 milliseconds