Home | History | Annotate | Download | only in cpp

Lines Matching refs:RSC

24 using namespace RSC;
26 android::RSC::sp<const Element> Element::getSubElement(uint32_t index) {
75 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
102 #define CREATE_PIXEL(N, T, K) android::RSC::sp<const Element> Element::N(android::RSC::sp<RS> rs) { \
116 #define CREATE_VECTOR(N, T) android::RSC::sp<const Element> Element::N##_2(android::RSC::sp<RS> rs) { \
122 android::RSC::sp<const Element> Element::N##_3(android::RSC::sp<RS> rs) { \
128 android::RSC::sp<const Element> Element::N##_4(android::RSC::sp<RS> rs) { \
169 Element::Element(void *id, android::RSC::sp<RS> rs,
170 std::vector<android::RSC::sp<Element> > &elements,
243 Element::Element(void *id, android::RSC::sp<RS> rs,
273 android::RSC::sp<const Element> Element::createUser(android::RSC::sp<RS> rs, RsDataType dt) {
278 android::RSC::sp<const Element> Element::createVector(android::RSC::sp<RS> rs, RsDataType dt, uint32_t size) {
287 android::RSC::sp<const Element> Element::createPixel(android::RSC::sp<RS> rs, RsDataType dt, RsDataKind dk) {
344 bool Element::isCompatible(android::RSC::sp<const Element>e) const {
360 Element::Builder::Builder(android::RSC::sp<RS> rs) {
365 void Element::Builder::add(android::RSC::sp</*const*/ Element>e, std::string &name, uint32_t arraySize) {
390 android::RSC::sp<const Element> Element::Builder::create() {