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

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 38 RS_TYPE_UNSIGNED_16 (9),
single_source_alloc.rs 194 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_16, ushort);
221 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_16, ushort);
302 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_16, true, true, true);
311 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_16, RS_KIND_PIXEL_DEPTH);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 40 RS_TYPE_UNSIGNED_16 (9),
  /frameworks/rs/script_api/include/
rs_object_types.rsh 147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer.
rs_allocation_create.rsh 214 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_16);
421 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 2);
430 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 3);
439 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 4);
610 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_16);
817 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 2);
826 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 3);
835 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 4);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 147 RS_TYPE_UNSIGNED_16 = 9, // A 16 bit unsigned integer.
rs_allocation_create.rsh 214 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_16);
421 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 2);
430 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 3);
439 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 4);
610 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_16);
817 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 2);
826 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 3);
835 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_16, 4);
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 194 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_16, ushort);
216 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_16, ushort);
238 RS_TYPE_UNSIGNED_16,
328 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_16, true, true, true);
337 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_16, RS_KIND_PIXEL_DEPTH);
  /frameworks/rs/
rsComponent.cpp 172 case RS_TYPE_UNSIGNED_16:
rsDefines.h 127 RS_TYPE_UNSIGNED_16,
rsFont.cpp 580 ObjectBaseRef<const Element> indexElem = Element::createRef(mRSC, RS_TYPE_UNSIGNED_16, RS_KIND_USER, false, 1);
  /frameworks/rs/cpp/
Element.cpp 231 case RS_TYPE_UNSIGNED_16:
344 dt == RS_TYPE_UNSIGNED_16 ||
363 if (dt == RS_TYPE_UNSIGNED_16 && dk != RS_KIND_PIXEL_DEPTH) {
Allocation.cpp 94 if ((dt == RS_TYPE_SIGNED_16) || (dt == RS_TYPE_UNSIGNED_16)) {
  /frameworks/rs/driver/
rsdMeshObj.cpp 61 dt != RS_TYPE_UNSIGNED_16 && dt != RS_TYPE_SIGNED_8 &&
rsdRuntimeStubs.cpp 580 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
581 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
582 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
583 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
    [all...]
rsdAllocation.cpp 64 case RS_TYPE_UNSIGNED_16: return GL_UNSIGNED_SHORT;
    [all...]
  /frameworks/rs/driver/runtime/
rs_allocation.c 437 case RS_TYPE_UNSIGNED_16:
470 case RS_TYPE_UNSIGNED_16:
484 data_type != RS_TYPE_UNSIGNED_16 &&
519 if (data_type == RS_TYPE_UNSIGNED_16 && data_kind != RS_KIND_PIXEL_DEPTH) {
  /frameworks/rs/script_api/
rs_object_types.spec 130 value: RS_TYPE_UNSIGNED_16 = 9, "A 16 bit unsigned integer."
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 562 ELEMENT_AT(ushort, RS_TYPE_UNSIGNED_16, 1)
563 ELEMENT_AT(ushort2, RS_TYPE_UNSIGNED_16, 2)
564 ELEMENT_AT(ushort3, RS_TYPE_UNSIGNED_16, 3)
565 ELEMENT_AT(ushort4, RS_TYPE_UNSIGNED_16, 4)
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 82 passed &= (Element::createVector(mRS, RS_TYPE_UNSIGNED_16, len) != nullptr);
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp 153 case RS_TYPE_UNSIGNED_16: \
    [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp 129 case RS_TYPE_UNSIGNED_16: \
    [all...]

Completed in 220 milliseconds