/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
H A D | u_staging.c | 58 boolean direct, struct util_staging_transfer *tx) 64 pipe_resource_reference(&tx->base.resource, pt); 65 tx->base.level = level; 66 tx->base.usage = usage; 67 tx->base.box = *box; 71 tx->staging_resource = pt; 72 return tx; 76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template); 77 if (!tx->staging_resource) 79 pipe_resource_reference(&tx 53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument 108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/ |
H A D | api_transform.c | 103 void vegaTranslate(VGfloat tx, VGfloat ty) argument 107 matrix_translate(dst, tx, ty);
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | GrPathUtils.h | 83 float tx = fM[2]; local 90 uv->fX = sx * xy->fX + kx * xy->fY + tx;
|
H A D | FlingState.cpp | 79 float tx = fDirection.fX * dist; local 82 tx = sk_float_round2int(tx); 85 matrix->setTranslate(tx, ty); 86 // printf("---- evaluate (%g %g)\n", tx, ty);
|
H A D | GrTextContext.cpp | 241 GrFixed tx = SkIntToFixed(glyph->fAtlasLocation.fX); local 249 fVertices[2*fCurrVertex+1].setRectFan(SkFixedToFloat(texture->normalizeFixedX(tx)), 251 SkFixedToFloat(texture->normalizeFixedX(tx + width)),
|
/external/dropbear/libtommath/ |
H A D | bn_fast_s_mp_mul_digs.c | 53 int tx, ty; local 59 tx = ix - ty; 62 tmpx = a->dp + tx; 66 while (tx++ < a->used && ty-- >= 0) { ... } 68 iy = MIN(a->used-tx, ty+1);
|
H A D | bn_fast_s_mp_mul_high_digs.c | 45 int tx, ty, iy; local 50 tx = ix - ty; 53 tmpx = a->dp + tx; 57 while (tx++ < a->used && ty-- >= 0) { ... } 59 iy = MIN(a->used-tx, ty+1);
|
H A D | bn_fast_s_mp_sqr.c | 22 * (ty-tx) so that it never happens. You double all those 45 int tx, ty, iy; local 54 tx = ix - ty; 57 tmpx = a->dp + tx; 61 while (tx++ < a->used && ty-- >= 0) { ... } 63 iy = MIN(a->used-tx, ty+1); 65 /* now for squaring tx can never equal ty 69 iy = MIN(iy, (ty-tx+1)>>1);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_staging.c | 58 boolean direct, struct util_staging_transfer *tx) 64 pipe_resource_reference(&tx->base.resource, pt); 65 tx->base.level = level; 66 tx->base.usage = usage; 67 tx->base.box = *box; 71 tx->staging_resource = pt; 72 return tx; 76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template); 77 if (!tx->staging_resource) 79 pipe_resource_reference(&tx 53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument 108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
H A D | api_transform.c | 103 void vegaTranslate(VGfloat tx, VGfloat ty) argument 107 matrix_translate(dst, tx, ty);
|
/external/skia/src/gpu/ |
H A D | GrPathUtils.h | 83 float tx = fM[2]; local 90 uv->fX = sx * xy->fX + kx * xy->fY + tx;
|
H A D | FlingState.cpp | 79 float tx = fDirection.fX * dist; local 82 tx = sk_float_round2int(tx); 85 matrix->setTranslate(tx, ty); 86 // printf("---- evaluate (%g %g)\n", tx, ty);
|
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
H A D | TranslateTransformOperation.h | 36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) argument 38 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type)); 41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument 43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type)); 76 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument 77 : m_x(tx)
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
H A D | rc4_enc.c | 74 register RC4_INT x,y,tx,ty; local 115 tx=d[x], \ 116 y=(tx+y)&0xff, \ 118 d[y]=tx, \ 120 (RC4_CHUNK)d[(tx+ty)&0xff]\ 267 tx=d[x]; \ 268 y=(tx+y)&0xff; \ 270 d[y]=tx; \ 271 (out) = d[(tx+ty)&0xff]^ (in);
|
/external/fdlibm/ |
H A D | e_rem_pio2.c | 91 double tx[3]; local 166 tx[i] = (double)((int)(z)); 167 z = (z-tx[i])*two24; 169 tx[2] = z; 171 while(tx[nx-1]==zero) nx--; /* skip zero term */ 172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
|
/external/openssl/crypto/rc4/ |
H A D | rc4_enc.c | 74 register RC4_INT x,y,tx,ty; local 115 tx=d[x], \ 116 y=(tx+y)&0xff, \ 118 d[y]=tx, \ 120 (RC4_CHUNK)d[(tx+ty)&0xff]\ 267 tx=d[x]; \ 268 y=(tx+y)&0xff; \ 270 d[y]=tx; \ 271 (out) = d[(tx+ty)&0xff]^ (in);
|
/external/chromium/chrome/browser/sync/engine/ |
H A D | syncer_proto_util.cc | 146 std::string tx, rx; local 147 msg.SerializeToString(&tx); 151 tx, &rx, &http_response
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGMatrix.h | 43 SVGMatrix translate(double tx, double ty) argument 46 copy.translate(tx, ty);
|
H A D | SVGTransform.cpp | 70 void SVGTransform::setTranslate(float tx, float ty) argument 76 m_matrix.translate(tx, ty);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 100 unsigned tx, ty, tw, th; local 104 &tx, &ty, &tw, &th); 111 tx + x, ty + y); 118 unsigned tx, ty, tw, th; local 122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th); 130 boolean contained_x = tx + x >= dstx && 131 tx + x + TILE_SIZE <= dstx + width ? 146 tx + x, ty + y);
|
/external/chromium_org/third_party/mesa/src/src/mesa/math/ |
H A D | m_norm_tmp.h | 61 GLfloat tx, ty, tz; local 64 tx = ux * m0 + uy * m1 + uz * m2; 69 GLdouble len = tx*tx + ty*ty + tz*tz; 72 out[i][0] = tx * scale; 90 GLfloat tx, ty, tz; local 93 tx = ux * m0 + uy * m1 + uz * m2; 99 out[i][0] = tx * len; 128 GLfloat tx, ty, tz; local 131 tx 155 GLfloat tx, ty, tz; local [all...] |
/external/chromium_org/third_party/skia/src/gpu/gl/ |
H A D | GrGLEffectMatrix.cpp | 206 SkScalar tx = matrix[SkMatrix::kMTransX] + (coordChangeMatrix)[SkMatrix::kMTransX]; local 208 if (fPrevMatrix.get(SkMatrix::kMTransX) != tx || 210 uniformManager.set2f(fUni, tx, ty); 211 fPrevMatrix.set(SkMatrix::kMTransX, tx);
|
/external/chromium_org/third_party/skia/src/utils/ |
H A D | SkLayer.cpp | 146 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local 148 matrix->preTranslate(tx, ty); 150 matrix->preTranslate(-tx, -ty);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_surface.c | 100 unsigned tx, ty, tw, th; local 104 &tx, &ty, &tw, &th); 111 tx + x, ty + y); 118 unsigned tx, ty, tw, th; local 122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th); 130 boolean contained_x = tx + x >= dstx && 131 tx + x + TILE_SIZE <= dstx + width ? 146 tx + x, ty + y);
|
/external/mesa3d/src/mesa/math/ |
H A D | m_norm_tmp.h | 61 GLfloat tx, ty, tz; local 64 tx = ux * m0 + uy * m1 + uz * m2; 69 GLdouble len = tx*tx + ty*ty + tz*tz; 72 out[i][0] = tx * scale; 90 GLfloat tx, ty, tz; local 93 tx = ux * m0 + uy * m1 + uz * m2; 99 out[i][0] = tx * len; 128 GLfloat tx, ty, tz; local 131 tx 155 GLfloat tx, ty, tz; local [all...] |