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.cpp247 ConstantInst *Module::getConstant(TypeIntInst *type, int32_t value) { function in class:android::spirit::Module
248 return getGlobalSection()->getConstant(type, value);
251 ConstantInst *Module::getConstant(TypeIntInst *type, uint32_t value) { function in class:android::spirit::Module
252 return getGlobalSection()->getConstant(type, value);
255 ConstantInst *Module::getConstant(TypeFloatInst *type, float value) { function in class:android::spirit::Module
256 return getGlobalSection()->getConstant(type, value);
669 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) { function in class:android::spirit::GlobalSection
679 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, uint32_t value) { function in class:android::GlobalSection
689 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 32 milliseconds