HomeSort by relevance Sort by last modified time
    Searched refs:constInput (Results 1 - 3 of 3) sorted by null

  /frameworks/rs/
rsProgramFragment.cpp 110 ObjectBaseRef<const Element> constInput = Element::create(rsc, 1, eins, enames);
112 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1);
rsProgramVertex.cpp 180 ObjectBaseRef<const Element> constInput = Element::create(rsc, 4, ebe1, ebn1);
186 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1);
rsFont.cpp 514 ObjectBaseRef<const Element> constInput = Element::create(mRSC, 2, ebe1, ebn1);
515 ObjectBaseRef<Type> inputType = Type::getTypeRef(mRSC, constInput.get(), 1);

Completed in 43 milliseconds