HomeSort by relevance Sort by last modified time
    Searched defs:F32_2 (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 107 passed &= (Element::F32_2(mRS) != nullptr);
174 sp<const Element> F32_2 = Element::F32_2(mRS);
203 sp<const Element> ElementArrs[] = { ALLOCATION, BOOLEAN, ELEMENT, F32, F32_2,
243 eb->add(Element::F32_2(mRS), "F32_2", arraySize);
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 184 b.add(Element.F32_2(mRS), "texture0");
Mesh.java 801 b.add(Element.F32_2(mRS), "texture0");
Element.java 679 public static Element F32_2(RenderScript rs) {
    [all...]
ScriptIntrinsicBLAS.java 357 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
358 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
361 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
365 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
480 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32_2}.
481 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
484 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
489 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
637 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
638 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}
    [all...]
  /frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
UT_global.java 77 test(Element.F32_2(RS), () -> {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
TypeTest.java 54 testTypeBuilderHelper(Element.F32_2(mRS));
ElementTest.java 72 assertTrue(Element.F32_2(mRS) != null);
194 Element[] F32_2 = { Element.F32_2(mRS),
248 F32, F32_2, F32_3, F32_4,
289 eb.add(Element.F32_2(mRS), "F32_2", arraySize);
359 assertFalse(Element.F32_2(mRS).isComplex());
AllocationTest.java 124 createTypedHelper(Element.F32_2(mRS));
167 createSizedHelper(Element.F32_2(mRS));
    [all...]
GetSetTest.java     [all...]
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Element.java 486 public static Element F32_2(RenderScript rs) {
    [all...]
ScriptIntrinsicBLAS.java 384 * @param A The input allocation contains matrix A, supported elements type {@link Element#F32_2}.
385 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
388 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
392 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
547 * @param A The input allocation contains the band matrix A, supported elements type {@link Element#F32_2}.
548 * @param X The input allocation contains vector x, supported elements type {@link Element#F32_2}.
551 * @param Y The input allocation contains vector y, supported elements type {@link Element#F32_2}.
556 validateGEMV(Element.F32_2(mRS), TransA, A, X, incX, Y, incY);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 486 sp<const Element> F32_2;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 125 milliseconds

1 2