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()
348 Constant* constant = spec->getConstant(); in writeHeaderFile()
DSpecification.h272 Constant* getConstant() const { return mConstant; } in getConstant() function
DSpecification.cpp778 Constant* constant = spec->getConstant(); in addConstantSpecification()
/frameworks/base/rs/java/android/renderscript/
DProgram.java98 public Type getConstant(int slot) { in getConstant() method in Program