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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 785 ET = RSExportMatrixType::Create(Context,
793 ET = RSExportMatrixType::Create(Context,
801 ET = RSExportMatrixType::Create(Context,
    [all...]
slang_rs_export_type.h 443 class RSExportMatrixType : public RSExportType {
448 RSExportMatrixType(RSContext *Context,
460 static RSExportMatrixType *Create(RSContext *Context,
slang_rs_reflection.cpp 107 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
199 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
265 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
    [all...]
slang_rs_reflection_cpp.cpp 49 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
91 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
    [all...]
slang_rs_backend.cpp 237 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));

Completed in 307 milliseconds