Searched defs:s0 (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/libs/math/include/math/
H A DTQuatHelpers.h253 const T s0 = std::sin(a0) * isina; local
256 return normalize(s0 * p + ((d < 0) ? (-s1) : (s1)) * q);
/frameworks/native/opengl/libagl/
H A Dprimitives.cpp696 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2)
708 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) -
709 gglMulx(s2-s0, t1-t0, shift) )*w*h;
727 int32_t s0 = v0->texture[i].S; local
736 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
744 s0 *= width;
754 itt[6] = -lerp.iteratorsScale(itt+0, s0, s1, s2);
784 int32_t s0 = v0->texture[i].S; local
793 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
801 s0 *
695 compute_lod(ogles_context_t* c, int i, int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2) argument
[all...]
H A Dtexture.cpp716 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx local
718 texcoords[0] = s0;
793 const GLint s0 = Ucr - x; local
798 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {
807 c->rasterizer.procs.texCoord2i(c, s0, t0);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 488 milliseconds