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

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkClampRange.cpp 48 void SkClampRange::init(SkFixed fx0, SkFixed dx0, int count, int v0, int v1) {
57 this->initFor1(fx0);
61 int64_t fx = fx0;
69 fFx1 = fx0;
105 this->initFor1(fx0);
154 fFx1 = fx0 + fCount0 * (int)dx;
  /external/skia/src/effects/gradients/
SkClampRange.cpp 48 void SkClampRange::init(SkFixed fx0, SkFixed dx0, int count, int v0, int v1) {
57 this->initFor1(fx0);
61 int64_t fx = fx0;
69 fFx1 = fx0;
105 this->initFor1(fx0);
154 fFx1 = fx0 + fCount0 * (int)dx;
  /external/deqp/framework/common/
tcuBilinearImageCompare.cpp 76 const deUint32 fx0 = (1u<<NUM_SUBPIXEL_BITS) - fx1; local
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon19199
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
    [all...]
s_aaline.c 289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon11683
257 eMaj.fx0 = vMin_fx;
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
270 eTop.fx0 = vMid_fx;
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
280 eBot.fx0 = vMin_fx;
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
572 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
    [all...]
s_aaline.c 289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 358 float fx0 = -1.0f + (float)(x+0) / (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)
364 m_gridVertexPositions.push_back(fx0);
368 m_gridVertexPositions.push_back(fx0);
371 // Vertices of a quad's upper-right triangle: (fx1, fy1), (fx0, fy1) and (fx1, fy0)
374 m_gridVertexPositions.push_back(fx0);
es3fVertexTextureTests.cpp 289 float fx0 = (float)(x+0) / gridSizeFloat; local
294 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/deqp/modules/gles2/functional/
es2fBufferTestUtil.cpp 326 float fx0 = 2.0f * sx0 - 1.0f; local
332 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
333 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
es2fVertexTextureTests.cpp 239 float fx0 = (float)(x+0) / gridSizeFloat; local
244 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
    [all...]
  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 486 float fx0 = 2.0f * sx0 - 1.0f; local
492 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
493 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
sparcv9_modes.pl     [all...]
  /external/chromium_org/third_party/d3/src/
d3.js     [all...]

Completed in 1649 milliseconds