Searched refs:tx (Results 1 - 7 of 7) sorted by last modified time

/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp376 int tx = scratches.obtain(); local
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
380 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
381 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16));
/system/core/libpixelflinger/
H A Dpicker.cpp135 const texture_t& tx = c->state.texture[i]; local
136 if (tx.enable) {
138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV);
141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
147 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.t_wrap), T_T_WRAP);
149 if (tx.mag_filter == GGL_LINEAR) {
152 if (tx
[all...]
H A Dscanline.cpp180 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
183 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
187 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
191 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
195 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
199 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
202 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
206 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
210 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
213 "565 fb, 8888 tx, SRC_OVE
699 texture_t& tx = c->state.texture[i]; local
948 texture_t& tx = c->state.texture[0]; local
965 texture_t& tx = c->state.texture[0]; local
984 texture_t& tx = c->state.texture[0]; local
1074 const texture_t& tx = c->state.texture[0]; local
[all...]
/system/netd/
H A DCommandListener.cpp252 unsigned long rx = 0, tx = 0; local
253 if (readInterfaceCounters(argv[2], &rx, &tx)) {
270 unsigned long rx = 0, tx = 0; local
271 if (readInterfaceCounters(argv[2], &rx, &tx)) {
277 asprintf(&msg, "%lu", tx);
282 if (argc != 4 || (argc == 4 && (strcmp(argv[3], "rx") && (strcmp(argv[3], "tx"))))) {
284 "Usage: interface getthrottle <interface> <rx|tx>", false);
938 int CommandListener::readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx) { argument
955 name, rx, &d, &d, &d, &d, &d, &d, &d, tx);
961 // note that all the %lu will be off by one and the real tx valu
[all...]
H A DCommandListener.h54 static int readInterfaceCounters(const char *iface, unsigned long *rx, unsigned long *tx);
H A DThrottleController.cpp165 int ThrottleController::getInterfaceTxThrottle(const char *iface, int *tx) { argument
166 *tx = 0;
H A DThrottleController.h24 static int getInterfaceTxThrottle(const char *iface, int *tx);

Completed in 64 milliseconds