Searched refs:s0 (Results 1 - 6 of 6) sorted by relevance
/frameworks/native/opengl/libagl/ |
H A D | primitives.cpp | 695 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 D | texture.cpp | 720 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/base/core/tests/coretests/src/android/os/ |
H A D | AidlTest.java | 384 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/api/ |
H A D | rs_value_types.spec | 47 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 D | Layer.cpp | 2226 uint32_t w0=0, h0=0, s0=0, f0=0; local 2230 s0 = buf0->getStride(); 2237 mFormat, w0, h0, s0,f0,
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
H A D | databinding-studio-bundle.jar | META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ... |
Completed in 95 milliseconds