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.h 530 class RSExportMatrixType : public RSExportType {
535 RSExportMatrixType(RSContext *Context,
547 static RSExportMatrixType *Create(RSContext *Context,
slang_rs_export_type.cpp 859 ET = RSExportMatrixType::Create(Context,
    [all...]
slang_rs_reflection_cpp.cpp 48 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
94 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
    [all...]
slang_rs_reflection.cpp 109 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
216 return GetMatrixTypeName(static_cast<const RSExportMatrixType *>(ET));
311 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
    [all...]
slang_backend.cpp 804 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));
    [all...]

Completed in 93 milliseconds