Searched refs:logic_op (Results 1 - 4 of 4) sorted by relevance

/system/core/libpixelflinger/
H A Dbuffer.cpp35 static uint32_t logic_op(int op, uint32_t s, uint32_t d);
210 v = logic_op(c->state.logic_op.opcode, v, d);
228 static uint32_t logic_op(int op, uint32_t s, uint32_t d) function in namespace:android
H A Dpicker.cpp109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP);
H A Dpixelflinger.cpp587 if (c->state.logic_op.opcode != opcode) {
588 c->state.logic_op.opcode = opcode;
801 c->state.logic_op.opcode = GGL_COPY;
/system/core/include/private/pixelflinger/
H A Dggl_context.h518 logic_op_state_t logic_op; member in struct:android::state_t

Completed in 6 milliseconds