Home
last modified time | relevance | path

Searched refs:hasAlpha8Texture (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
DProgram.h123 bool hasAlpha8Texture; member
170 hasAlpha8Texture = false; in reset()
232 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE; in key()
DProgramCache.cpp521 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()
DOpenGLRenderer.cpp1768 mDescription.hasAlpha8Texture = isAlpha8; in setupDrawWithTexture()
1774 mDescription.hasAlpha8Texture = isAlpha8; in setupDrawWithTextureAndColor()