Lines Matching refs:Allocation
32 void rsrBindTexture(Context *, Script *, ProgramFragment *, uint32_t slot, Allocation *);
38 void rsrBindFrameBufferObjectColorTarget(Context *, Script *, Allocation *, uint32_t slot);
39 void rsrBindFrameBufferObjectDepthTarget(Context *, Script *, Allocation *);
87 void rsrAllocationSyncAll(Context *, Script *, Allocation *);
89 void rsrAllocationCopy1DRange(Context *, Allocation *dstAlloc,
93 Allocation *srcAlloc,
95 void rsrAllocationCopy2DRange(Context *, Allocation *dstAlloc,
99 Allocation *srcAlloc,
107 void rsrDrawTextAlloc(Context *, Script *, Allocation *, int x, int y);
111 void rsrMeasureTextAlloc(Context *, Script *, Allocation *,
143 void rsrAllocationIncRefs(const Context *, const Allocation *, void *ptr,
145 void rsrAllocationDecRefs(const Context *, const Allocation *, void *ptr,
151 const Allocation * rsrGetAllocation(Context *, Script *, const void *ptr);
154 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
158 Allocation *in,
159 Allocation *out,