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

  /frameworks/compile/slang/
slang_rs_object_ref_count.h 169 if (DT >= 0 && DT < DataTypeMax) {
183 if (DT >= 0 && DT < DataTypeMax) {
slang_rs_export_type.cpp     [all...]
slang_rs_export_type.h 146 DataTypeMax
slang_rs_object_ref_count.cpp 35 /* Even though those two arrays are of size DataTypeMax, only entries that
39 RSObjectRefCount::RSSetObjectFD[DataTypeMax];
41 RSObjectRefCount::RSClearObjectFD[DataTypeMax];
44 for (unsigned i = 0; i < DataTypeMax; i++) {
84 if (DT >= 0 && DT < DataTypeMax) {
    [all...]

Completed in 227 milliseconds