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

  /external/chromium_org/third_party/mesa/src/include/VG/
vgu.h 105 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0,
121 VGfloat sx0, VGfloat sy0,
  /external/mesa3d/include/VG/
vgu.h 105 VGU_API_CALL VGUErrorCode VGU_API_ENTRY vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0,
121 VGfloat sx0, VGfloat sy0,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vgu.c 360 VGUErrorCode vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0,
371 if (!matrix_quad_to_square(sx0, sy0,
416 VGfloat sx0, VGfloat sy0,
431 sx0, sy0,
matrix.h 352 static INLINE VGboolean matrix_quad_to_square(VGfloat sx0, VGfloat sy0,
358 if (!matrix_square_to_quad(sx0, sy0, sx1, sy1,
371 VGfloat sx0, VGfloat sy0,
384 if (!matrix_quad_to_square(sx0, sy0, sx1, sy1,
  /external/mesa3d/src/gallium/state_trackers/vega/
vgu.c 360 VGUErrorCode vguComputeWarpQuadToSquare(VGfloat sx0, VGfloat sy0,
371 if (!matrix_quad_to_square(sx0, sy0,
416 VGfloat sx0, VGfloat sy0,
431 sx0, sy0,
matrix.h 352 static INLINE VGboolean matrix_quad_to_square(VGfloat sx0, VGfloat sy0,
358 if (!matrix_square_to_quad(sx0, sy0, sx1, sy1,
371 VGfloat sx0, VGfloat sy0,
384 if (!matrix_quad_to_square(sx0, sy0, sx1, sy1,
  /external/qemu/android/skin/
argb.h 469 int h, sx0; local
482 sx0 = sx;
488 sx = sx0;
556 int h, sx0; local
569 sx0 = sx;
575 sx = sx0;
810 int h, sx0; local
823 sx0 = sx;
829 sx = sx0;
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 690 float sx0 = x0 * (float)width; local
694 float oosx = 1.0f / (sx1 - sx0);
697 int ix0 = deCeilFloatToInt32(sx0 - 0.5f);
711 //printf("(%d,%d) -> (%f..%f, %f..%f) (%d..%d, %d..%d)\n", x, y, sx0, sx1, sy0, sy1, ix0, ix1, iy0, iy1);
721 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f);
glsBufferTestUtil.cpp 482 float sx0 = (x+0) / (float)gridSizeX; local
486 float fx0 = 2.0f * sx0 - 1.0f;
  /external/opencv/cv/src/
cvimgwarp.cpp 469 int ifx = xofs[dx].ialpha, sx0 = xofs[dx].idx; \
470 sx = sx0 + cn*2; \
475 if( (unsigned)(sx = sx0 + cn) < (unsigned)ssize.width ) \
478 if( (unsigned)(sx = sx0) < (unsigned)ssize.width ) \
481 if( (unsigned)(sx = sx0 - cn) < (unsigned)ssize.width ) \
489 int sx0 = xofs[dx].idx; \
490 row[dx] = _src[sx0 - cn]*icvCubicCoeffs[ifx*2 + 1] + \
491 _src[sx0]*icvCubicCoeffs[ifx*2] + \
492 _src[sx0 + cn]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2] + \
493 _src[sx0 + cn*2]*icvCubicCoeffs[(ICV_CUBIC_TAB_SIZE-ifx)*2+1];
    [all...]
  /external/deqp/framework/referencerenderer/
rrRasterizer.cpp 508 const deInt64 sx0 = toSubpixelCoord(x0) + halfPixel; local
513 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
684 const deInt64 sx0 = toSubpixelCoord(x0);
689 const deInt64 sx[4] = { sx0, sx1, sx0, sx1 };
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 322 float sx0 = (x+0) / (float)gridSizeX; local
326 float fx0 = 2.0f * sx0 - 1.0f;

Completed in 583 milliseconds