HomeSort by relevance Sort by last modified time
    Searched refs:tx1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/content/browser/renderer_host/
compositing_iosurface_mac.h 176 void set_texcoord_rect(float tx1, float ty1, float tx2, float ty2) {
179 verts_[0].set_texcoord(tx1, ty2);
180 verts_[1].set_texcoord(tx1, ty1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 1184 const float *tx0, *tx1; local
1197 tx1 = get_texel_2d(samp, addr, x1, 0);
1201 rgba[TGSI_NUM_CHANNELS*c] = lerp(xw, tx0[c], tx1[c]);
1221 const float *tx0, *tx1; local
1259 const float *tx0, *tx1, *tx2, *tx3; local
1303 const float *tx0, *tx1, *tx2, *tx3; local
1348 const float *tx0, *tx1, *tx2, *tx3; local
    [all...]
  /external/pixman/pixman/
pixman.c 341 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
360 tx1 = ty1 = INT64_MAX;
378 if (tx < tx1)
379 tx1 = tx;
388 transformed->x1 = tx1;
    [all...]

Completed in 152 milliseconds