Home
last modified time | relevance | path

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

/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp247 ConstantInst *Module::getConstant(TypeIntInst *type, int32_t value) { in getConstant() function in android::spirit::Module
251 ConstantInst *Module::getConstant(TypeIntInst *type, uint32_t value) { in getConstant() function in android::spirit::Module
255 ConstantInst *Module::getConstant(TypeFloatInst *type, float value) { in getConstant() function in android::spirit::Module
669 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, int32_t value) { in getConstant() function in android::spirit::GlobalSection
679 ConstantInst *GlobalSection::getConstant(TypeIntInst *type, uint32_t value) { in getConstant() function in android::spirit::GlobalSection
689 ConstantInst *GlobalSection::getConstant(TypeFloatInst *type, float value) { in getConstant() function in android::spirit::GlobalSection
/frameworks/base/rs/java/android/renderscript/
DProgram.java100 public Type getConstant(int slot) { in getConstant() method in Program
/frameworks/rs/script_api/
DSpecification.h273 Constant* getConstant() const { return mConstant; } in getConstant() function