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 124 bool hasAlpha8Texture;
173 hasAlpha8Texture = false;
238 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
ProgramCache.cpp 540 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
543 return description.hasAlpha8Texture;
611 !description.hasAlpha8Texture && noShader;
613 description.hasAlpha8Texture && noShader;
688 if (description.hasAlpha8Texture) {
OpenGLRenderer.cpp     [all...]

Completed in 60 milliseconds