Searched defs:constInput (Results 1 - 3 of 3) sorted by relevance
/frameworks/rs/ |
H A D | rsProgramFragment.cpp | 109 ObjectBaseRef<const Element> constInput = Element::create(rsc, 1, eins, enames); local 111 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
|
H A D | rsProgramVertex.cpp | 180 ObjectBaseRef<const Element> constInput = Element::create(rsc, 4, ebe1, ebn1); local 186 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
|
H A D | rsFont.cpp | 514 ObjectBaseRef<const Element> constInput = Element::create(mRSC, 2, ebe1, ebn1); local 516 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1, 0, 0, false, false, 0);
|
Completed in 742 milliseconds