Home | History | Annotate | Download | only in driver

Lines Matching full:getelement

402         if (((alloc->getType()->getDimX() * alloc->getType()->getElement()->getSizeBytes()) % 16) != 0) {
447 drv->glType = rsdTypeToGLType(alloc->mHal.state.type->getElement()->getComponent().getType());
448 drv->glFormat = rsdKindToGLFormat(alloc->mHal.state.type->getElement()->getComponent().getKind());
604 } else if (alloc->getType()->getElement()->getKind() != RS_KIND_PIXEL_RGBA) {
729 const Element *e = alloc->mHal.state.type->getElement();
1085 const Element * e = alloc->mHal.state.type->getElement()->getField(cIdx);
1086 ptr += alloc->mHal.state.type->getElement()->getFieldOffsetBytes(cIdx);
1105 const Element * e = alloc->mHal.state.type->getElement()->getField(cIdx);
1106 ptr += alloc->mHal.state.type->getElement()->getFieldOffsetBytes(cIdx);
1178 switch (alloc->getType()->getElement()->getSizeBits()) {