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

  /frameworks/compile/slang/
slang_rs_export_type.h 110 mutable union RSType *mSpecType;
147 mSpecType = SpecType;
191 if (mSpecType == NULL)
192 mSpecType = convertToSpecType();
193 return mSpecType;
slang_rs_export_type.cpp 820 mSpecType(NULL) {
844 delete mSpecType;
    [all...]

Completed in 34 milliseconds