Home
last modified time | relevance | path

Searched refs:GGL_SET (Results 1 – 5 of 5) sorted by relevance

/system/core/libpixelflinger/include/pixelflinger/
Dpixelflinger.h155 GGL_SET = 0x150F, // 1 enumerator
/system/core/libpixelflinger/
Dbuffer.cpp248 case GGL_SET: return ~0; in logic_op()
Dpixelflinger.cpp583 if ((opcode < GGL_CLEAR) || (opcode > GGL_SET)) { in ggl_logicOp()
/system/core/libpixelflinger/codeflinger/
DGGLAssembler.cpp852 case GGL_SET: MVN(AL, 0, pixel.reg, imm(0)); break; in build_logic_op()
Dtexturing.cpp238 case GGL_SET: in decodeLogicOpNeeds()