/frameworks/compile/slang/tests/P_struct_field/ |
D | ScriptField_Outer.java.expect | 191 mAllocation.setFromFieldPacker(index, fp); 215 mAllocation.setFromFieldPacker(index, 0, fp); 230 mAllocation.setFromFieldPacker(index, 2, fp); 249 mAllocation.setFromFieldPacker(index, 3, fp); 278 mAllocation.setFromFieldPacker(index, 4, fp); 307 mAllocation.setFromFieldPacker(index, 5, fp); 332 mAllocation.setFromFieldPacker(index, 6, fp); 351 mAllocation.setFromFieldPacker(index, 7, fp); 393 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_InnerOne.java.expect | 134 mAllocation.setFromFieldPacker(index, fp); 154 mAllocation.setFromFieldPacker(index, 0, fp); 169 mAllocation.setFromFieldPacker(index, 1, fp); 184 mAllocation.setFromFieldPacker(index, 2, fp); 206 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_InnerTwo.java.expect | 137 mAllocation.setFromFieldPacker(index, fp); 157 mAllocation.setFromFieldPacker(index, 0, fp); 176 mAllocation.setFromFieldPacker(index, 3, fp); 193 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/ |
D | ScriptField_Divergent.java.expect | 141 mAllocation.setFromFieldPacker(index, fp); 161 mAllocation.setFromFieldPacker(index, 0, fp); 176 mAllocation.setFromFieldPacker(index, (RenderScript.getPointerSize() == 8) ? 2 : 1, fp); 191 mAllocation.setFromFieldPacker(index, (RenderScript.getPointerSize() == 8) ? 3 : 2, fp); 213 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_DivergentNest.java.expect | 146 mAllocation.setFromFieldPacker(index, fp); 166 mAllocation.setFromFieldPacker(index, 0, fp); 189 mAllocation.setFromFieldPacker(index, (RenderScript.getPointerSize() == 8) ? 2 : 1, fp); 204 mAllocation.setFromFieldPacker(index, (RenderScript.getPointerSize() == 8) ? 3 : 2, fp); 226 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_NonDivergent.java.expect | 128 mAllocation.setFromFieldPacker(index, fp); 148 mAllocation.setFromFieldPacker(index, 0, fp); 163 mAllocation.setFromFieldPacker(index, 1, fp); 180 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/compile/slang/tests/P_reflection3264_divergent/ |
D | ScriptField_Divergent.java.expect | 144 mAllocation.setFromFieldPacker(index, fp); 164 mAllocation.setFromFieldPacker(index, 0, fp); 179 mAllocation.setFromFieldPacker(index, sIs64Bit ? 2 : 1, fp); 194 mAllocation.setFromFieldPacker(index, sIs64Bit ? 3 : 2, fp); 216 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_NonDivergent.java.expect | 131 mAllocation.setFromFieldPacker(index, fp); 151 mAllocation.setFromFieldPacker(index, 0, fp); 166 mAllocation.setFromFieldPacker(index, 1, fp); 183 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
D | ScriptField_DivergentNest.java.expect | 149 mAllocation.setFromFieldPacker(index, fp); 169 mAllocation.setFromFieldPacker(index, 0, fp); 192 mAllocation.setFromFieldPacker(index, sIs64Bit ? 2 : 1, fp); 207 mAllocation.setFromFieldPacker(index, sIs64Bit ? 3 : 2, fp); 229 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptField_MyStruct.java.expect | 133 mAllocation.setFromFieldPacker(index, fp); 153 mAllocation.setFromFieldPacker(index, 0, fp); 168 mAllocation.setFromFieldPacker(index, 2, fp); 185 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptField_MyStruct.java.expect | 133 mAllocation.setFromFieldPacker(index, fp); 153 mAllocation.setFromFieldPacker(index, 0, fp); 168 mAllocation.setFromFieldPacker(index, 2, fp); 185 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptField_MyStruct.java.expect | 133 mAllocation.setFromFieldPacker(index, fp); 153 mAllocation.setFromFieldPacker(index, 0, fp); 168 mAllocation.setFromFieldPacker(index, 2, fp); 185 mAllocation.setFromFieldPacker(0, mIOBuffer);
|
/frameworks/base/rs/java/android/renderscript/ |
D | ProgramFragmentFixedFunction.java | 333 constantData.setFromFieldPacker(0, fp); in create()
|
D | ProgramVertexFixedFunction.java | 257 mAlloc.setFromFieldPacker(0, mIOBuffer); in addToBuffer()
|
D | Allocation.java | 1034 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker() method in Allocation 1057 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker() method in Allocation 1058 setFromFieldPacker(xoff, 0, 0, component_number, fp); in setFromFieldPacker() 1071 …public void setFromFieldPacker(int xoff, int yoff, int zoff, int component_number, FieldPacker fp)… in setFromFieldPacker() method in Allocation
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 995 public void setFromFieldPacker(int xoff, FieldPacker fp) { in setFromFieldPacker() method in Allocation 1017 public void setFromFieldPacker(int xoff, int component_number, FieldPacker fp) { in setFromFieldPacker() method in Allocation
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39826 method public void setFromFieldPacker(int, android.renderscript.FieldPacker); 39827 method public void setFromFieldPacker(int, int, android.renderscript.FieldPacker); 39828 method public void setFromFieldPacker(int, int, int, int, android.renderscript.FieldPacker);
|
/frameworks/base/api/ |
D | current.txt | 39970 method public void setFromFieldPacker(int, android.renderscript.FieldPacker); 39971 method public void setFromFieldPacker(int, int, android.renderscript.FieldPacker); 39972 method public void setFromFieldPacker(int, int, int, int, android.renderscript.FieldPacker);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25965 method public void setFromFieldPacker(int, android.renderscript.FieldPacker); 25966 method public void setFromFieldPacker(int, int, android.renderscript.FieldPacker);
|