Home
last modified time | relevance | path

Searched refs:getConstant (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/api/
DGenerateHeaderFiles.cpp120 const Constant* constant = spec.getConstant(); in writeConstantSpecification()
345 Constant* constant = spec->getConstant(); in writeHeaderFile()
DSpecification.h265 Constant* getConstant() const { return mConstant; } in getConstant() function
DSpecification.cpp689 Constant* constant = spec->getConstant(); in addConstantSpecification()
/frameworks/base/rs/java/android/renderscript/
DProgram.java97 public Type getConstant(int slot) { in getConstant() method in Program