Home | History | Annotate | Download | only in rs

Lines Matching full:allocation

31 class Allocation;
112 const Allocation * ain,
113 Allocation * aout,
137 Allocation *data);
146 bool (*init)(const Context *rsc, Allocation *alloc, bool forceZero);
147 void (*destroy)(const Context *rsc, Allocation *alloc);
148 uint32_t (*grallocBits)(const Context *rsc, Allocation *alloc);
150 void (*resize)(const Context *rsc, const Allocation *alloc, const Type *newType,
152 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
153 void (*markDirty)(const Context *rsc, const Allocation *alloc);
155 void (*setSurface)(const Context *rsc, Allocation *alloc, ANativeWindow *sur);
156 void (*ioSend)(const Context *rsc, Allocation *alloc);
165 void (*ioReceive)(const Context *rsc, Allocation *alloc);
167 void (*data1D)(const Context *rsc, const Allocation *alloc,
170 void (*data2D)(const Context *rsc, const Allocation *alloc,
174 void (*data3D)(const Context *rsc, const Allocation *alloc,
179 void (*read1D)(const Context *rsc, const Allocation *alloc,
182 void (*read2D)(const Context *rsc, const Allocation *alloc,
186 void (*read3D)(const Context *rsc, const Allocation *alloc,
194 void * (*lock1D)(const Context *rsc, const Allocation *alloc);
195 void (*unlock1D)(const Context *rsc, const Allocation *alloc);
197 // Allocation to allocation copies
199 const Allocation *dstAlloc,
201 const Allocation *srcAlloc, uint32_t srcXoff, uint32_t srcLod);
203 const Allocation *dstAlloc,
206 const Allocation *srcAlloc,
210 const Allocation *dstAlloc,
214 const Allocation *srcAlloc,
218 void (*elementData1D)(const Context *rsc, const Allocation *alloc, uint32_t x,
220 void (*elementData2D)(const Context *rsc, const Allocation *alloc, uint32_t x, uint32_t y,
223 void (*generateMipmaps)(const Context *rsc, const Allocation *alloc);
224 } allocation;
263 bool (*initStatic)(const Context *rsc, const Path *m, const Allocation *vtx, const Allocation *loops);
283 const ScriptKernelID *kid, Allocation *);
285 const ScriptKernelID *kid, Allocation *);