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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 687 ET = RSExportPointerType::Create(Context,
    [all...]
slang_rs_export_type.h 319 class RSExportPointerType : public RSExportType {
325 RSExportPointerType(RSContext *Context,
335 static RSExportPointerType *Create(RSContext *Context,
348 }; // RSExportPointerType
slang_rs_reflection.cpp 166 static_cast<const RSExportPointerType*>(ET)->getPointeeType();
696 const RSExportPointerType *EPT =
697 static_cast<const RSExportPointerType*>(ET);
738 const RSExportPointerType *EPT =
739 static_cast<const RSExportPointerType*>(ET);
817 PointeeType = static_cast<const RSExportPointerType*>(ET)->getPointeeType();
    [all...]
slang_rs_backend.cpp 244 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)

Completed in 29 milliseconds