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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.cpp 785 std::string ElementVarName(VarName);
788 LastDotPos = ElementVarName.find_first_of('.', LastDotPos + 1);
799 ElementVarName.append("[" + IndexVarName + "]");
800 genPackVarOfType(C, ECAT->getElementType(), ElementVarName.c_str(),
    [all...]
slang_rs_reflection.cpp     [all...]

Completed in 148 milliseconds