Searched defs:ReflectionType (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflection.cpp343 const auto ReflectionType = local
345 return (CLike ? ReflectionType->s_name : ReflectionType->java_name);
362 const auto ReflectionType = EVT->getRSReflectionType(EVT); local
364 VecName << (CLike ? ReflectionType->s_name : ReflectionType->rs_java_vector_prefix)

Completed in 15 milliseconds