HomeSort by relevance Sort by last modified time
    Searched full:modulateop (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/
ProgramCache.cpp 540 const int modulateOp, const char** snippets) {
541 int op = description.hasAlpha8Texture ? MODULATE_OP_MODULATE_A8 : modulateOp;
581 int modulateOp = MODULATE_OP_NO_MODULATE;
587 if (!singleColor) modulateOp = MODULATE_OP_MODULATE;
695 shader.append(gFS_Main_FetchA8Texture[modulateOp * 2 +
699 shader.append(gFS_Main_FetchTexture[modulateOp]);
725 applyModulate = shaderOp(description, shader, modulateOp,
729 applyModulate = shaderOp(description, shader, modulateOp,
732 applyModulate = shaderOp(description, shader, modulateOp,

Completed in 115 milliseconds