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

  /frameworks/base/libs/hwui/
ProgramCache.h 118 bool hasAlpha8Texture;
158 hasAlpha8Texture = false;
216 if (hasAlpha8Texture) key |= PROGRAM_KEY_A8_TEXTURE;
ProgramCache.cpp 528 !description.hasAlpha8Texture && noShader;
530 description.hasAlpha8Texture && noShader;
595 if (description.hasAlpha8Texture) {
626 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
636 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
640 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
OpenGLRenderer.cpp     [all...]

Completed in 69 milliseconds