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

  /frameworks/rs/script_api/include/
rs_object_types.rsh 132 * RS_TYPE_UNSIGNED_5_6_5, RS_TYPE_UNSIGNED_5_5_5_1, RS_TYPE_UNSIGNED_4_4_4_4 are for packed
153 RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and 4 bit sections.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 132 * RS_TYPE_UNSIGNED_5_6_5, RS_TYPE_UNSIGNED_5_5_5_1, RS_TYPE_UNSIGNED_4_4_4_4 are for packed
153 RS_TYPE_UNSIGNED_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and 4 bit sections.
  /frameworks/rs/cpp/
Element.cpp 234 case RS_TYPE_UNSIGNED_4_4_4_4:
279 (dt != RS_TYPE_UNSIGNED_4_4_4_4) &&
346 dt == RS_TYPE_UNSIGNED_4_4_4_4 ||
359 if (dt == RS_TYPE_UNSIGNED_4_4_4_4 && dk != RS_KIND_PIXEL_RGBA) {
  /frameworks/rs/
rsComponent.cpp 90 case RS_TYPE_UNSIGNED_4_4_4_4:
rsDefines.h 135 RS_TYPE_UNSIGNED_4_4_4_4,
  /frameworks/rs/script_api/
rs_object_types.spec 136 value: RS_TYPE_UNSIGNED_4_4_4_4 = 15, "A 16 bit unsigned integer packing graphical data in 4, 4, 4, and 4 bit sections."
156 RS_TYPE_UNSIGNED_5_6_5, RS_TYPE_UNSIGNED_5_5_5_1, RS_TYPE_UNSIGNED_4_4_4_4 are for packed
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 335 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_RGBA);
336 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_L);
338 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_L);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_alloc.rs 309 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_RGBA);
310 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_L);
312 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_4_4_4_4, RS_KIND_PIXEL_L);
  /frameworks/rs/driver/runtime/
rs_allocation.c 486 data_type != RS_TYPE_UNSIGNED_4_4_4_4 &&
513 if (data_type == RS_TYPE_UNSIGNED_4_4_4_4 &&
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 55 RS_TYPE_UNSIGNED_4_4_4_4,
  /frameworks/rs/driver/
rsdAllocation.cpp 59 case RS_TYPE_UNSIGNED_4_4_4_4: return GL_UNSIGNED_SHORT_4_4_4_4;
    [all...]

Completed in 183 milliseconds