Searched refs:OPAQUE_ALPHA (Results 1 – 3 of 3) sorted by relevance
47 private static final float OPAQUE_ALPHA = 0.95f; field in GLES11Canvas287 && (!tex.isOpaque() || alpha < OPAQUE_ALPHA)); in drawMesh()382 && (!texture.isOpaque() || alpha < OPAQUE_ALPHA)); in drawTexture()399 && (!texture.isOpaque() || mAlpha < OPAQUE_ALPHA)); in drawTexture()411 && (!texture.isOpaque() || mAlpha < OPAQUE_ALPHA)); in drawTexture()534 || !Utils.isOpaque(toColor) || alpha < OPAQUE_ALPHA)); in drawMixed()559 || !Utils.isOpaque(toColor) || alpha < OPAQUE_ALPHA)); in drawMixed()638 if (alpha >= OPAQUE_ALPHA) { in setTextureAlpha()649 setBlendEnabled(!Utils.isOpaque(color) || alpha < OPAQUE_ALPHA); in setColorMode()
39 private static final float OPAQUE_ALPHA = 0.95f; field in GLES20Canvas703 enableBlending(!texture.isOpaque() || getAlpha() < OPAQUE_ALPHA); in prepareTexture()
37 private static final float OPAQUE_ALPHA = 0.95f; field in GLES20Canvas702 enableBlending(!texture.isOpaque() || getAlpha() < OPAQUE_ALPHA); in prepareTexture()