/system/core/libpixelflinger/ |
buffer.cpp | 35 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
|
picker.cpp | 109 n |= GGL_BUILD_NEEDS(c->state.logic_op.opcode, LOGIC_OP); 111 n |= GGL_BUILD_NEEDS(GGL_COPY, LOGIC_OP);
|
pixelflinger.cpp | 587 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/ |
ggl_context.h | 158 GGL_RESERVE_NEEDS( LOGIC_OP, 24, 4 ) 518 logic_op_state_t logic_op; member in struct:android::state_t
|