Searched refs:createFromBitmapResource (Results 1 – 9 of 9) sorted by relevance
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | ImageProcessingActivity2.java | 205 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 207 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 213 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 215 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 221 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 223 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 248 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 250 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 254 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 256 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() [all …]
|
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/ |
D | ImageProcessingActivityJB.java | 201 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 203 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 207 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 209 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 213 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 215 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor() 219 mInPixelsAllocation = Allocation.createFromBitmapResource( in Processor() 221 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in Processor()
|
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/ |
D | ImageProcessingActivity.java | 408 mInPixelsAllocation = Allocation.createFromBitmapResource( in init() 410 mInPixelsAllocation2 = Allocation.createFromBitmapResource( in init()
|
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/ |
D | ScriptGroupTestActivity.java | 191 mInPixelsAllocation = Allocation.createFromBitmapResource( in init()
|
/frameworks/base/rs/java/android/renderscript/ |
D | Allocation.java | 3249 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource() method in Allocation 3281 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource() method in Allocation 3285 return createFromBitmapResource(rs, res, id, in createFromBitmapResource() 3289 return createFromBitmapResource(rs, res, id, in createFromBitmapResource()
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | Allocation.java | 2935 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource() method in Allocation 2965 static public Allocation createFromBitmapResource(RenderScript rs, in createFromBitmapResource() method in Allocation 2968 return createFromBitmapResource(rs, res, id, in createFromBitmapResource()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25948 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript… 25949 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39805 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript… 39806 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript…
|
/frameworks/base/api/ |
D | current.txt | 39949 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript… 39950 …method public static android.renderscript.Allocation createFromBitmapResource(android.renderscript…
|