Searched refs:constInput (Results 1 – 3 of 3) sorted by relevance
/frameworks/rs/ |
D | rsProgramFragment.cpp | 107 ObjectBaseRef<const Element> constInput = builder.create(rsc); in init() local 109 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()
|
D | rsProgramVertex.cpp | 182 ObjectBaseRef<const Element> constInput = constBuilder.create(rsc); in init() local 191 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false); in init()
|
D | rsFont.cpp | 508 ObjectBaseRef<const Element> constInput = builder.create(mRSC); in initRenderState() local 510 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false); in initRenderState()
|