Lines Matching refs:rs_allocation

107 OPAQUETYPE(rs_allocation)
174 android::renderscript::rs_allocation obj = {0}; in rsGetAllocation()
179 const android::renderscript::rs_allocation rsGetAllocation(const void *ptr) { in rsGetAllocation()
185 android::renderscript::rs_allocation obj = {0}; in rsGetAllocation()
187 android::renderscript::rs_allocation obj = {0, 0, 0, 0}; in rsGetAllocation()
194 void __attribute__((overloadable)) rsAllocationIoSend(::rs_allocation a) { in rsAllocationIoSend()
201 void __attribute__((overloadable)) rsAllocationIoReceive(::rs_allocation a) { in rsAllocationIoReceive()
209 ::rs_allocation dstAlloc, in rsAllocationCopy1DRange()
211 ::rs_allocation srcAlloc, in rsAllocationCopy1DRange()
221 ::rs_allocation dstAlloc, in rsAllocationCopy2DRange()
225 ::rs_allocation srcAlloc, in rsAllocationCopy2DRange()
336 static android::renderscript::rs_allocation CreateAllocation( in CreateAllocation()
341 android::renderscript::rs_allocation obj = {}; in CreateAllocation()
402 android::renderscript::rs_allocation obj; in rsCreateAllocation()
425 android::renderscript::rs_allocation rsCreateAllocation( in rsCreateAllocation()
453 IS_CLEAR_SET_OBJ(::rs_allocation) in IS_CLEAR_SET_OBJ()
515 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y, uint32_t z) { in rsSetElementAt()
523 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x, uint32_t y) { in rsSetElementAt()
527 void rsSetElementAt(::rs_allocation a, const void *ptr, uint32_t x) { in rsSetElementAt()
531 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y, uint32_t z) { in rsGetElementAt()
535 const void *rsGetElementAt(::rs_allocation a, uint32_t x, uint32_t y) { in rsGetElementAt()
539 const void *rsGetElementAt(::rs_allocation a, uint32_t x) { in rsGetElementAt()
545 void rsSetElementAt_##T(::rs_allocation a, const T *val, uint32_t x, uint32_t y, uint32_t z) { \
550 void rsSetElementAt_##T(::rs_allocation a, const T *val, uint32_t x, uint32_t y) { \
553 void rsSetElementAt_##T(::rs_allocation a, const T *val, uint32_t x) { \
556 …void rsGetElementAt_##T(::rs_allocation a, T *val, uint32_t x, uint32_t y, uint32_t z) { /*NOLINT*…
561 void rsGetElementAt_##T(::rs_allocation a, T *val, uint32_t x, uint32_t y) { /*NOLINT*/ \
564 void rsGetElementAt_##T(::rs_allocation a, T *val, uint32_t x) { /*NOLINT*/ \
599 void rsSetElementAt_long(::rs_allocation a, const long *val, uint32_t x, uint32_t y, uint32_t z) {
604 void rsSetElementAt_long(::rs_allocation a, const long *val, uint32_t x, uint32_t y) {
607 void rsSetElementAt_long(::rs_allocation a, const long *val, uint32_t x) {
610 void rsGetElementAt_long(::rs_allocation a, long *val, uint32_t x, uint32_t y, uint32_t z) { /*NOLI…
615 void rsGetElementAt_long(::rs_allocation a, long *val, uint32_t x, uint32_t y) { /*NOLINT*/
618 void rsGetElementAt_long(::rs_allocation a, long *val, uint32_t x) { /*NOLINT*/
663 void rsSetElementAt_##T(::rs_allocation a, const U *val, uint32_t x, uint32_t y, uint32_t z) { \
666 void rsSetElementAt_##T(::rs_allocation a, const U *val, uint32_t x, uint32_t y) { \
669 void rsSetElementAt_##T(::rs_allocation a, const U *val, uint32_t x) { \
672 …void rsGetElementAt_##T(::rs_allocation a, U *val, uint32_t x, uint32_t y, uint32_t z) { /*NOLINT*…
675 void rsGetElementAt_##T(::rs_allocation a, U *val, uint32_t x, uint32_t y) { /*NOLINT*/ \
678 void rsGetElementAt_##T(::rs_allocation a, U *val, uint32_t x) { /*NOLINT*/ \
704 ::rs_allocation* allocs) { in ELEMENT_AT_OVERLOADS()
735 ::rs_allocation in, in rsForEach()
736 ::rs_allocation out, in rsForEach()
745 ::rs_allocation in, in rsForEach()
746 ::rs_allocation out, in rsForEach()
754 ::rs_allocation in, in rsForEach()
755 ::rs_allocation out) { in rsForEach()
764 ::rs_allocation in, in rsForEach()
765 ::rs_allocation out, in rsForEach()
774 ::rs_allocation in, in rsForEach()
775 ::rs_allocation out, in rsForEach()
915 void rsAllocationMarkDirty(::rs_allocation a) {
920 void rsgAllocationSyncAll(::rs_allocation a) {
925 void rsgAllocationSyncAll(::rs_allocation a,
932 void rsgAllocationSyncAll(::rs_allocation a,
965 uint32_t slot, ::rs_allocation a) {
971 uint32_t slot, ::rs_allocation a) {
977 uint32_t slot, ::rs_allocation a) {
1088 void rsgDrawText(::rs_allocation a, int x, int y) {
1099 void rsgMeasureText(::rs_allocation a, int *left, int *right,
1115 void rsgBindColorTarget(::rs_allocation a, uint slot) {
1120 void rsgBindDepthTarget(::rs_allocation a) {