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

  /frameworks/compile/slang/
slang_rs_reflection_cpp.h 83 static const char *getVectorAccessor(unsigned index);
slang_rs_reflection_cpp.cpp 946 std::string Name = VarName + "." + getVectorAccessor(i);
956 std::string Name = VarName + "." + getVectorAccessor(i);
986 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) {
    [all...]

Completed in 55 milliseconds