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

  /frameworks/compile/slang/
slang_rs_export_type.h 383 static RSReflectionType *getRSReflectionType(DataType DT);
384 static RSReflectionType *getRSReflectionType(
386 return getRSReflectionType(EPT->getType());
393 return getRSReflectionType(this)->rs_short_type;
460 Name << RSExportPrimitiveType::getRSReflectionType(this)->rs_short_type
slang_rs_reflection_cpp.cpp 72 RSExportPrimitiveType::getRSReflectionType(EPT)->c_name + ">";
74 return RSExportPrimitiveType::getRSReflectionType(EPT)->c_name;
89 VecName << EVT->getRSReflectionType(EVT)->rs_c_vector_prefix
    [all...]
slang_rs_reflection.cpp 191 RSExportPrimitiveType::getRSReflectionType(static_cast<const RSExportPrimitiveType *>(ET));
207 const auto ReflectionType = EVT->getRSReflectionType(EVT);
654 VecName << EVT->getRSReflectionType(EVT)->rs_java_vector_prefix
    [all...]
slang_rs_export_type.cpp     [all...]

Completed in 50 milliseconds