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 436 static RSReflectionType *getRSReflectionType(DataType DT);
437 static RSReflectionType *getRSReflectionType(
439 return getRSReflectionType(EPT->getType());
446 return getRSReflectionType(this)->rs_short_type;
513 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 86 milliseconds