/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | IntrinsicBlur.java | 48 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
|
D | IntrinsicBase.java | 62 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()
|
D | IntrinsicConvolve5x5.java | 24 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
|
D | IntrinsicConvolve3x3.java | 23 …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
|
D | AllocationTest.java | 34 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
|
D | IntrinsicResize.java | 27 …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/ |
D | Logt.java | 26 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/ |
D | RSCppTest.java | 78 Element e; in makeElement() local 91 protected Allocation makeAllocation(int w, int h, Element e) { in makeAllocation()
|
D | RSResizeTest.java | 34 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/ |
D | Matrix.cpp | 114 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
|