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 131 bool hasAlpha8Texture;
187 hasAlpha8Texture = false;
256 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
ProgramCache.cpp 642 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
645 return description.hasAlpha8Texture;
739 !description.hasAlpha8Texture)) {
755 if (description.hasAlpha8Texture) {
    [all...]
GlopBuilder.cpp 343 mDescription.hasAlpha8Texture = true;
383 mDescription.hasAlpha8Texture = true;
407 mDescription.hasAlpha8Texture = true;

Completed in 67 milliseconds