Searched defs:rsDataType (Results 1 - 3 of 3) 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

Completed in 320 milliseconds