Searched refs:constInput (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsProgramFragment.cpp | 110 ObjectBaseRef<const Element> constInput = Element::create(rsc, 1, eins, enames); in init() local 112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()
|
D | rsProgramVertex.cpp | 179 ObjectBaseRef<const Element> constInput = Element::create(rsc, 4, ebe1, ebn1); in init() local 185 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1); in init()
|
D | rsFont.cpp | 513 ObjectBaseRef<const Element> constInput = Element::create(mRSC, 2, ebe1, ebn1); in initRenderState() local 514 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1); in initRenderState()
|