HomeSort by relevance Sort by last modified time
    Searched refs:RS_TYPE_UNSIGNED_5_6_5 (Results 1 - 12 of 12) 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
151 RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 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
151 RS_TYPE_UNSIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bit sections.
  /frameworks/rs/cpp/
Element.cpp 232 case RS_TYPE_UNSIGNED_5_6_5:
278 if ((dt != RS_TYPE_UNSIGNED_5_6_5) &&
345 dt == RS_TYPE_UNSIGNED_5_6_5 ||
351 if (dt == RS_TYPE_UNSIGNED_5_6_5 && dk != RS_KIND_PIXEL_RGB) {
  /frameworks/rs/
rsComponent.cpp 78 case RS_TYPE_UNSIGNED_5_6_5:
rsDefines.h 133 RS_TYPE_UNSIGNED_5_6_5,
  /frameworks/rs/script_api/
rs_object_types.spec 134 value: RS_TYPE_UNSIGNED_5_6_5 = 13, "A 16 bit unsigned integer packing graphical data in 5, 6, and 5 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 331 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_5_6_5, RS_KIND_PIXEL_RGB);
332 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_5_6_5, RS_KIND_PIXEL_L);
  /frameworks/rs/driver/runtime/
rs_sample.c 280 if (dt == RS_TYPE_UNSIGNED_5_6_5) {
333 if (dt == RS_TYPE_UNSIGNED_5_6_5) {
367 if (dt == RS_TYPE_UNSIGNED_5_6_5) {
405 if (dt == RS_TYPE_UNSIGNED_5_6_5) {
rs_allocation.c 485 data_type != RS_TYPE_UNSIGNED_5_6_5 &&
503 if (data_type == RS_TYPE_UNSIGNED_5_6_5 && data_kind != RS_KIND_PIXEL_RGB) {
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
single_source_alloc.rs 305 TEST_SUPPORTED_PIXEL (RS_TYPE_UNSIGNED_5_6_5, RS_KIND_PIXEL_RGB);
306 TEST_UNSUPPORTED_PIXEL(RS_TYPE_UNSIGNED_5_6_5, RS_KIND_PIXEL_L);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_element.cpp 46 RS_TYPE_UNSIGNED_5_6_5,
  /frameworks/rs/driver/
rsdAllocation.cpp 57 case RS_TYPE_UNSIGNED_5_6_5: return GL_UNSIGNED_SHORT_5_6_5;
    [all...]

Completed in 882 milliseconds