Lines Matching full:allocation
34 void rsrAllocationSyncAll(Context *, Script *, Allocation *);
37 void rsrBindTexture(Context *, ProgramFragment *, uint32_t slot, Allocation *);
38 void rsrBindConstant(Context *, ProgramFragment *, uint32_t slot, Allocation *);
39 void rsrBindConstant(Context *, ProgramVertex*, uint32_t slot, Allocation *);
45 void rsrBindFrameBufferObjectColorTarget(Context *, Allocation *, uint32_t slot);
46 void rsrBindFrameBufferObjectDepthTarget(Context *, Allocation *);
83 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
87 Allocation *srcAlloc,
89 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
93 Allocation *srcAlloc,
101 void rsrDrawTextAlloc(Context *, Allocation *, int x, int y);
105 void rsrMeasureTextAlloc(Context *, Allocation *,
138 void rsrAllocationIncRefs(const Context *, const Allocation *, void *ptr,
140 void rsrAllocationDecRefs(const Context *, const Allocation *, void *ptr,
144 void rsrAllocationSyncAll(Context *, Allocation *a, RsAllocationUsageType source);
148 Allocation *in,
149 Allocation *out,