HomeSort by relevance Sort by last modified time
    Searched refs:blendType (Results 1 - 7 of 7) sorted by null

  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
TextureBlender.java 44 * @param blendType
50 Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext);
TextureBlenderFactory.java 73 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) {
TextureBlenderDDS.java 32 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) {
76 this.blendPixel(resultPixel, materialColor, pixelColor, affectFactor, blendType, blenderContext);
TextureBlenderAWT.java 42 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) {
60 this.blendPixel(resultPixel, materialColor, pixelColor, affectFactor, blendType, blenderContext);
TextureBlenderLuminance.java 33 public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blendType, boolean neg, BlenderContext blenderContext) {
51 this.blendPixel(resultPixel, materialColor, color, tinAndAlpha[0], affectFactor, blendType, blenderContext);
117 * @param blendtype
122 protected void blendPixel(float[] result, float[] materialColor, float[] color, float textureIntensity, float textureFactor, int blendtype, BlenderContext blenderContext) {
126 switch (blendtype) {
215 this.blendHSV(blendtype, result, textureIntensity, color, blenderContext);
218 throw new IllegalStateException("Unknown blend type: " + blendtype);
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
MaterialContext.java 154 int blendType = ((Number) mtexAndTex[0].getFieldValue("blendtype")).intValue();
160 texture = textureBlender.blend(diffuseColorArray, texture, color, colfac, blendType, negateTexture, blenderContext);
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 146 const struct blendType {
149 } blendType[] = {
706 for (unsigned int idx = 0; idx < NUMA(blendType); idx++) {
707 unsigned int id = blendType[idx].id;
    [all...]

Completed in 291 milliseconds