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

  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
BlendingAttribute.java 39 public int destFunction;
51 this.destFunction = destFunc;
73 copyFrom == null ? GL20.GL_ONE_MINUS_SRC_ALPHA : copyFrom.destFunction, copyFrom == null ? 1.f : copyFrom.opacity);
86 result = 947 * result + destFunction;
97 if (destFunction != other.destFunction) return destFunction - other.destFunction;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParticleShader.java 283 context.setBlending(true, ((BlendingAttribute)attr).sourceFunction, ((BlendingAttribute)attr).destFunction);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/
DefaultShader.java     [all...]

Completed in 311 milliseconds