Searched defs:ebn1 (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsProgramVertex.cpp176 const char *ebn1[] = { "MV", "P", "TexMatrix", "MVP" }; local
179 ObjectBaseRef<const Element> constInput = Element::create(rsc, 4, ebe1, ebn1);
H A DrsFont.cpp511 const char *ebn1[] = { "Color", "Gamma" }; local
513 ObjectBaseRef<const Element> constInput = Element::create(mRSC, 2, ebe1, ebn1);
607 const char *ebn1[] = { "position", "texture0" }; local
609 ObjectBaseRef<const Element> vertexDataElem = Element::create(mRSC, 2, ebe1, ebn1);

Completed in 138 milliseconds