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

/frameworks/base/libs/hwui/
H A DProgram.h121 bool hasAlpha8Texture; member in struct:android::uirenderer::ProgramDescription
166 hasAlpha8Texture = false;
228 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
H A DProgramCache.cpp553 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
556 return description.hasAlpha8Texture;
627 !description.hasAlpha8Texture && noShader;
629 description.hasAlpha8Texture && noShader;
702 if (description.hasAlpha8Texture) {
H A DOpenGLRenderer.cpp1315 mDescription.hasAlpha8Texture = isAlpha8;

Completed in 699 milliseconds