/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/f32/ |
D | ImageBuffersForRenderScriptF32.java | 46 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptF32() 50 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptF32() 54 Element.F32_4(renderScript), imageWidthPadded * imageHeightPadded); in ImageBuffersForRenderScriptF32()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/d1new/ |
D | ImageBuffersForRenderScriptd1new.java | 52 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new() 67 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new() 70 renderScript, Element.F32_4(renderScript), in ImageBuffersForRenderScriptd1new()
|
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/ |
D | Swarm.java | 306 Allocation posAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE); in doInBackground() 307 Allocation velAlloc = Allocation.createSized(rs, Element.F32_4(rs), SWARM_SIZE); in doInBackground() 309 Type.Builder builder = new Type.Builder(rs, Element.F32_4(rs)); in doInBackground() 311 Allocation triAlloc1 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize); in doInBackground() 315 triAlloc2 = Allocation.createSized(rs, Element.F32_4(rs), triAllocSize); in doInBackground()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_copy_test.java | 83 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4() 84 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_copy_test.java | 81 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4() 82 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | UT_copy_test.java | 82 Allocation a1 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4() 83 Allocation a2 = Allocation.createSized(rs, Element.F32_4(rs), 1024); in testFloat4()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 252 !ain.getElement().isCompatible(Element.F32_4(mRS))) { in forEach() 264 !aout.getElement().isCompatible(Element.F32_4(mRS))) { in forEach()
|
D | ProgramVertexFixedFunction.java | 181 b.add(Element.F32_4(mRS), "position"); in create() 182 b.add(Element.F32_4(mRS), "color"); in create()
|
D | ScriptIntrinsicResize.java | 61 !e.isCompatible(Element.F32_4(mRS))) { in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 59 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ScriptIntrinsicConvolve3x3.java | 58 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ProgramFragmentFixedFunction.java | 305 b.add(Element.F32_4(mRS), "Color"); in create()
|
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 232 !ain.getElement().isCompatible(Element.F32_4(mRS))) { 244 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
|
D | ScriptIntrinsicResize.java | 71 !e.isCompatible(Element.F32_4(mRS))) {
|
D | ScriptIntrinsicConvolve5x5.java | 63 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ScriptIntrinsicConvolve3x3.java | 62 !e.isCompatible(Element.F32_4(rs))) { in create()
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | UT_invert.java | 35 Type.Builder typeBuilder = new Type.Builder(pRS, Element.F32_4(pRS)); in Test()
|
D | UT_multi_kernel.java | 35 Type.Builder typeBuilder = new Type.Builder(pRS, Element.F32_4(pRS)); in Test()
|
D | UT_global.java | 84 test(Element.F32_4(RS), () -> { in testFloatTypes()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | Blur25.java | 72 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | KernelDataForRenderScript.java | 99 renderScript, Element.F32_4(renderScript), in KernelDataForRenderScript()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 274 !(in->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach() 286 !(out->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in forEach() 356 !(e->isCompatible(Element::F32_4(rs)))) { in create() 397 !(e->isCompatible(Element::F32_4(rs)))) { in create() 608 !(ain->getType()->getElement()->isCompatible(Element::F32_4(mRS)))) { in setInput()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | Blur25.java | 76 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | Blur25.java | 85 tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | Filters.java | 354 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS)); in createTest()
|