Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/rs/script_api/
H A DSpecification.h517 std::list<ConstantSpecification*> mConstantSpecificationsList; variable
542 return mConstantSpecificationsList; in getConstantSpecifications()
H A DSpecification.cpp780 mConstantSpecificationsList.push_back(spec); in addConstantSpecification()