Searched refs:fx0 (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/effects/gradients/
H A DSkClampRange.cpp68 void SkClampRange::init(SkGradFixed fx0, SkGradFixed dx0, int count, int v0, int v1) { argument
77 this->initFor1(fx0);
81 int64_t fx = fx0;
98 fFx1 = fx0;
156 fFx1 = fx0 + fCount0 * dx;
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp76 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/mesa3d/src/mesa/swrast/
H A Ds_tritemp.h124 GLfixed fx0; /* fixed pt X of lower endpoint */ member in struct:__anon12835
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! */
H A Ds_aaline.c289 const GLfloat fx0 = sx - info->qx0; local
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp358 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);
H A Des3fVertexTextureTests.cpp289 float fx0 = (float)(x+0) / gridSizeFloat; local
294 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
/external/deqp/modules/gles2/functional/
H A Des2fBufferTestUtil.cpp326 float fx0 = 2.0f * sx0 - 1.0f; local
332 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
333 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);
H A Des2fVertexTextureTests.cpp239 float fx0 = (float)(x+0) / gridSizeFloat; local
244 Vec2 quadVertices[4] = { Vec2(fx0, fy0), Vec2(fx1, fy0), Vec2(fx0, fy1), Vec2(fx1, fy1) };
/external/deqp/modules/glshared/
H A DglsBufferTestUtil.cpp487 float fx0 = 2.0f * sx0 - 1.0f; local
493 positions[baseNdx+0] = tcu::Vec2(fx0, fy0);
494 positions[baseNdx+1] = tcu::Vec2(fx0, fy1);

Completed in 2991 milliseconds