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 719 ET = RSExportMatrixType::Create(Context,
727 ET = RSExportMatrixType::Create(Context,
735 ET = RSExportMatrixType::Create(Context,
    [all...]
slang_rs_export_type.h 248 // RSExportMatrixType.
413 class RSExportMatrixType : public RSExportType {
418 RSExportMatrixType(RSContext *Context,
432 static RSExportMatrixType *Create(RSContext *Context,
slang_rs_reflection_cpp.cpp 46 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
86 return GetMatrixTypeName(static_cast<const RSExportMatrixType*>(ET));
slang_rs_backend.cpp 248 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
slang_rs_reflection.cpp 88 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
186 return GetMatrixTypeName(static_cast<const RSExportMatrixType*>(ET));
253 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
    [all...]

Completed in 46 milliseconds