HomeSort by relevance Sort by last modified time
    Searched refs:I32_4 (Results 1 - 16 of 16) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
PownTest.java 148 Allocation nAlloc = Allocation.createSized(mRS, Element.I32_4(mRS), INPUTSIZE);
159 Allocation nAlloc = Allocation.createSized(mRS, Element.I32_4(mRS), INPUTSIZE);
RootnTest.java 148 Allocation nAlloc = Allocation.createSized(mRS, Element.I32_4(mRS), INPUTSIZE);
159 Allocation nAlloc = Allocation.createSized(mRS, Element.I32_4(mRS), INPUTSIZE);
SendToClient.java 56 mInAllocation = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
ElementTest.java 90 assertTrue(Element.I32_4(mRS) != null);
294 eb.add(Element.I32_4(mRS), "I32_4", arraySize);
360 assertFalse(Element.I32_4(mRS).isComplex());
ForEachTest.java 219 // I32_4
220 t = new Type.Builder(mRS, Element.I32_4(mRS)).setX(x).create();
KernelTest.java 219 // I32_4
220 t = new Type.Builder(mRS, Element.I32_4(mRS)).setX(x).create();
  /frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java 130 mOut.getType().getElement() != Element.I32_4(mRS)) {
Element.java 679 public static Element I32_4(RenderScript rs) {
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 192 sp<const Element> I32_4;
932 static sp<const Element> I32_4(sp<RS> rs);
    [all...]
ScriptIntrinsics.cpp 439 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) {
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 639 public static Element I32_4(RenderScript rs) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 419 milliseconds