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

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

Completed in 188 milliseconds