Searched refs:create1D (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptField_MyStruct.java.expect | 72 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX, int usages) { 78 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX) { 79 return create1D(rs, dimX, Allocation.USAGE_SCRIPT);
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptField_MyStruct.java.expect | 72 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX, int usages) { 78 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX) { 79 return create1D(rs, dimX, Allocation.USAGE_SCRIPT);
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptField_MyStruct.java.expect | 72 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX, int usages) { 78 public static ScriptField_MyStruct create1D(RenderScript rs, int dimX) { 79 return create1D(rs, dimX, Allocation.USAGE_SCRIPT);
|
/frameworks/base/rs/java/android/renderscript/ |
D | AllocationAdapter.java | 231 static public AllocationAdapter create1D(RenderScript rs, Allocation a) { in create1D() method in AllocationAdapter
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25993 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc…
|
/frameworks/base/api/ |
D | test-current.txt | 33317 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc…
|
D | current.txt | 33239 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc…
|
D | system-current.txt | 35997 …method public static android.renderscript.AllocationAdapter create1D(android.renderscript.RenderSc…
|