Searched refs:hasAlpha8Texture (Results 1 – 3 of 3) sorted by relevance
123 bool hasAlpha8Texture; member170 hasAlpha8Texture = false; in reset()232 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE; in key()
521 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp; in shaderOp()524 return description.hasAlpha8Texture; in shaderOp()587 !description.hasAlpha8Texture && noShader; in generateFragmentShader()589 description.hasAlpha8Texture && noShader; in generateFragmentShader()667 if (description.hasAlpha8Texture) { in generateFragmentShader()
1768 mDescription.hasAlpha8Texture = isAlpha8; in setupDrawWithTexture()1774 mDescription.hasAlpha8Texture = isAlpha8; in setupDrawWithTextureAndColor()