HomeSort by relevance Sort by last modified time
    Searched full:createfrombitmapresource (Results 1 - 23 of 23) sorted by null

  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
ImageProcessingActivity2.java 205 mInPixelsAllocation = Allocation.createFromBitmapResource(
207 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
213 mInPixelsAllocation = Allocation.createFromBitmapResource(
215 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
221 mInPixelsAllocation = Allocation.createFromBitmapResource(
223 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
248 mInPixelsAllocation = Allocation.createFromBitmapResource(
250 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
254 mInPixelsAllocation = Allocation.createFromBitmapResource(
256 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
    [all...]
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
ImageProcessingActivityJB.java 199 mInPixelsAllocation = Allocation.createFromBitmapResource(
201 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
205 mInPixelsAllocation = Allocation.createFromBitmapResource(
207 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
211 mInPixelsAllocation = Allocation.createFromBitmapResource(
213 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
217 mInPixelsAllocation = Allocation.createFromBitmapResource(
219 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
TestAppLoadingScreen.java 70 robotTex = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 118 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
FBOTestRS.java 117 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SceneGraphRS.java 132 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
SimpleModelRS.java 116 mGridImage = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
FillTest.java 139 return Allocation.createFromBitmapResource(mRS, mRes, id,
MeshTest.java 136 return Allocation.createFromBitmapResource(mRS, mRes, id,
TorusTest.java 232 return Allocation.createFromBitmapResource(mRS, mRes, id,
UiTest.java 129 return Allocation.createFromBitmapResource(mRS, mRes, id,
  /frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
ShadersTestRS.java 135 mMeshTexture = Allocation.createFromBitmapResource(mRS, mRes, R.drawable.robot,
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ImageProcessingActivity.java 408 mInPixelsAllocation = Allocation.createFromBitmapResource(
410 mInPixelsAllocation2 = Allocation.createFromBitmapResource(
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
ScriptGroupTestActivity.java 191 mInPixelsAllocation = Allocation.createFromBitmapResource(
  /packages/wallpapers/Galaxy4/src/com/android/galaxy4/
GalaxyRS.java 109 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id,
  /packages/wallpapers/NoiseField/src/com/android/noisefield/
NoiseFieldRS.java 164 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id,
  /packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
PhaseBeamRS.java 179 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id,
  /frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
RsRenderStatesRS.java 299 return Allocation.createFromBitmapResource(mRS, mRes, id,
  /frameworks/base/rs/java/android/renderscript/
Allocation.java     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java     [all...]
  /frameworks/support/v8/renderscript/api/
23.txt 64 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation.MipmapControl, int);
65 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int);
    [all...]
current.txt 64 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation.MipmapControl, int);
65 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int);
    [all...]
  /prebuilts/sdk/support-api/
23.txt 291 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int, android.support.v8.renderscript.Allocation.MipmapControl, int);
292 method public static android.support.v8.renderscript.Allocation createFromBitmapResource(android.support.v8.renderscript.RenderScript, android.content.res.Resources, int);
    [all...]

Completed in 1074 milliseconds