Home
last modified time | relevance | path

Searched refs:F16_3 (Results 1 – 9 of 9) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_fp16.java101 initializeGlobals(RS, s, Element.F16_3(RS), nDims); in TestHalf3()
111 initializeGlobals(RS, s, Element.F16_3(RS), nDims); in TestHalf3()
/frameworks/rs/tests/cpp_api/cppf16/
Dcompute.cpp36 sp<const Element> half3 = Element::F16_3(rs); in main()
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp255 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp259 Type::Builder typeF16_3Builder(mRS, Element::F16_3(mRS)); in createFloatAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java307 Type.Builder typeF16_3Builder = new Type.Builder(mRS, Element.F16_3(mRS)); in createFloatAllocations()
/frameworks/base/rs/java/android/renderscript/
DElement.java657 public static Element F16_3(RenderScript rs) { in F16_3() method in Element
/frameworks/rs/cpp/
DrsCppStructs.h483 sp<const Element> F16_3; member
1152 static sp<const Element> F16_3(const sp<RS> &rs);
/frameworks/base/config/
Dhiddenapi-public-dex.txt38336 Landroid/renderscript/Element;->F16_3(Landroid/renderscript/RenderScript;)Landroid/renderscript/Ele…
/frameworks/base/api/
Dcurrent.txt37490 method public static android.renderscript.Element F16_3(android.renderscript.RenderScript);