Searched refs:bDiff (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/common/
H A DtcuRGBA.cpp65 deUint8 bDiff = 0; local
89 bDiff = (deUint8)deAbs32(ba - bb);
100 return RGBA(rDiff,gDiff,bDiff,aDiff);
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTextureGenerator.java120 float rDiff = 0, gDiff = 0, bDiff = 0, aDiff = 0, posDiff;
125 result[i][2] = currentData.b + bDiff * posDiff;
135 bDiff = (nextData.b - currentData.b)/d;
138 rDiff = gDiff = bDiff = aDiff = 0;

Completed in 1591 milliseconds