Searched refs:tx (Results 1 - 7 of 7) sorted by relevance

/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.cpp192 "565 fb, 8888 tx, blend SRC_OVER", scanline_t32cb16blend, init_y_noop },
195 "565 fb, 8888 tx, SRC", scanline_t32cb16, init_y_noop },
199 "565 fb, 8888 tx, blend SRC_OVER dither", scanline_t32cb16blend_dither, init_y_noop },
203 "565 fb, 8888 tx, SRC dither", scanline_t32cb16_dither, init_y_noop },
207 "565 fb, 8888 tx, blend dst:ONE_MINUS_SRCA src:SRCA", scanline_t32cb16blend_srca, init_y_noop },
211 "565 fb, 8888 tx, SRC_OVER clamp", scanline_t32cb16blend_clamp, init_y },
214 "565 fb, 8888 tx, SRC_OVER clamp dither", scanline_t32cb16blend_clamp_dither, init_y },
218 "565 fb, 8888 tx, SRC_OVER clamp modulate", scanline_t32cb16blend_clamp_mod, init_y },
222 "565 fb, x888 tx, SRC_OVER clamp modulate", scanline_x32cb16blend_clamp_mod, init_y },
225 "565 fb, 8888 tx, SRC_OVE
715 texture_t& tx = c->state.texture[i]; local
964 texture_t& tx = c->state.texture[0]; local
981 texture_t& tx = c->state.texture[0]; local
1000 texture_t& tx = c->state.texture[0]; local
1090 const texture_t& tx = c->state.texture[0]; local
[all...]
/system/core/liblog/tests/
H A Dliblog_benchmark.cpp168 log_time tx(eventData + 4 + 1);
169 if (ts != tx) {
248 log_time tx(eventData + 4 + 1);
249 if (ts != tx) {
H A Dliblog_test.cpp153 log_time tx(eventData + 4 + 1);
154 if (ts == tx) {
/system/core/logcat/tests/
H A Dlogcat_test.cpp262 log_time tx((const char *) &t);
263 if (ts == tx) {
/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/libmincrypt/
H A Dp256_ec.c1053 felem tx, ty, tz; local
1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py);
1089 * only copying from {tx,ty,tz} to {nx,ny,nz} if index != 0. */
1092 copy_conditional(nx, tx, mask);
1117 felem px, py, pz, tx, ty, tz; local
1156 point_add(tx, ty, tz, nx, ny, nz, px, py, pz);
1164 copy_conditional(nx, tx, mask);

Completed in 256 milliseconds