/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/ |
HelloCompute.java | 58 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn, 61 mOutAllocation = Allocation.createFromBitmap(mRS, mBitmapOut,
|
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
ErrorCalculator.java | 77 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal, 79 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given, 118 mIdealPixelsAllocation = Allocation.createFromBitmap(mRS, ideal, 120 mGivenPixelsAllocation = Allocation.createFromBitmap(mRS, given, 126 mOutputPixelsAllocation = Allocation.createFromBitmap(mRS, output,
|
/developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/ |
MainActivity.java | 105 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
|
/developers/samples/android/renderScript/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/ |
MainActivity.java | 105 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/ |
MainActivity.java | 105 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 108 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]);
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
BitmapUtils.java | 51 Allocation input = Allocation.createFromBitmap(rs, bmap);
|
/developers/build/prebuilts/gradle/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
MainActivity.java | 155 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); 351 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); 363 Allocation outAllocation = Allocation.createFromBitmap(mRS, destBitpmap);
|
/developers/samples/android/renderScript/RenderScriptIntrinsic/Application/src/main/java/com/example/android/renderscriptintrinsic/ |
MainActivity.java | 155 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); 351 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); 363 Allocation outAllocation = Allocation.createFromBitmap(mRS, destBitpmap);
|
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/ |
MainActivity.java | 155 mInAllocation = Allocation.createFromBitmap(mRS, mBitmapIn); 159 mOutAllocations[i] = Allocation.createFromBitmap(mRS, mBitmapsOut[i]); 351 Allocation inAllocation = Allocation.createFromBitmap(mRS, tempBitmap); 363 Allocation outAllocation = Allocation.createFromBitmap(mRS, destBitpmap);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
Buffer.java | 42 mAllocation = Allocation.createFromBitmap(rs, mBitmap,
|
CachingPipeline.java | 198 mFiltersOnlyOriginalAllocation = Allocation.createFromBitmap(RS, originalBitmap, 206 mOriginalAllocation = Allocation.createFromBitmap(RS, mResizedOriginalBitmap, 454 mOutPixelsAllocation = Allocation.createFromBitmap(RS, bitmapBuffer,
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
SceneManager.java | 165 static Allocation createFromBitmap(Bitmap b, RenderScriptGL rs, boolean isCube) { 174 return Allocation.createFromBitmap(rs, b, mip, usage); 178 return createFromBitmap(loadBitmap(name, res), rs, true); 182 return createFromBitmap(BitmapFactory.decodeResource(res, id), rs, true); 186 return createFromBitmap(loadBitmap(name, res), rs, false); 190 return createFromBitmap(BitmapFactory.decodeResource(res, id), rs, false);
|
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/ |
SampleRSActivity.java | 102 mTwoByTwoAlloc = Allocation.createFromBitmap(mRS, mBitmapTwoByTwo, 106 mCityAlloc = Allocation.createFromBitmap(mRS, mBitmapCity,
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testinfrastructure/ |
ActivityTestBase.java | 179 Allocation idealAllocation = Allocation.createFromBitmap(mRenderScript, bitmap1, 181 Allocation givenAllocation = Allocation.createFromBitmap(mRenderScript, bitmap2,
|
/development/samples/RenderScript/Levels/src/com/android/rs/levels/ |
LevelsRSActivity.java | 171 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn,
|
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/ |
FillTest.java | 133 return Allocation.createFromBitmap(mRS, b,
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsRS.java | 80 Allocation.createFromBitmap(mRS, bp,
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Allocation.java | 191 * #createFromBitmap} in API version 18 and higher.</p> 703 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation, [all...] |
/frameworks/base/rs/java/android/renderscript/ |
Allocation.java | 210 * #createFromBitmap} in API version 18 and higher.</p> 765 * #createFromBitmap} and {@link #USAGE_SHARED} is set on the Allocation, [all...] |
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
ImageProcessingActivity2.java | 234 mOutDisplayAllocation1 = Allocation.createFromBitmap(mRS, mBitmapOut1); 235 mOutDisplayAllocation2 = Allocation.createFromBitmap(mRS, mBitmapOut2);
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
Camera2Source.java | 183 mAllocationOut = Allocation.createFromBitmap(mRS, mBitmap);
|
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/ |
ScriptGroupTestActivity.java | 196 mOutPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapOut);
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
ImageFilterRS.java | 155 return Allocation.createFromBitmap(RS, bitmap,
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralRS.java | 184 Allocation pointTexture = Allocation.createFromBitmap(mRS, bmp,
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
AllocationTest.java | 201 Allocation.createFromBitmap(mRS, B, mc, u)); 212 Allocation.createFromBitmap(mRS, B); 220 Allocation.createFromBitmap(mRS, B,
|