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

  /frameworks/compile/libbcc/lib/
RSUtils.h 80 // All other types are reported back as RS_TYPE_NONE, since no special
97 return RS_TYPE_NONE;
103 return getRsDataTypeForType(T) != RS_TYPE_NONE;
RSInvokeHelperPass.cpp 202 enum RsDataType DT = RS_TYPE_NONE;
206 if (DT != RS_TYPE_NONE) {
  /frameworks/rs/
rsComponent.cpp 23 set(RS_TYPE_NONE, RS_KIND_USER, false, 1);
76 case RS_TYPE_NONE:
rsDefines.h 118 RS_TYPE_NONE = 0,
  /frameworks/rs/script_api/include/
rs_object_types.rsh 138 RS_TYPE_NONE = 0, // Element is a complex type, i.e. a struct.
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 138 RS_TYPE_NONE = 0, // Element is a complex type, i.e. a struct.
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
element.rs 110 _RS_ASSERT(rsElementGetDataType(complexElem) == RS_TYPE_NONE);
single_source_alloc.rs 315 TEST_DATA_TYPE(RS_TYPE_NONE, false, false, false);
  /frameworks/rs/cpp/
Element.cpp 206 mType = RS_TYPE_NONE;
222 case RS_TYPE_NONE:
403 (mType != RS_TYPE_NONE) &&
  /frameworks/rs/script_api/
rs_object_types.spec 121 value: RS_TYPE_NONE = 0, "Element is a complex type, i.e. a struct."
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_alloc.rs 341 TEST_DATA_TYPE(RS_TYPE_NONE, false, false, false);

Completed in 102 milliseconds