Home
last modified time | relevance | path

Searched refs:rsDataType (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_single_source_alloc.java29 private enum rsDataType { enum in UT_single_source_alloc
44 rsDataType(int value) { this.value = value; } in rsDataType() method in UT_single_source_alloc.rsDataType
67 for (rsDataType dataType : rsDataType.values()) { in run()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_single_source_alloc.java31 private enum rsDataType { enum in UT_single_source_alloc
46 rsDataType(int value) { this.value = value; } in rsDataType() method in UT_single_source_alloc.rsDataType
69 for (rsDataType dataType : rsDataType.values()) { in run()
/frameworks/rs/script_api/
DSpecification.h46 const char* rsDataType; // RS data type member
DGenerateTestFiles.cpp42 *dataType = TYPES[i].rsDataType; in convertToRsType()
DSpecification.cpp470 return stringReplace(s, pattern, TYPES[typeIdx].rsDataType); in expandRSTypeInString()