Searched refs:getVectorAccessor (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection_cpp.h83 static const char *getVectorAccessor(unsigned index);
H A Dslang_rs_reflection_cpp.cpp944 std::string Name = VarName + "." + getVectorAccessor(i);
954 std::string Name = VarName + "." + getVectorAccessor(i);
984 const char *RSReflectionCpp::getVectorAccessor(unsigned Index) { function in class:slang::RSReflectionCpp

Completed in 61 milliseconds