Searched refs:s0 (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dprimitives.cpp695 int32_t s0, int32_t t0, int32_t s1, int32_t t1, int32_t s2, int32_t t2)
707 int32_t texelArea = abs( gglMulx(s1-s0, t2-t0, shift) -
708 gglMulx(s2-s0, t1-t0, shift) )*w*h;
726 int32_t s0 = v0->texture[i].S; local
735 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
743 s0 *= width;
753 itt[6] = -lerp.iteratorsScale(itt+0, s0, s1, s2);
783 int32_t s0 = v0->texture[i].S; local
792 int lod = compute_lod(c, i, s0, t0, s1, t1, s2, t2);
800 s0 *
694 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.cpp720 int32_t s0 = Ucr - gglMulx(dsdx, x); // s0 = Ucr - x * dsdx local
722 texcoords[0] = s0;
797 const GLint s0 = Ucr - x; local
802 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {
811 c->rasterizer.procs.texCoord2i(c, s0, t0);
/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/base/core/tests/coretests/src/android/os/
H A DAidlTest.java384 String[] s0 = new String[]{"s0[0]"};
387 String[] sr = mRemote.stringArray(s0, s1, s2);
390 assertEquals("s0[0]", sr[0]);
392 assertEquals("s0[0]", s1[0]);
395 assertEquals("s0[0]", s2[0]);
/frameworks/rs/script_api/
H A Drs_value_types.spec47 myVar.x == myVar.r == myVar.s0 == myVar.S0<br/>
75 v3 = v3.xas0; // Invalid: can't mix xyzw with rgba nor s0...<br/>
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp2400 uint32_t w0=0, h0=0, s0=0, f0=0; local
2404 s0 = buf0->getStride();
2411 mFormat, w0, h0, s0,f0,
/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 147 milliseconds