HomeSort by relevance Sort by last modified time
    Searched defs:forEachClear (Results 1 - 13 of 13) sorted by null

  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicBlend.java 59 public void forEachClear(Allocation ain, Allocation aout) {
60 forEachClear(ain, aout, null);
70 public void forEachClear(Allocation ain, Allocation aout, Script.LaunchOptions opt) {
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSBlendTest.java 66 blend.forEachClear(rsInput, rsOutput);
  /frameworks/rs/cpp/
ScriptIntrinsics.cpp 81 void ScriptIntrinsicBlend::forEachClear(sp<Allocation> in, sp<Allocation> out) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicBlend.java 64 public void forEachClear(Allocation ain, Allocation aout) {
ScriptIntrinsicBlendThunker.java 43 public void forEachClear(Allocation ain, Allocation aout) {
48 mN.forEachClear(aint.getNObj(), aoutt.getNObj());
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/tools/darwin/renderscript/lib/
renderscript-v8.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 154 milliseconds