Searched refs:applyAlphaTest (Results 1 – 2 of 2) sorted by relevance
276 ADDITIONAL.applyAlphaTest = false;303 boolean applyAlphaTest = true; field in RenderState356 oc.write(applyAlphaTest, "applyAlphaTest", true); in write()393 applyAlphaTest = ic.readBoolean("applyAlphaTest", true); in read()459 applyAlphaTest = true; in setAlphaTest()919 return applyAlphaTest; in isApplyAlphaTest()1016 if (additionalState.applyAlphaTest) { in copyMergedTo()1068 … applyBlendMode + "\nalphaTest=" + alphaTest + "\napplyAlphaTest=" + applyAlphaTest + "\nalphaFall… in toString()
1135 additionalState.applyAlphaTest = additionalState.alphaTest; in read()