Home
last modified time | relevance | path

Searched refs:getConstants (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/script_api/
DGenerateDocumentation.cpp455 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
458 writeSummaryTables(&file, systemSpecification.getConstants(), systemSpecification.getTypes(), in generateAlphabeticalIndex()
DSpecification.h603 const std::map<std::string, Constant*>& getConstants() const { return mConstants; } in getConstants() function