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

  /frameworks/compile/slang/
slang_rs_export_type.h 330 class RSExportPointerType : public RSExportType {
336 RSExportPointerType(RSContext *Context,
346 static RSExportPointerType *Create(RSContext *Context,
359 }; // RSExportPointerType
slang_rs_export_type.cpp 754 ET = RSExportPointerType::Create(Context,
    [all...]
slang_rs_reflection.cpp 170 static_cast<const RSExportPointerType*>(ET)->getPointeeType();
801 const RSExportPointerType *EPT =
802 static_cast<const RSExportPointerType*>(ET);
861 const RSExportPointerType *EPT =
862 static_cast<const RSExportPointerType*>(ET);
    [all...]
slang_rs_backend.cpp 239 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)
slang_rs_reflection_cpp.cpp 70 static_cast<const RSExportPointerType*>(ET)->getPointeeType();

Completed in 72 milliseconds