Searched defs:mConstant (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/api/
H A DSpecification.h259 Constant* mConstant; // Not owned member in class:ConstantSpecification
263 ConstantSpecification(Constant* constant) : mConstant(constant) {}
265 Constant* getConstant() const { return mConstant; }

Completed in 32 milliseconds