Home
last modified time | relevance | path

Searched +defs:e +defs:w (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicBlur.java48 private void initTest(int w, int h, Element e, Script.LaunchOptions lo) { in initTest()
101 final int w = 97; in testU8_1() local
103 Element e = Element.U8(mRS); in testU8_1() local
115 final int w = 97; in testU8_4() local
117 Element e = Element.U8_4(mRS); in testU8_4() local
130 final int w = 97; in testU8_1C() local
132 Element e = Element.U8(mRS); in testU8_1C() local
145 final int w = 97; in testU8_4C() local
147 Element e = Element.U8_4(mRS); in testU8_4C() local
DIntrinsicBase.java62 Element e; in makeElement() local
75 protected Allocation makeAllocation(int w, int h, Element e, boolean clear) { in makeAllocation()
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
95 protected void makeSource(int w, int h, Element e) { in makeSource()
127 protected void makeBuffers(int w, int h, Element e) { in makeBuffers()
DIntrinsicConvolve5x5.java24 Element e, float cf[], String name, int num, int w, int h, in test5()
76 …private void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve5()
96 Element e = makeElement(dt, vecSize); in testConvolve5() local
DIntrinsicConvolve3x3.java23 …private void testConvolve3(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc… in testConvolve3()
31 Element e = makeElement(dt, vecSize); in testConvolve3() local
DAllocationTest.java34 void createTypedHelper(Element e) { in createTypedHelper()
56 void createTypedTextureHelper(Element e) { in createTypedTextureHelper()
105 void createSizedHelper(Element e) { in createSizedHelper()
108 assertEquals(A.getType().getElement(), e); in createSizedHelper() local
721 helperShortCopy2D(Element.I16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local
722 helperShortCopy2D(Element.F16(mRS), sX, sY, offX, offY, w, h); in test2DCopyOperations() local
DIntrinsicResize.java27 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize()
29 Element e = makeElement(dt, vecSize); in testResize() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DLogt.java26 public static void e(String tag, String msg) { in e() method in Logt
30 public static void w(String tag, String msg) { in w() method in Logt
34 public static void e(String tag, String msg, Throwable tr) { in e() method in Logt
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSCppTest.java78 Element e; in makeElement() local
91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
DRSResizeTest.java34 native boolean resizeTest(String path, int w, int h, float scaleX, float scaleY, in resizeTest()
37 …private void testResize(int w, int h, Element.DataType dt, int vecSize, float scaleX, float scaleY… in testResize()
44 Element e = makeElement(dt, vecSize); in testResize() local
81 resizeTest(this.getContext().getCacheDir().toString().toString(), w, h, scaleX, scaleY, in testResize() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp114 float w = 0; in multiply() local
118 const float e = rhs[i4 + j]; in multiply() local
323 const float w = rhs[3]; in multiplyVector() local