HomeSort by relevance Sort by last modified time
    Searched refs:hasAlpha8Texture (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/
Program.h 122 bool hasAlpha8Texture;
167 hasAlpha8Texture = false;
228 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
ProgramCache.cpp 520 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
522 return description.hasAlpha8Texture;
591 !description.hasAlpha8Texture && noShader;
593 description.hasAlpha8Texture && noShader;
660 if (description.hasAlpha8Texture) {
GlopBuilder.cpp 362 mDescription.hasAlpha8Texture = true;
402 mDescription.hasAlpha8Texture = true;
426 mDescription.hasAlpha8Texture = true;

Completed in 43 milliseconds