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

/frameworks/base/rs/java/android/renderscript/
H A DProgram.java98 public Type getConstant(int slot) { method in class:Program
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp240 ConstantInst *Module::getConstant(TypeIntInst *type, int32_t value) { function in class:android::spirit::Module
241 return getGlobalSection()->getConstant(type, value);
244 ConstantInst *Module::getConstant(TypeIntInst *type, uint32_t value) { function in class:android::spirit::Module
245 return getGlobalSection()->getConstant(type, value);
248 ConstantInst *Module::getConstant(TypeFloatInst *type, float value) { function in class:android::spirit::Module
249 return getGlobalSection()->getConstant(type, value);
644 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) { function in class:android::spirit::GlobalSection
654 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, uint32_t value) { function in class:android::GlobalSection
664 ConstantInst *GlobalSection::getConstant(TypeFloatInst *type, float value) { function in class:GlobalSection
/frameworks/rs/script_api/
H A DSpecification.h273 Constant* getConstant() const { return mConstant; } function in class:ConstantSpecification

Completed in 999 milliseconds