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

/frameworks/base/libs/hwui/
H A DProgram.h131 bool hasAlpha8Texture; member in namespace:android::uirenderer
187 hasAlpha8Texture = false;
256 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
H A DProgramCache.cpp637 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
640 return description.hasAlpha8Texture;
734 !description.hasAlpha8Texture)) {
750 if (description.hasAlpha8Texture) {
H A DGlopBuilder.cpp342 mDescription.hasAlpha8Texture = true;
382 mDescription.hasAlpha8Texture = true;
406 mDescription.hasAlpha8Texture = true;

Completed in 330 milliseconds