/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_copy_test.java | 59 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3() 60 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
|
D | UT_element.java | 75 simpleElem = Element.F32_3(RS); in initializeGlobals()
|
D | UT_alloc_copyPadded.java | 403 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D() 437 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D() 472 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D() 841 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3() 1046 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3() 1246 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_copy_test.java | 57 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3() 58 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
|
D | UT_element.java | 73 simpleElem = Element.F32_3(RS); in initializeGlobals()
|
D | UT_alloc_copyPadded.java | 401 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D() 435 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D() 470 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D() 839 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3() 1044 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3() 1244 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_copy_test.java | 58 Allocation a1 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3() 59 Allocation a2 = Allocation.createSized(rs, Element.F32_3(rs), 1024); in testFloat3()
|
D | UT_element.java | 74 simpleElem = Element.F32_3(RS); in initializeGlobals()
|
D | UT_alloc_copyPadded.java | 400 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_1D() 434 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_2D() 469 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_Float3_3D() 838 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeTo_Float3() 1043 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy2DRangeTo_Float3() 1243 Type.Builder typeBuilder = new Type.Builder(mRS, Element.F32_3(mRS)); in testAllocation_copy1DRangeToUnchecked_Float3()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 251 !ain.getElement().isCompatible(Element.F32_3(mRS)) && in forEach() 263 !aout.getElement().isCompatible(Element.F32_3(mRS)) && in forEach()
|
D | ScriptIntrinsicResize.java | 60 !e.isCompatible(Element.F32_3(mRS)) && in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 58 !e.isCompatible(Element.F32_3(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 57 !e.isCompatible(Element.F32_3(rs)) && in create()
|
D | ProgramVertexFixedFunction.java | 183 b.add(Element.F32_3(mRS), "normal"); in create()
|
D | Mesh.java | 804 b.add(Element.F32_3(mRS), "normal"); in create()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 231 !ain.getElement().isCompatible(Element.F32_3(mRS)) && 243 !aout.getElement().isCompatible(Element.F32_3(mRS)) &&
|
D | ScriptIntrinsicResize.java | 70 !e.isCompatible(Element.F32_3(mRS)) &&
|
D | ScriptIntrinsicConvolve5x5.java | 62 !e.isCompatible(Element.F32_3(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 61 !e.isCompatible(Element.F32_3(rs)) && in create()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 273 !(in->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach() 285 !(out->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in forEach() 355 !(e->isCompatible(Element::F32_3(rs))) && in create() 396 !(e->isCompatible(Element::F32_3(rs))) && in create() 607 !(ain->getType()->getElement()->isCompatible(Element::F32_3(mRS))) && in setInput()
|
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 79 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal() 124 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal_orig()
|
/frameworks/rs/tests/java_api/HealingBrush/src/rs/example/android/com/healingbrush/ |
D | Healing.java | 78 Type.Builder floatImage = new Type.Builder(rs, Element.F32_3(rs)); in heal()
|
D | FindRegion.java | 101 Type.Builder builderF32_3 = new Type.Builder(mRs, Element.F32_3(mRs)); in findMatch()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 270 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 274 mFloat3Allocation = Allocation::createSized(mRS, Element::F32_3(mRS), mAllocSize / 4); in createFloatAllocations()
|