HomeSort by relevance Sort by last modified time
    Searched defs:fx1 (Results 1 - 16 of 16) sorted by null

  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 328 float fx1 = 2.0f * sx1 - 1.0f; local
334 positions[baseNdx+2] = tcu::Vec2(fx1, fy0);
335 positions[baseNdx+3] = tcu::Vec2(fx1, fy1);
es2fVertexTextureTests.cpp 240 float fx1 = (float)(x+1) / gridSizeFloat; local
244 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_neon.h 68 SkFractionalInt fx1, fx2, fx3; local
72 fx1 = fx+dx;
73 fx2 = fx1+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 488 float fx1 = 2.0f * sx1 - 1.0f; local
494 positions[baseNdx+2] = tcu::Vec2(fx1, fy0);
495 positions[baseNdx+3] = tcu::Vec2(fx1, fy1);
glsShaderRenderCase.cpp 721 float fx1 = deFloatClamp((sfx - sx0) * oosx, 0.0f, 1.0f); local
725 bool tri = fx1 + fy1 <= 1.0f;
726 float tx = tri ? fx1 : (1.0f-fx1);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_rasterizer_scanline_aa.cpp 173 int fx1 = x1 & poly_base_mask; local
183 m_cur_cell.add_cover(delta, (fx1 + fx2) * delta);
186 p = (poly_base_size - fx1) * (y2 - y1);
191 p = fx1 * (y2 - y1);
202 m_cur_cell.add_cover(delta, (fx1 + first) * delta);
  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 68 SkFractionalInt fx1, fx2, fx3; local
72 fx1 = fx+dx;
73 fx2 = fx1+dx;
77 lbase = vsetq_lane_s32(SkFractionalIntToFixed(fx1), lbase, 1);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 291 const GLfloat fx1 = sx - info->qx1; local
299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 291 const GLfloat fx1 = sx - info->qx1; local
299 GLfloat cross1 = (info->ex1 * fy1 - info->ey1 * fx1);
  /external/qemu/android/skin/
argb.h 353 int fx1 = sx1 & 0xffff; local
369 fx1 = 65536 - fx1;
377 ARGB_REDUCE(spix,cross(fx1,fy1));
397 ARGB_REDUCE(spix,fx1);
418 ARGB_REDUCE(spix,cross(fx1,fy2));
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 473 float fx1 = 0.125f * (i % 16) - 1.0f; local
480 int x1 = deRoundFloatToInt32((width * fx1 / 2.0f) + ox);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 359 float fx1 = -1.0f + (float)(x+1) / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances; local
363 // Vertices of a quad's lower-left triangle: (fx0, fy0), (fx1, fy0) and (fx0, fy1)
366 m_gridVertexPositions.push_back(fx1);
371 // Vertices of a quad's upper-right triangle: (fx1, fy1), (fx0, fy1) and (fx1, fy0)
372 m_gridVertexPositions.push_back(fx1);
376 m_gridVertexPositions.push_back(fx1);
es3fVertexTextureTests.cpp 290 float fx1 = (float)(x+1) / gridSizeFloat; local
294 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 633 TCoord ex1, ex2, fx1, fx2, delta, mod; local
642 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
657 ras.area += (TArea)(( fx1 + fx2 ) * delta);
665 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
671 p = fx1 * ( y2 - y1 );
685 ras.area += (TArea)(( fx1 + first ) * delta);
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 682 TCoord ex1, ex2, fx1, fx2, delta, mod; local
691 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
706 ras.area += (TArea)(( fx1 + fx2 ) * delta);
714 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
720 p = fx1 * ( y2 - y1 );
728 ras.area += (TArea)(( fx1 + first ) * delta);
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 645 TCoord ex1, ex2, fx1, fx2, delta, mod; local
654 fx1 = (TCoord)( x1 - SUBPIXELS( ex1 ) );
669 ras.area += (TArea)(( fx1 + fx2 ) * delta);
677 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 );
683 p = fx1 * ( y2 - y1 );
697 ras.area += (TArea)(( fx1 + first ) * delta);
    [all...]

Completed in 769 milliseconds