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

  /frameworks/compile/slang/
slang_rs_export_type.cpp 652 ET = RSExportMatrixType::Create(Context,
660 ET = RSExportMatrixType::Create(Context,
668 ET = RSExportMatrixType::Create(Context,
    [all...]
slang_rs_export_type.h 239 // RSExportMatrixType.
402 class RSExportMatrixType : public RSExportType {
407 RSExportMatrixType(RSContext *Context,
421 static RSExportMatrixType *Create(RSContext *Context,
slang_rs_reflection.cpp 84 static const char *GetMatrixTypeName(const RSExportMatrixType *EMT) {
182 return GetMatrixTypeName(static_cast<const RSExportMatrixType*>(ET));
249 const RSExportMatrixType *EMT = static_cast<const RSExportMatrixType *>(ET);
    [all...]
slang_rs_backend.cpp 253 static_cast<const RSExportMatrixType*>(ET)->getDim() - 2)));

Completed in 34 milliseconds