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 398 class RSExportPointerType : public RSExportType {
404 RSExportPointerType(RSContext *Context,
413 static RSExportPointerType *Create(RSContext *Context,
425 }; // RSExportPointerType
slang_rs_export_type.cpp     [all...]
slang_rs_reflection_cpp.cpp 79 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
858 const RSExportPointerType *EPT =
859 static_cast<const RSExportPointerType *>(ET);
891 const RSExportPointerType *EPT =
892 static_cast<const RSExportPointerType *>(ET);
    [all...]
slang_rs_reflection.cpp 198 static_cast<const RSExportPointerType *>(ET)->getPointeeType();
    [all...]
slang_backend.cpp 549 mLLVMContext, ("*" + static_cast<const RSExportPointerType*>(ET)

Completed in 37 milliseconds