/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/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/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/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 | 257 !ain.getElement().isCompatible(Element.F32_4(mRS))) { in forEach() 269 !aout.getElement().isCompatible(Element.F32_4(mRS))) { in forEach()
|
D | ProgramVertexFixedFunction.java | 187 b.add(Element.F32_4(mRS), "position"); in create() 188 b.add(Element.F32_4(mRS), "color"); in create()
|
D | ScriptIntrinsicResize.java | 66 !e.isCompatible(Element.F32_4(mRS))) { in setInput()
|
D | ScriptIntrinsicConvolve3x3.java | 62 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ScriptIntrinsicConvolve5x5.java | 63 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ProgramFragmentFixedFunction.java | 317 b.add(Element.F32_4(mRS), "Color"); in create()
|
D | Mesh.java | 814 b.add(Element.F32_4(mRS), "color"); in create()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicColorMatrix.java | 237 !ain.getElement().isCompatible(Element.F32_4(mRS))) { 249 !aout.getElement().isCompatible(Element.F32_4(mRS))) {
|
D | ScriptIntrinsicResize.java | 76 !e.isCompatible(Element.F32_4(mRS))) {
|
D | ScriptIntrinsicConvolve5x5.java | 67 !e.isCompatible(Element.F32_4(rs))) { in create()
|
D | ScriptIntrinsicConvolve3x3.java | 66 !e.isCompatible(Element.F32_4(rs))) { in create()
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | KernelDataForRenderScript.java | 99 renderScript, Element.F32_4(renderScript), in KernelDataForRenderScript()
|
/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/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/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_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()
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 264 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 268 Type::Builder typeF32_4Builder(mRS, Element::F32_4(mRS)); in createFloatAllocations()
|