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

/frameworks/rs/
H A DrsProgramVertex.cpp177 const char *ebn1[] = { "MV", "P", "TexMatrix", "MVP" }; local
180 ObjectBaseRef<const Element> constInput = Element::create(rsc, 4, ebe1, ebn1);
H A DrsFont.cpp512 const char *ebn1[] = { "Color", "Gamma" }; local
514 ObjectBaseRef<const Element> constInput = Element::create(mRSC, 2, ebe1, ebn1);
610 const char *ebn1[] = { "position", "texture0" }; local
612 ObjectBaseRef<const Element> vertexDataElem = Element::create(mRSC, 2, ebe1, ebn1);

Completed in 47 milliseconds