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

1 2

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
intrinsic_colormatrix.rs 50 if (dtin == RS_TYPE_UNSIGNED_8) {
89 if (dtout == RS_TYPE_UNSIGNED_8) {
single_source_alloc.rs 193 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_8, uchar);
215 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_8, uchar);
237 RS_TYPE_UNSIGNED_8,
327 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_8, true, true, true);
verify.rs 212 if (dt == RS_TYPE_UNSIGNED_8) { \
265 if (dt == RS_TYPE_UNSIGNED_8) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_single_source_alloc.java 37 RS_TYPE_UNSIGNED_8 (8),
single_source_alloc.rs 193 STORE_TO_ALLOC(RS_TYPE_UNSIGNED_8, uchar);
220 LAUNCH_VERIFY_KERNEL(RS_TYPE_UNSIGNED_8, uchar);
301 TEST_DATA_TYPE(RS_TYPE_UNSIGNED_8, true, true, true);
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_single_source_alloc.java 39 RS_TYPE_UNSIGNED_8 (8),
  /frameworks/rs/script_api/include/
rs_object_types.rsh 146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer.
rs_allocation_create.rsh 196 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_8);
367 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 2);
376 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 3);
385 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 4);
592 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_8);
763 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 2);
772 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 3);
781 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 4);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 146 RS_TYPE_UNSIGNED_8 = 8, // An 8 bit unsigned integer.
rs_allocation_create.rsh 196 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_8);
367 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 2);
376 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 3);
385 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 4);
592 rs_element e = rsCreateElement(RS_TYPE_UNSIGNED_8);
763 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 2);
772 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 3);
781 rs_element e = rsCreateVectorElement(RS_TYPE_UNSIGNED_8, 4);
    [all...]
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 43 RS_TYPE_UNSIGNED_8,
49 RS_TYPE_UNSIGNED_8,
58 RS_TYPE_UNSIGNED_8,
81 passed &= (Element::createVector(mRS, RS_TYPE_UNSIGNED_8, len) != nullptr);
rs_jni.cpp 57 if (dt == RS_TYPE_UNSIGNED_8) {
405 RsDataType dt = RS_TYPE_UNSIGNED_8;
  /frameworks/rs/
rsComponent.cpp 169 case RS_TYPE_UNSIGNED_8:
rsDefines.h 126 RS_TYPE_UNSIGNED_8,
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
verify.rs 225 if (dt == RS_TYPE_UNSIGNED_8) { \
265 if (dt == RS_TYPE_UNSIGNED_8) {
  /frameworks/rs/driver/
rsdMeshObj.cpp 60 if (dt != RS_TYPE_FLOAT_32 && dt != RS_TYPE_UNSIGNED_8 &&
rsdRuntimeStubs.cpp 518 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
532 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
572 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
573 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
574 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
575 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4)
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 491 void *tmp = ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
506 return ElementAt((Allocation *)a.p, RS_TYPE_UNSIGNED_8, 0, x, y, z);
554 ELEMENT_AT(uchar, RS_TYPE_UNSIGNED_8, 1)
555 ELEMENT_AT(uchar2, RS_TYPE_UNSIGNED_8, 2)
556 ELEMENT_AT(uchar3, RS_TYPE_UNSIGNED_8, 3)
557 ELEMENT_AT(uchar4, RS_TYPE_UNSIGNED_8, 4)
    [all...]
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
verify.rs 30 if (dt == RS_TYPE_UNSIGNED_8) { \
  /frameworks/rs/cpp/
Element.cpp 225 case RS_TYPE_UNSIGNED_8:
343 if (!(dt == RS_TYPE_UNSIGNED_8 ||
Allocation.cpp 102 if ((dt == RS_TYPE_SIGNED_8) || (dt == RS_TYPE_UNSIGNED_8)) {
  /frameworks/rs/script_api/
rs_object_types.spec 129 value: RS_TYPE_UNSIGNED_8 = 8, "An 8 bit unsigned integer."
  /frameworks/rs/driver/runtime/
rs_allocation.c 436 case RS_TYPE_UNSIGNED_8:
469 case RS_TYPE_UNSIGNED_8:
483 if (data_type != RS_TYPE_UNSIGNED_8 &&
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicColorMatrix.cpp 954 if (eout->getType() == RS_TYPE_UNSIGNED_8) {
960 if (eout->getType() == RS_TYPE_UNSIGNED_8) {
rsCpuIntrinsicBlur.cpp 443 if (e->getType() == RS_TYPE_UNSIGNED_8) {

Completed in 179 milliseconds

1 2