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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 92 std::string ElementTypeName = GetTypeName(CAT->getElementType());
94 ElementTypeName.append("[]");
96 return ElementTypeName;
slang_rs_reflection.cpp 191 std::string ElementTypeName = GetTypeName(CAT->getElementType());
193 ElementTypeName.append("[]");
195 return ElementTypeName;
    [all...]

Completed in 133 milliseconds